[postgis-users] WKT parsers

Paul Ramsey pramsey at refractions.net
Fri May 18 15:54:32 PDT 2007


TECHER David wrote:
> Your idea from asJSON(), why not?

The only reason not is that there doesn't seem to be a rock-hard 
consensus on the format of GeoJSON yet.

P

> 
> An interesting possibility could be
> 
> http://www.aurore.net/projects/php-json/
> 
> for PHP developpers for example
> 
> Paul Ramsey a écrit :
>> Mark,
>>
>> If you have the opportunity, avoid parsing WKT and either (a) use an 
>> internal postgis transform like AsSVG, AsGML, AsKML or (b) pull 
>> text-based binary, and parse the WKB, which is a much more predictable 
>> structure (using encode(asbinary(geom),'hex') ).
>>
>> I guess my answer could be phrased as a question: what are you going 
>> to do with the WKT once you parse it? Perhaps PostGIS needs another 
>> representation function (I'm sure we'll have an AsJSON soon enough...)
>>
>> p
>>
>> Mark Fredrickson wrote:
>>> Hello everyone,
>>>
>>> Can anyone point me to any WKT parsers? I'd prefer JavaScript and PHP
>>> implementations, but I'm not that picky. Hopefully, they'd have some
>>> regexs I could steal, er, borrow. :-)
>>>
>>> TIA,
>>> -Mark
>>> _______________________________________________
>>> postgis-users mailing list
>>> postgis-users at postgis.refractions.net
>>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>
>>
> 
> 
>     
> 
>     
>        
> ___________________________________________________________________________ 
> Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
> interface révolutionnaire.
> http://fr.mail.yahoo.com
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users


-- 

   Paul Ramsey
   Refractions Research
   http://www.refractions.net
   pramsey at refractions.net
   Phone: 250-383-3022
   Cell: 250-885-0632



More information about the postgis-users mailing list