Hi Even, Thanks for the clarification. We will update our code accordingly.
Regards, Paul *Paul Meems * Release manager, configuration manager and forum moderator of MapWindow GIS. www.mapwindow.org Owner of MapWindow.nl - Support for Dutch speaking users. www.mapwindow.nl *The MapWindow GIS project has moved to GitHub <https://github.com/MapWindow>!* Download the latest MapWinGIS mapping engine. <https://github.com/MapWindow/MapWinGIS/releases> Download the latest MapWindow 5 open source desktop application. <https://github.com/MapWindow/MapWindow5/releases> 2016-08-04 13:41 GMT+02:00 Even Rouault <[email protected]>: > On Thursday 04 August 2016 13:25:19 Paul Meems wrote: > > Hi, > > > > When I look at RFC 59.1 ( > > https://trac.osgeo.org/gdal/wiki/rfc59.1_utilities_as_a_library) I see > > gdalinfo,exe, ogr2ogr.exe are all C callable functions now. > > > > But I don't see ogrinfo? > > Do I understand it right that ogrinfo.exe is not a C callable function? > > Yes > > > If so is there a specific reason for that or will it be implemented in > the > > near future? > > The most uses of ogrinfo output features in the console with the > DumpFeature() > call, which doesn't make sense for a library function, so a librarified > version > would just address the metadata part. Which you can easily access through > the > C/C++ API already. > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
