If you need to convert between different projection systems, you could
use GDAL - or its Python bindings. I'm not sure whether they're
included in SHR, thought.

If it's just about string manipulation - like transforming -3.1234 to
3.1234W, I'm sure you don't need anything special :)

On Sat, Sep 19, 2009 at 6:04 PM, Petr Vanek <van...@penguin.cz> wrote:
> hi,
> using shr, in my little application i need coordinates in this format:
> 4903.50N/07201.75W
>
> i do this by taking gps data from fso and converting. this has some
> errors that i have to fine-tune and therefore i was wondering if fso
> perhaps provides gps in different formats? it seems i could use native
> python gps module to do this but then i loose the fso signal
> advantage... so i thought i just ask rather then reinvent the wheel?
>
> cheers
>
> Petr
>
>
>
> _______________________________________________
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to