Expected Application for OGC Features API Support #596
Replies: 1 comment 1 reply
-
Hi Nyra,
This is one of the projects we're proposing for Google Summer of Code, it's not more or less important than the others.
The general concept is someone who is using Kart can point a GIS server at a Kart repository location and have it work as a datasource. For pygeoapi, the plugin docs & the associated APIs/code may give a useful starting point (although we're talking millions of features, so everything will need to stream out of the repository unlike their simple examples). In addition to exposing Kart data through these servers, it'd be nice to produce a lightweight implementation, maybe something like a $ kart-ogcapi /path/to/my/kart/repo Which would:
We don't expect someone to necessarily do pygeoapi and GeoServer, it's up to your interests & capabilities.
Initially I'd imagine these plugins will sit outside Kart, but could require changes to Kart to expose any data that we don't otherwise have, adjust interfaces, improve performance, etc.
All these things give a different view on the repository:
For pygeoapi/geoserver, being able to specify which ref/commit we want to return data for is probably a reasonable starting point. Thinking of the lightweight implementation, these views could be exposed different ways:
|
Beta Was this translation helpful? Give feedback.
-
Hello community,
I have been reading up on the links for this Idea from the Ideas Page and had a few questions about it.
It would be great if the mentors of this project (@rcoup, @craigds) could help me with a good starting point or any relevant past work done for researching and working on a possible solution. And also a bit more direction and clarification with regards to the expectations in the proposal.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions