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
I don't think we have ever had proper resolution of the Post-Processed URLs.
That needs to be fixed per #10.
And, at some point, there was probably a valid option in the url_base_option 2, but that seems to have moved and we didn't notice the readme getting out of sync. @karnesh can you help here?
Running the example in the ReadMe's Operational dataset
nwmurl/README.md
Lines 86 to 113 in 553cab7
results the the following list of files
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220112/short_range/nwm.t00z.short_range.channel_rt.f001.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220112/short_range/nwm.t00z.short_range.channel_rt.f018.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220112/short_range/nwm.t08z.short_range.channel_rt.f001.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220112/short_range/nwm.t08z.short_range.channel_rt.f018.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220113/short_range/nwm.t00z.short_range.channel_rt.f001.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220113/short_range/nwm.t00z.short_range.channel_rt.f018.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220113/short_range/nwm.t08z.short_range.channel_rt.f001.conus.nc
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220113/short_range/nwm.t08z.short_range.channel_rt.f018.conus.nc
However, these^^ links don't seem to have valid urls.
Looking at the like the structure, https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/ , it appears to have changed. Such that the Date is not a folder, but rather prefixed the filename.
So currently result of a URL generated (from example above)....
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/nwm.20220112/short_range/nwm.t00z.short_range.channel_rt.f001.conus.nc
Should probably produce (expected result)...
https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/short_range/nwm.20220112.t00z.short_range.channel_rt.f001.conus.nc
or to compare only the path after https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/post-processed/WMS/
nwm.20220112/short_range/nwm.t00z.short_range.channel_rt.f001.conus.nc
vs. (Date moved ---->)
short_range/nwm.20220112.t00z.short_range.channel_rt.f001.conus.nc
The text was updated successfully, but these errors were encountered: