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

Use http package instead of datatools in API clients #65

Closed
navispatial opened this issue Dec 31, 2021 · 1 comment
Closed

Use http package instead of datatools in API clients #65

navispatial opened this issue Dec 31, 2021 · 1 comment
Labels
🌎 geodata Related to the code package "geodata" refactoring

Comments

@navispatial
Copy link
Member

The geodata have geospatial client implementations to read from remote API like a GeoJSON resource or a OGC API Features API service as geospatial data sources.

The implementation uses a data resource abstraction from the datatools package. Drop this dependency as a default implementation, and use the http package instance.

Implementations overriding abstract data source interfaces (for GeoJSON or OGC API Features) could still use datatools or other packages like dio to implements fecting data from a remote service, but such implementations would not exists on this base geodata package.

@navispatial navispatial added 🌎 geodata Related to the code package "geodata" refactoring labels Dec 31, 2021
navispatial added a commit that referenced this issue Jan 8, 2022
@navispatial
Copy link
Member Author

Implemented in pre-release 0.8.0-a.7 of the upcoming BETA-version 0.8.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" refactoring
Projects
None yet
Development

No branches or pull requests

1 participant