14 comments

[ 3.2 ms ] story [ 51.2 ms ] thread
(comment deleted)
I would also like to share https://pygeoapi.io/ which relies on the new OGC API standard to share geospatial data.
I currently use pygeoapi to publish the data of our research project instead of WFS. At the same time, I like the processing function that allows me to detach and control processes in individual Python files. Unfortunately, the config.yml gets very large quickly and I'm still struggling with passing files to the processes (quasi file upload). I'm not even sure if the official specification covers that.
Wow, this thing has been around forever. I remember using it on geospatial projects 10 years ago.
Does it use postgres or other databse and store the spatial data in-db?
The data stores are pluggable. Postgres (with PostGIS) is one option.
Any good online resources for understanding WMS, WFS, and WCS for someone who's only ever worked with map tiles using the https://domain.com/{z}/{x}/{y}.png request format?