Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

TaehoonK
Copy link

@TaehoonK TaehoonK commented Dec 12, 2024

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)

  • I have ensured that this PR meets RFC2 requirements

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

  • I'd like to contribute [feature Y|bugfix X|docs|something else] to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution
  • I have already previously agreed to the pygeoapi Contributions and Licensing Guidelines

ogi-ts-shimizu and others added 13 commits November 14, 2024 18:18
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)
@tomkralidis tomkralidis self-requested a review December 12, 2024 22:26
@tomkralidis tomkralidis added this to the 0.20.0 milestone Dec 12, 2024
@tomkralidis tomkralidis added the OGC API - Moving Features OGC API - Moving Features label Dec 12, 2024
@tomkralidis tomkralidis changed the title Merge with pygeoapi add OGC API - Moving Features support Dec 12, 2024
@tomkralidis
Copy link
Member

Thank you @TaehoonK for this valuable contribution! Note that this PR addresses #1872.

I'll take a first pass in the next week or so and provide initial feedback.

@TaehoonK TaehoonK changed the title add OGC API - Moving Features support Add OGC API - Moving Features support Dec 12, 2024
@TaehoonK
Copy link
Author

Thank you, @tomkralidis, for your quick action.
To be honest, I just tried to merge it with the main branch code of the latest pygeoapi.
Because there are some conflicting codes; I wanted to start with the latest code.
Some parts still need to be resolved.
I will let you know when I fixed them all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OGC API - Moving Features OGC API - Moving Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants