Re: [GRASS-dev] PROJ.4 dll usage

2008-02-24 Thread Hamish
Markus Neteler wrote:
> 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.9667 46.3500 0.


be careful with coordinate order and +proj=latlong versus +proj=longlat
?

see  http://intevation.de/rt/webrt?serial_num=2144


Hamish



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] PROJ.4 dll usage

2008-02-24 Thread Markus Neteler
On Sat, Feb 23, 2008 at 7:49 PM, Marco Pasetti <[EMAIL PROTECTED]> 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.9667 46.3500 0.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] PROJ.4 dll usage

2008-02-23 Thread Marco Pasetti
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?

Thanks

Marco

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev