FlatGeobuf is an awesome, performant open-source alternative to ESRI ShapeFiles, GeoJSON, etc. for vector data. I am proposing the addition of a pystac.MediaType.FLATGEOBUF that resolves to "application/flatgeobuf".
At least, I'm assuming that's the correct MIME Type — that's what's returned by:
curl https://flatgeobuf.septima.dk/population_areas.fgb --head
If all I have to do is just add a line here then I can submit a PR. But I'm not sure if there's something more involved in ensuring FlatGeobuf support.
FlatGeobuf is an awesome, performant open-source alternative to ESRI ShapeFiles, GeoJSON, etc. for vector data. I am proposing the addition of a
pystac.MediaType.FLATGEOBUFthat resolves to"application/flatgeobuf".At least, I'm assuming that's the correct MIME Type — that's what's returned by:
If all I have to do is just add a line here then I can submit a PR. But I'm not sure if there's something more involved in ensuring FlatGeobuf support.