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

José María jmamuedo at gmail.com
Wed Aug 28 14:29:50 EST 2013


Thank you so much!!

:-))



2013/8/28 Carl Godkin <cgodkin at gmail.com>

>
>
>
> 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
>
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/proj/attachments/20130828/8c4ae075/attachment.htm 


More information about the Proj mailing list