Hi Paul,
As it happens I am having the same issue right now.
I am no swig expert at all, but it looks like the vector (OGR) part of the
Dataset is specifically NOT defined for C# see
https://github.com/OSGeo/gdal/blob/75b443c768b9757085c7c0642e575e1417ccf9dd/gdal/swig/include/Dataset.i#L798-L912
Hi List,
I'm trying to read all fields in a CSV file.
Using this command it is working:
ogrinfo -ro -al -so test.csv -oo X_POSSIBLE_NAMES=Lon* -oo
Y_POSSIBLE_NAMES=Lat* -oo KEEP_GEOM_COLUMNS=NO
Now I need to do this in my C# application.
Because I need to send -00 (open options) I cannot use Ogr.