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

2017-11-05 Thread Nyall Dawson
On 5 November 2017 at 19:36, Even Rouault wrote: > On dimanche 5 novembre 2017 13:16:43 CET Nyall Dawson wrote: > > There's indeed no driver metadata for this currently. > Thanks. PR at https://github.com/OSGeo/gdal/pull/259 Nyall ___ gdal-dev mailing

Re: [gdal-dev] gdalwarp from C#

2017-11-05 Thread Tamas Szekeres
Would Gdal.ReprojectImage do what you want in this particular case? This is the signature that can be used in the C# bindings: *public static CPLErr ReprojectImage(Dataset src_ds, Dataset dst_ds, string src_wkt, string dst_wkt, ResampleAlg eResampleAlg, double WarpMemoryLimit, double maxerror, Gda

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

2017-11-05 Thread Even Rouault
On dimanche 5 novembre 2017 13:16:43 CET Nyall Dawson wrote: > 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