o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Add support for flatgeobuf #72

Open nuest opened 4 years ago

nuest commented 4 years ago

https://bjornharrtell.github.io/flatgeobuf/

https://gdal.org/drivers/vector/flatgeobuf.html

Test data: https://github.com/bjornharrtell/flatgeobuf/tree/master/test/data

nuest commented 3 years ago

@SbastianGarzon If the vector handler based on GDAL really works that well as discussed today, maybe this is too easy not to do right now as well?

nuest commented 3 years ago

Probably already supported via vector handler - add a test and see!