[GRASS-SVN] r69295 - grass-addons/grass7/vector/v.in.pygbif
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 29 02:53:13 PDT 2016
Author: hellik
Date: 2016-08-29 02:53:13 -0700 (Mon, 29 Aug 2016)
New Revision: 69295
Modified:
grass-addons/grass7/vector/v.in.pygbif/v.in.pygbif.py
Log:
typo fix
Modified: grass-addons/grass7/vector/v.in.pygbif/v.in.pygbif.py
===================================================================
--- grass-addons/grass7/vector/v.in.pygbif/v.in.pygbif.py 2016-08-29 08:34:19 UTC (rev 69294)
+++ grass-addons/grass7/vector/v.in.pygbif/v.in.pygbif.py 2016-08-29 09:53:13 UTC (rev 69295)
@@ -348,7 +348,7 @@
if allow_no_geom:
hasCoordinate = False
- # Set reporjection parameters
+ # Set reprojection parameters
# Set target projection of current LOCATION
target = osr.SpatialReference()
target.ImportFromProj4(grass.read_command('g.proj', flags='fj'))
@@ -424,7 +424,7 @@
verbose=True)
key = species_match['usageKey']
except:
- grass.error('Data request for taxon {} faild. Are you online?'.format(s))
+ grass.error('Data request for taxon {} failed. Are you online?'.format(s))
continue
# Return matching taxon and alternatives and exit
More information about the grass-commit
mailing list