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
The forecast service seems to ignore any observables and to/from date parameters, and return a fixed set of observable data over a fixed date range. The only parameters that seem to affect the results is the selection type (with lat/lon's) and the HRRRX flag.
For example, the following two URI's return the same data:
The issue is that Pylaski silently ignores unexpected parameters when it should return an error. reqparse cannot do validation and is no longer supported, so need to find a replacement.
The forecast service seems to ignore any observables and to/from date parameters, and return a fixed set of observable data over a fixed date range. The only parameters that seem to affect the results is the selection type (with lat/lon's) and the HRRRX flag.
For example, the following two URI's return the same data:
https://firemap.sdsc.edu:5443/forecast?hrrrx=true&selection=withinRadius&lat=33.100492&lon=-116.3013267&radius=2&observable=wind_speed&from=2016-10-24T07:20:14.369271-07:00&to=2016-10-25T10:20:14.369271-07:00
https://firemap.sdsc.edu:5443/forecast?hrrrx=true&selection=withinRadius&lat=33.100492&lon=-116.3013267&radius=2&observable=temperature
The text was updated successfully, but these errors were encountered: