Pieter Roggemans
Pieter Roggemans
To be able to set and cleanup config options correctly the functions [CPLGetConfigOptions](https://gdal.org/api/cpl.html#_CPPv419CPLGetConfigOptionsv) and [CPLSetConfigOptions](https://gdal.org/api/cpl.html#_CPPv418CPLSetConfigOptionPKcPKc) are the logical functions to use, but they are not exposed in the python API....
It would be great if there would be some extra settings to be able to use the app in a way that it can be active constantly without using too...
Might be a personal problem, but I don't think swiping a pass is a very intuitive way to move it to another topic. I really had to search for it...
Timezone information is ignored at the moment, both for reading and for writing. See https://github.com/Toblerity/Fiona/blob/791785b813fce97e5c3d60bd725fa2190645d2e3/fiona/ogrext.pyx#L401-L404 and https://github.com/Toblerity/Fiona/blob/791785b813fce97e5c3d60bd725fa2190645d2e3/fiona/ogrext.pyx#L431-L435 how fiona handles this (and https://gdal.org/development/rfc/rfc56_millisecond_precision.html?highlight=TZFlag#core-changes with very brief details) The PR that...
Probably an issue in gdal... Can be reproduced in a test that will be added in #101 : test_write_empty_dataframe_unsupported(): - if an empty dataframe is written to .geojsons/.geojsonl, this results...
Eg. a geopackage supports attribute tables: tables/layers without geometries. OGR supports writing this type of tables by specifying geometry_type=None and the geometries being None. Probably will be easier to implement...
Centralize the "driver" properties by expanding on the current DRIVERS dict as a dict/class/enum to add e.g. following things as properties: - drivername - has_0_based_fid - supports_mixed_single_multi (to replace the...
I noticed some weird changes between write performance in geofileops vs. pyogrio. Looking into this I found out that having more cache memory available to SQLite while writing a geopackage...
Hello! I wonder if you would be interested to add the LANG algorythm to your simplification library. I already used you library for simplification with ramer-douglas-peucker and visvalingam-whyatt, but when...