Following up on the work done in #128, create a prototype service using the K8S infrastructure that creates the Kerchunk Combined metadata file for NWM Short Range Predictions every hour, that includes the most recent predictions available.
The service should run roughly every hour. It should:
[ ] Inspect the s3://noaa-nwm-pds/nwm.*/short_range/ bucket for any new nwm.t*z.short_range.channel_rt.*.conus.nc files
[ ] For any new files found, create a Kerchunk JSON file for it in the s3://azavea-noaa-hydro-data/noaa-nwm-pds/ bucket
Following up on the work done in #128, create a prototype service using the K8S infrastructure that creates the Kerchunk Combined metadata file for NWM Short Range Predictions every hour, that includes the most recent predictions available.
The service should run roughly every hour. It should:
s3://noaa-nwm-pds/nwm.*/short_range/
bucket for any newnwm.t*z.short_range.channel_rt.*.conus.nc
filess3://azavea-noaa-hydro-data/noaa-nwm-pds/
buckets3://azavea-noaa-hydro-data/noaa-nwm-pds/
bucket that no longer exist ins3://noaa-nwm-pds/nwm.*/short_range/
s3://azavea-noaa-hydro-data/noaa-nwm-pds/
bucketThis service does not need to be production grade. Just a prototype that shows how it can be done.