Feature request: Flatgeobuf read/write support
See original GitHub issueExpected behavior and actual behavior.
As of GDAL 3.1, there is read and write support for Flatgeobuf. It appears that there is no such support in Fiona.
Is adding a line to drvsupport.py
all that would be needed, or would it be involved to add support here?
Operating system
Ubuntu 18.04
Fiona and GDAL version and provenance
'1.8.13.post1'
from PyPI
GDAL 3.1.0 installed via Conda
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
List of data file formats supported in QGIS including read/write ...
ogrinfo --formats Supported Formats: BAG -raster,multidimensional ... OGC WFS (Web Feature Service) OAPIF -vector- (ro): OGC API - Features ...
Read more >Cloud-Native Geospatial Vector Formats - December 14, 2022
The Flatgeobuf page specifies that the format has read/write support in both GDAL (3.1+), Fiona (1.8.18+), and QGIS (3.16+).
Read more >FlatGeobuf — GDAL documentation
This driver implements read/write support for access to features encoded in FlatGeobuf format, a performant binary encoding for geographic data based on ...
Read more >New optimized vector file format allowing random access : r/gis
MapService: Flatgeobuf can be used as a very fast alternative to WFS (Web Feature Service), using a special extension for GeoServer.
Read more >Chapter 8 Geographic data I/O | Geocomputation with R
These specifications include the Web Feature Service (WFS), Web Map Service ... Data can be downloaded from WFS services with the GetFeature request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved.
I was able to get reading to work fine just by following the instructions above: