[gdal-dev] Open source vector geoprocessing libraries?
Mateusz Loskot
mateusz at loskot.net
Sat Jan 16 10:03:59 EST 2010
Jan Hartmann wrote:
> Yes, that is clear, thanks. I see that at the moment only raster files
> are supported.
> Would it make sense to do this for vector formats too?
The VSI layer is available to all parts of GDAL and OGR.
If you scan source code of OGR drivers, you'll find that this feature
is already used by, for example, GTM driver:
http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/gtm/gtm.cpp?rev=17612#L339
IOW, VSI layer is available and not dependant on GDAL or OGR format,
it's a separate library of common functions.
Best regards,
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the gdal-dev
mailing list