[GRASS-dev] PROJ.4 dll usage

Markus Neteler neteler at osgeo.org
Sun Feb 24 17:47:26 EST 2008


On Sat, Feb 23, 2008 at 7:49 PM, Marco Pasetti <marco.pasetti at alice.it> wrote:
> Hi all,
>
>  I just built a win32 PROJ.4 dll (v.4.6.0)
>  It seems to work, but I don't know how to use it in order to test it
>
>  Could someone give me an example (a line command usage... I don't know if is
>  it possible) with the guessed results?

latlong DMS to LatLong decimal:
Example: 11d58'E 46d21'N
Enter east north [elevation]:

cs2cs -f "%.8f" +proj=latlong +datum=WGS84 +to +proj=latlong +datum=WGS84

gives you:
11.96666667     46.35000000 0.00000000

Markus


More information about the grass-dev mailing list