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

Cache metadata object in OGC API Features clients for short periods #181

Closed
navispatial opened this issue Aug 2, 2023 · 1 comment
Closed
Labels
🌎 geodata Related to the code package "geodata" enhancement New feature or request

Comments

@navispatial
Copy link
Member

OGC API Features services provide (and these are accessed by clients) different RESTful metadata resource like meta data about service (landing page), conformance, API definition, collections, queryables etc.

Sometimes it's necessary to call these multiple times in a client session.

To avoid extra calls to HTTP service, simple local in-memory caching is implemented.

@navispatial navispatial added enhancement New feature or request 🌎 geodata Related to the code package "geodata" labels Aug 2, 2023
@navispatial
Copy link
Member Author

Implemented in geodata 0.12.0

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