Changes between Version 38 and Version 39 of InstallWindowsSvn
- Timestamp:
- Mar 15, 2015, 2:40:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v38 v39 25 25 Fire up {{{cmd.exe}}} and install all the packages via 26 26 {{{ 27 conda install python=2.7 pip nose numpy scipy netcdf4 matplotlib gdal geos27 conda install python=2.7 pip nose numpy scipy netcdf4 matplotlib gdal 28 28 }}} 29 29 … … 79 79 }}} 80 80 81 82 === Note === 83 At present the Anaconda (conda) version of {{{gdal}}} is missing the {{{gdal}}} data directory (presumably to save space). This will cause some error messages of the form "ERROR 4: Unable to open EPSG support file gcs.csv". It should be fine to disregard these errors messages. It would be possible to download the gdal data directory and point the {{{GDAL_DATA}}} environment variable to the data directory. 84 85 81 86 == Conclusion == 82 87