[gdal-dev] Possible to determine whether a vector format is spatial?

2017-11-04 Thread Nyall Dawson
Hi all, I'm wondering if there's any way of determining through driver metadata whether a particular format supports geometry or not? Looking through the metadata shown by ogrinfo --format, I can't see anything that could be used to differentiate spatial formats vs non-spatial formats (eg xls, xl

[gdal-dev] gdalwarp from C#

2017-11-04 Thread Karu Kaarigar
I am trying to use gdalwarp using C# bindings. I am using 64bit libs. However, I am not able to find proper docs on its usage. Specifically I need to know how to use the GDALWarpAppOptions and the format of options string array passed to its constructor. I also need to know the call semantics of va