[Proj] Using EPSG codes with cs2cs
Frank Warmerdam
warmerdam at pobox.com
Tue Oct 5 18:19:49 EST 2010
R.Vives wrote:
> Thank you for your quick answer,
>
> Where do you modify the PROJ_DEBUG environment variable? (I am a beginner
> with the PROJ.4 library)
Rafael,
It is an environment variable. It depends on your operating system
environment.
For a Windows cmd.exe command shell do:
set PROJ_DEBUG=5
cs2cs.exe ...
For unix with a bourne style shell use export:
export PROJ_DEBUG=5
cs2cs ...
For unix with a c shell use setenv:
setenv PROJ_DEBUG 5
cs2cs ...
Unfortunately you gave no clue to your operating system or I would have
provided an example in my first reply.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the Proj
mailing list