[Proj] Only one command line in query of proj.4

Carl Godkin cgodkin at gmail.com
Wed Aug 28 13:40:13 EST 2013


On Wed, Aug 28, 2013 at 11:31 AM, José María <jmamuedo at gmail.com> wrote:

> Hi!
>
> I would like to know if there are a way to write only one command line to
> obtain the expected results. I explain:
>
> When you write this :  *$ proj +proj=utm +zone=13 +ellps=WGS84 -f %12.6f*
>
>
> If you want to recieved the output data:* **500000.000000 4427757.218739*
>
> You must to write in another line with the input data: *-105 40*
> *
> *
> Is it possible to write concatenated command line as this stile?:
> *
> *
> *$ proj +proj=utm +zone=13 +ellps=WGS84 -f %12.6f**  |  **-105 40*
> *
> *
>
>
Yes, but the syntax you have is not quite right.  Try this:


 *$ echo -105 40 | proj +proj=utm +zone=13 +ellps=WGS84 -f %12.6f**  *
*
*
carl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/proj/attachments/20130828/21231bbc/attachment.htm 


More information about the Proj mailing list