-
Notifications
You must be signed in to change notification settings - Fork 36
cs2cs not found on Linux
Zoltan Siki edited this page Jun 21, 2019
·
2 revisions
cs2cs (a command line utility of the proj library) is used to export to other spatial reference system. In the default configuration (because of easy usage on Windows) cs2cs executable is searched in the GeoEasy installation directory and not found. You should edit geo_easy.msk (GeoEasy configuration) change the line:
set cs2csProg {./cs2cs}
Remove the actual directory
set cs2csProg {cs2cs}
It will work if cs2cs is in a directory which is on the PATH. Otherwise the full path to the cs2cs have to define in the config file:
set cs2csProg {/usr/bin/cs2cs}
There is a third solution without changing the original configuration. Create a symbolic link in the GeoEasy directory to the cs2cs executable:
ln -s /usr/bin/cs2cs ./cs2cs
This issue was reported by Vilmos Bozsik
GeoEasy for all land surveyors