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

Full client-side support for calling OGC API Features service according to Part 1 + 2 #9

Closed
navibyte opened this issue Jan 10, 2021 · 3 comments
Labels
🌎 geodata Related to the code package "geodata" enhancement New feature or request

Comments

@navibyte
Copy link
Collaborator

navibyte commented Jan 10, 2021

OGC API Features client is implemented by OGCAPIFeatures class.

Support for the OGC API Features standard, parts 1 + 2, is not yet complete.

Complete support with some tests included.

About standard:
https://ogcapi.ogc.org/features/
https://github.com/opengeospatial/ogcapi-features

@navibyte navibyte added enhancement New feature or request 🌎 geodata Related to the code package "geodata" labels Jan 10, 2021
@navispatial
Copy link
Member

Checking conformance class was made easier by #169.

For BETA-version 0.12.0 targeting client-side support as identified by standard conformance classes:

@navispatial
Copy link
Member

navispatial commented Jul 19, 2023

Changes on classes:

  • Links
    • property List<Link> get items changed to List<Link> get all to avoid name conflict with "rel" type "items"
    • add "rel" types "items", "conformance" and "data" defined by OGC API Features / Part 1

navispatial added a commit that referenced this issue Jul 20, 2023
… in Links class + change items property to all #9

BREAKING CHANGE: items property meaning was changed in Links class
navispatial added a commit that referenced this issue Jul 29, 2023
navispatial added a commit that referenced this issue Jul 29, 2023
navispatial added a commit that referenced this issue Jul 29, 2023
…tries and features, also handle Content-Crs header #178,#9
@navispatial
Copy link
Member

Support for OGC API Features Part 1 + Part 2 should be quite well for accessing JSON metadata and GeoJSON geospatial feature collections (and also OpenAPI document accessible as a parsed JSON Object tree).

Implemented in pre-release 0.12.0-dev.0 of geodata 0.12.0.

navispatial added a commit that referenced this issue Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌎 geodata Related to the code package "geodata" enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant