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

dataset selection should interact with geometry and calculation sections #70

Open
bekozi opened this issue Oct 24, 2013 · 0 comments
Open

Comments

@bekozi
Copy link
Contributor

bekozi commented Oct 24, 2013

who: @bekozi, NCPP, Seth McGinnis

When a geometry is selected, only datasets that have a spatial overlap with the ROI should be available. The same should be true in regards to the dataset selection. This will require:

  1. Moving geometry storage into a database and connect this with the API Luca built to access the geometry JSON. I think they can sit in the same database as the datasets.
  2. Add options for spatial-like queries to the database. I don't think we will have to move to Postgres as the spatial operations will be comparing against bounding boxes which can be constructed and used in intersects operations quickly.

When a calculation is selected/enabled:

  1. Describe how a particular temporal output frequency will modify the time coordinates
  2. Remove unreasonable frequencies (i.e. day frequency for daily datasets)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant