[GRASS5] Re: s.in.garmin in GRASS 5.7

Hamish hamish_nospam at yahoo.com
Fri Apr 9 02:07:27 EDT 2004


> > GPS_PROJ_PARAMS="+..."   <whatever the UTM params the GPS outputs>
> > PROJ_PARAMS=`g.proj -jf`
> > cs2cs "$GPS_PROJ_PARAMS" +to "$PROJ_PARAMS" < ${TMP}_P_raw > ${TMP}_P
...
> > as a replacement for m.proj2 in 5.7
...
> ...not sure if there's anything I should be doing here?

Nope, purely informational.


> Good to see the -j option for g.proj is useful. Also we can rely on
> cs2cs being available with 5.7 as PROJ.4 is a mandatory requirement.

Great. We can make a g.parser wrapper around it & less work for us.


> Should that be PROJ_PARAMS="`g.proj -jf`" above, as there will be
> spaces in the g.proj output?

Yes it should.



Hamish




More information about the grass-dev mailing list