Joshua Arnott
Joshua Arnott
It looks like `VSIReadDir` can be used to return a list of filenames in zip, or NULL if it doesn't exist. I'm not sure what the API should look like...
I can't see any way to ask GDAL which creation options are supported by a driver/dataset/layer. Do we need to build our own list for the drivers we support?
``` Warning 6: driver MapInfo File does not support creation option ENCODING ``` Looks like MapInfo is the same.
Which OS are you using @rbuffat?
This is certainly possible from a technical perspective. I'd guess the biggest speed gains would come from copying the data from GDAL directly into a NumPy array, avoiding any intermediate...
A more specific exception sounds good to me. The sets could even be transferred onto it as arguments? Even if the exception message is quite terse (just `Record does not...
I think there is a debate to be had re: returning the curved geometries vs their linear approximation. From my understanding curved geometries are still just a type and some...
I made a start on full support for curved geometries not long after my last comment. It was going quite well until I realised we need to decide on an...
How should unexpected keys be handled? For example: ```python feature = { "geometry": {"type": "Point", "coordinates": [0, 0]}, "property": {"name": "example"}, # a mistake, should be properties } collection.write(feature) ```...
@jetuk Yes and no. Running a model with different parameters in parallel will be useful for calculating DO, but it's not the whole story. For the Scottish method parallel runs...