POLDER-Crew / polder-federated-search

A federated search project for POLDER.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Break out schema:GeoShape / schema:GeoCoordinates -> PyGeoJSON connector into a library that other people can use #163

Open yemoski opened 1 year ago

yemoski commented 1 year ago

There's code in the app now that takes schema.org geo shapes and coordinates and converts them to PyGeoJSON. Everyone hates having to do this and it's kind of a weird process, so what if it were an open-source library people could use?

I floated this idea at the ESIP/SoSo meeting and it sounds like it'd be useful to people.

yemoski commented 1 year ago

I'll want to do something better than coercing circles to points when I ship this though.