Benjamin Webb
Benjamin Webb
Hi all, I'd like to contribute docs and code to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of...
I renamed this branch to sparql and I only just realized that severed the link here by doing so. oops
Hi all, Why not just use python machinery to embed the result of a URL request for the json-ld. I was able to do this pretty easily [here](https://github.com/cgs-earth/pygeoapi/commit/72396e7cd84af54ccbd3014093b4ced975014a9e). For the...
This is now addressed in #795
Realizing https://github.com/geopython/pygeoapi/pull/866 is a duplicate of this. Just want to make whatever platform the pygeoapi image is published on offers both ARM64 and AMD64 architectures :)
@justb4 If this is something that is wanted enough, I would be interested in implementing that sort of behavior for the config. Probably would make sense to happen in a...
@krishnaglodha @ksonda cc: @tomkralidis This is implemented in [cgs-earth/pygeoapi:admin](https://github.com/cgs-earth/pygeoapi/tree/admin). Simultaneous to the GUI, working is being done to build out an [admin api](https://github.com/wmo-im/wis2box-api/tree/main/wis2box_api) that is in line with [OGC API...
@ksonda and I were talking about a use case for pygeoapi in which there is an admin interface (for those who prefers GUI over CLI). I know Flask has importable...
I've added to the select_properties, skip_geometry, and sortby to the postgres provider when tinkering around for river runner. I don't know if this is still relevant @ksonda but figured I...
Paul, Thanks for your thoughts! To my knowledge, there is no reload-configuation within the api. My tentative plan was to have the gunicorn server watch the local.config.yaml file and reload...