-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OGC API - Moving Features support #1871
base: master
Are you sure you want to change the base?
Conversation
Updates related to database and Provider * Modify database schema file * Create a new provider file * Create a new test file to test the provider file
Updates related to api * Create a new api file * Create a new test file to test the api file
revision related to database and Provider * Correcting of test check judgments * Refactoring of parameter names
modify service interface and entry points * Modifying service entry point * Modifying the MF-API service interface
modify movingfeature api * Remove class(Same as other APIs) * Created function 'get_oas_30' as OpenAPI for MovingFeatures (Same as other APIs)
modify service interface * Modified to process MovingFeatures in the same way as other APIs * Change YAML file references to the Web
create new table for new api request * DDL changed because new table was added * Added new API requests and associated tests * Adjusted file placement position
Creating of MF-API documentation * Creating RST files * Creating test files used in the documentation * Adjustment of DB settings
Add used Python packages to the requirements-privider.txt * Add pymeos package
Building a Docker environment * Created a new Dockerfile for MobilityDB. * Modified the existing Dockerfile. * Created a new docker*compose file. * Adjusted the DB hostname. * Created a shell script to create tables.
Docker image Name * Add docker image name setting
Update base image for DockerfileMobilityDB * updating the base image 14-3.2 to 17-3.5.
MF-API Server update and integration (#1)
Thank you, @tomkralidis, for your quick action. |
This Pull Request has been inactive for 90 days. As per RFC4, in order to manage maintenance burden, it will be automatically closed in 7 days. |
Overview
We have developed a feature to support the OGC API - Moving Features.
This implementation has a strong dependency on MobilityDB and a specific table schema.
We also added/edited documentation (data-publishing, tour, transactions section) for OGC API - Moving Features.
Related Issue / discussion
#1872
Additional information
Dependency policy (RFC2)
Updates to public demo
Contributions and licensing
(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)