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

Retrieving data ranges #9

Open
waldoj opened this issue Jul 29, 2014 · 1 comment
Open

Retrieving data ranges #9

waldoj opened this issue Jul 29, 2014 · 1 comment

Comments

@waldoj
Copy link
Member

waldoj commented Jul 29, 2014

Sometimes you only need a narrow slice of a large dataset, but getting it necessitates transferring the entire dataset, and then extracting what's needed. This can be taxing (or even impossible) due to bandwidth and memory restrictions. Of course, some data providers anticipate this, and provide downloads of subsets of their datasets, but it's impractical to provide all possible slices of data that users might need.

We need a method of retrieving only selected portions of large datasets. I expect that Dat will be a solution to this, but of course more solutions are always good.

This was an issue raised by a SRCCON attendee in July, at a discussion about open data needs.

@ajturner
Copy link

FWIW the 'GeoServices' API has a /query that provides SQL like filtering for subsets. see the feature/layer docs.

Koop is designed as an open-source wrapper for any API or data source to provide a similar API with subset and format conversion.

Beyond just the data you can also get statistics and roll up aggregations.

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

No branches or pull requests

2 participants