Changes between Version 1 and Version 2 of Ticket #3537, comment 8


Ignore:
Timestamp:
Aug 19, 2018, 1:27:36 PM (6 years ago)
Author:
Nikos Alexandris

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.
     1A 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
    22
    33I believe to have tested this properly.
    44I could not follow what is recommended at https://stackoverflow.com/a/82852/1172302.
    5 In example, something like
     5In example, something like https://trac.osgeo.org/grass/attachment/ticket/3537/grass.py_check_geostring.patch:
    66
    77{{{
     
    1919    gcore.create_location(gisdbase, location,
    2020            filename=geostring)
    21 
    2221}}}
    2322