[postgis-users] postgis c or c++ parser

Norman Vine nhv at cape.com
Wed Feb 18 16:02:23 PST 2004


David Blasby writes:
> 
> Frank Warmerdam wrote:
> > 
> > It isn't really a lightweight solution, but the OGR library can be used
> > for this purpose.  It will read PostGIS features and turn them into C++
> > objects from which you can get geometry bits, attribute values and so
> > forth.
> 
> You can also use WKB - its the standard method for easily getting data 
> from the database.  A WKB parser is fairly easy to write.

If you are into Python check this out :-)
http://lists.initd.org/pipermail/psycopg/2004-February/002536.html

Cheers

Norman



More information about the postgis-users mailing list