Changes between Version 1 and Version 2 of Ticket #3537, comment 8
- Timestamp:
- 08/19/18 13:27:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3537, comment 8
v1 v2 1 A suggestion to check for if the 'geofile' (in `grass.py` named as `geostring`) exists and if it is is readable: https://trac.osgeo.org/grass/attachment/ticket/3537/grass.py_check_geostring. patch.1 A suggestion to check for if the 'geofile' (in `grass.py` named as `geostring`) exists and if it is is readable: https://trac.osgeo.org/grass/attachment/ticket/3537/grass.py_check_geostring.2.patch 2 2 3 3 I believe to have tested this properly. 4 4 I could not follow what is recommended at https://stackoverflow.com/a/82852/1172302. 5 In example, something like 5 In example, something like https://trac.osgeo.org/grass/attachment/ticket/3537/grass.py_check_geostring.patch: 6 6 7 7 {{{ … … 19 19 gcore.create_location(gisdbase, location, 20 20 filename=geostring) 21 22 21 }}} 23 22