question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Flatgeobuf read/write support

See original GitHub issue

Expected 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sgilliescommented, Apr 1, 2021

Resolved.

2reactions
tomplexcommented, Jul 29, 2020

I was able to get reading to work fine just by following the instructions above:

import fiona
fiona.drvsupport.supported_drivers["FlatGeobuf"] = "rw"
src = fiona.open("file.fgb")
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found