-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
What is the bug?
Since GDAL 3.11, in the context of RFC106, update capabilities can be discovered for drivers via the GDAL_DCAP_UPDATE/GDAL_DMD_UPDATE_ITEMS properties.
For GeoJSONSeq, "NO" is returned for GDAL_DCAP_UPDATE... probably because existing data cannot be updated in place. However... GeoJSONSeq does support appending... so I was actually expecting "YES" to be returned. Maybe an "append" option could be added to GDAL_DMD_UPDATE_ITEMS for vector file formats?
Steps to reproduce the issue
/
Versions and provenance
GDAL 3.11.3
Additional context
- relevant pyogrio issue: Show append support in list_drivers geopandas/pyogrio#375
- relevant pyogrio PR: ENH: add whether append is supported in list_drivers geopandas/pyogrio#559
Metadata
Metadata
Assignees
Labels
No labels