ua-snap / ardac-explorer

ARDAC GUI Explorer
0 stars 0 forks source link

Add example Plotly chart that reacts to lat/lon input #28

Closed cstephen closed 8 months ago

cstephen commented 8 months ago

This PR does a few things:

To test, do an npm install, then load the full view for the "Precipitation frequency" item and interact with the lat/lon input to generate charts. The LatLngSelector component already checks for malformed and out-of-BBOX lat/lons, but it's also now rigged up to react to nodata responses/values received from the Data API, such as precipitation frequency requests that are over the ocean (e.g., 63, -167).