xpublish-community / xpublish-edr

OGC EDR router for xpublish
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Add GeoJSON output format support #50

Closed mpiannucci closed 2 weeks ago

mpiannucci commented 1 month ago

This is more common than CovJSON and allows you to directly visualize on many mapping projects without custom parsers

mpiannucci commented 2 weeks ago

There are like a billion different ways to do this... the simplest adding a geopandas or geojson dep or we can just hand roll it.

Does anyone have strong opinions?

dcherian commented 2 weeks ago

I like the idea of just using geopandas. Seems easiest in the long-run, and its a pretty stable well-liked project.