WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
56 stars 31 forks source link

Subbasin: Evaluate New SRAT API #2869

Open rajadain opened 6 years ago

rajadain commented 6 years ago

From Scott Haag:

Anthony and Arianna

I have been in discussion with Barry and we feel that it would be more accurate to return a null value for NHD plus catchments where we do not know the total upstream load in stead of a zero value. So for example, if a NHD plus catchment is along the Delaware River and a user runs a hotspot mapping analysis for the HUC10, the streams in the river will currently return all zeroes because we do not know the total upstream load. Barry and I want to replace these zeroes with null values, I have 2 questions about this

  1. Anthony do you agree with this logic?
  2. Arianna can you ingest nulls in place of zeroes from the API? The fix is straightforward on my end, in fact I have it running on our development API right now.
ajrobbins commented 6 years ago

From Austin:

The endpoint for the dev server is:

https://rychrnjrs6.execute-api.us-east-1.amazonaws.com/dev/SratRunModel_DEV

The Azavea API key will work for both endpoints.