Ang Sherpa wrote > Hi users, > > I am trying to produce basin shape-file and then save in desktop in new > directory with python script. Interestingly, it gets welly executed in my > PC as expected. However, with the same script following error is thrown in > my laptop. > > r.to.vect complete > ERROR 4:Unable to open EPSG support file gcs.csv. > Try setting the GDAL_DATA environment variable to point to the directory > containing EPSG csv files. > ERROR: Unknown EPSG code 32645 > > > The projection system that I am working is: > name: WGS 84 / UTM zone 45N > datum: wgs84 > ellps: wgs84 > proj: utm > zone: 45 > > My laptop processor is AMD 64-bit processor and PC is i7 series 64 bit > processor. The grass 7.2.0 on both system. > > Any solution will be much appreciated. > > > > *Best,* > *Ang Dawa Sherpa* > > _______________________________________________ > grass-user mailing list
> [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-user This may be an issue of your GDAL installation. Which OS are you using? Linux? Windows? Mac? Running gdal-config --datadir shows where GDAL searches for gcs.csv. ----- best regards Helmut -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ERROR-4-unable-to-open-EPSG-support-file-gcs-csv-tp5313117p5313118.html Sent from the Grass - Users mailing list archive at Nabble.com. _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
