CUAHSI-APPS / nwm-forecast-viewer

0 stars 0 forks source link

NWM Viewer: add a new endpoint to return spatial query results #10

Open aphelionz opened 6 years ago

aphelionz commented 6 years ago

From @zhiyuli on September 21, 2017 16:20

add a new endpoint /nwm-forecasts/spatial_query/ to return a list of stream/reservoir comids or grid cell ids that intersect with a given polygon geometry.

User can use this results to inspect if the right features are included before performing real subsetting job and estimate how much time it will take.

Copied from original issue: hydroshare/hydroshare#2327

aphelionz commented 6 years ago

From @zhiyuli on September 25, 2017 18:44

deployed at appsdev new endpoint implemented as "nwm-forecasts/spatial-query"

aphelionz commented 6 years ago

From @dtarb on October 24, 2017 16:56

We need discussion about apps that have an API vs general system API functionality. What is the best design.

aphelionz commented 6 years ago

From @dtarb on November 2, 2017 16:24

After discussion agreed that apps are totally free to have an API.