Changes between Version 1 and Version 2 of FAQ/aplunknownmapprojection
- Timestamp:
- Jun 22, 2017, 1:04:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/aplunknownmapprojection
v1 v2 18 18 Note the use of wild characters '*' to assign the projection to multiple files at once. 19 19 20 The tool requires GDAL to run, under Windows if you have QGIS or GRASS installed through OSGeo4W you need to run the tool from the OSGeo4W shell. Another option for installing the GDAL Python bindings is to install [http://conda.pydata.org/miniconda.html miniconda] and get GDAL through this using: 21 22 {{{ 23 conda install gdal 24 }}} 25 26 If you're running OS X, GDAL is also available through conda. For Linux it is available through the package manager. 20 The tool requires GDAL to run, under Windows if you have QGIS or GRASS installed through OSGeo4W you need to run the tool from the OSGeo4W shell.