geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
460 stars 250 forks source link

how would one expose 2 (or more) linked datasets in pygeoapi #1612

Open pvgenuchten opened 3 months ago

pvgenuchten commented 3 months ago

Is your feature request related to a problem? Please describe.

linking attribute data to a dataset providing a geometry is a common case in GEO, often people join the 2 datasets and publish it as a new dataset. however i would like to see alternatives to that approach, can pygeoapi facilitate it?

I think this makes a perfect case for the diving-into-geopython workshop

Would like to hear your thoughts on this idea

Describe the solution you'd like

ksonda commented 3 months ago

We explored and implemented an adjacent idea here: https://github.com/geopython/pygeoapi/pull/690