You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
Describe how a particular temporal output frequency will modify the time coordinates
Remove unreasonable frequencies (i.e. day frequency for daily datasets)
The text was updated successfully, but these errors were encountered:
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:
When a calculation is selected/enabled:
The text was updated successfully, but these errors were encountered: