[Proj] How to Reengineering the cs2cs tool

Matt Bartolome mattxbart at gmail.com
Thu Jun 4 10:38:10 EST 2009


I've done the same thing in python using the popen() function. PHP
provides the same thing as well as proc_open(). I'm not sure what you
mean by performance problems but I would much rather take care of that
in PHP or your server architecture rather than rewriting cs2cs.

On Thu, Jun 4, 2009 at 6:14 AM, BalaVignesh Kasinathan
<kbalavignesh at gmail.com> wrote:
>
> On Thu, Jun 4, 2009 at 2:20 PM, Benoît Andrieu <bea at ixsea.com> wrote:
>>
>> Can't you call directly the proj dll or wrap it in order to use it
>> directly from your php / perl code ?
>> It seems dangerous to me to recode everything.
>
>
> Hi Andrieu,
>
>   Yes i can call the cs2cs binary directly from php code but it gives some
> performance issues.
>   I need to do 100 s of convertion at the time. So that only i am trying to
> develop on the native language (php code).
>
> Regards,
> Bala
>
>
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj
>


More information about the Proj mailing list