Sean Gillies
Sean Gillies
We won't implement MutableMapping, only Mapping. So, we'll get keys, values, items, get as mixin methods based on our implementation of __iter__ and __getitem__. Does that answer your question? Making...
I've added tests to verify that we'll get a warning when calling `.pop()` and `.update()`, which in turn call `__delitem__()` and `__setitem__()`.
Can you share the zip2d.py script? I'd like to see how you're using fiona.open in it.
I don't have enough information here for a solution, or for a work around other than "don't install busted driver plugins". Good news is that once support for GDAL 2.0...
I regret dismissing your bug report, @demiurg. The least I can do is to not hide the useful dlopen error message. Sorry.
@MaxLenormand Please follow up at https://github.com/sgillies/fiona-wheels/issues/24 if you like. I'm going to delete your comments here as they are irrelevant to the CMake issue.
Thanks for the report @calebrob6 . In another issue I'm recommending that users switch, if they can, to "OGC:CRS84" with GDAL 3 instead of expecting the old defaults for "EPSG:4326"....
@rbuffat can we do without the `--test_gdal` option? Is there anything about it that isn't possible with `pytest -m gdal"` or `pytest -m "not gdal"`?
@s7726 I'm leaving it open, it will be closed automatically once we merge the maint-1.8 branch with the master branch again.