Allow for continuous data and projection refresh on station-level basis. Upon toggle, the backend service should continuously check for new weather data in S3 nexrad buckets that have been toggled for auto-refresh, and run new NFGDA processing jobs against them automatically. The static asset sources should be updated as soon as new processing is finished, resulting in requests from the frontend being returned a new URL prefix for frame retrieval. Should use an API endpoint to trigger the toggle by the station code
This should be accompanied by future changes to other parts of the platform such as:
- auth for performing the toggle, after that is implemented
- auto-refresh of the frontend display, if viewing a station with auto-refresh turned on
Allow for continuous data and projection refresh on station-level basis. Upon toggle, the backend service should continuously check for new weather data in S3 nexrad buckets that have been toggled for auto-refresh, and run new NFGDA processing jobs against them automatically. The static asset sources should be updated as soon as new processing is finished, resulting in requests from the frontend being returned a new URL prefix for frame retrieval. Should use an API endpoint to trigger the toggle by the station code
This should be accompanied by future changes to other parts of the platform such as: