-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed Recipes for NOAA WHOI Sea Surface Temperature #222
Comments
Upon further investigation the actual dataset is not available until present and instead is available until August 2021. Following up on this to find out more, email sent. |
Received the following reply contacting NOAA with regards to this dataset, posting with Patrick's permission. Will keep this issue updated with follow up.
|
A further missing component of the dataset (November 2019) was identified in this issue and an additional email was sent to NOAA for verification of this as an expected anomaly. Will update with NOAAs response. |
At the recommendation of Patrick Keown, I had contacted the WHOI contact (ocean_bundle_contacts@noaa.gov) and received the following response (copied below, and shared with their permission):
I will follow up and determine if this was the result of a transfer issue to AWS (as suggested above) and follow up here accordingly. |
Thanks, @kathrynberger. If it turns out the 2019 data is irrecoverable, we could add logic to the recipe to drop the missing date(s) from the file pattern. |
@cisaacstern Can you elaborate on how modifying might address this issue? This recipe uses |
Oh yes, I actually hadn't realized that we weren't on that thread. IIUC, this issue should actually be closed, because the associated staged-recipes PR has already been merged? |
Dataset Name
NOAA Sea Surface Temperature - WHOI
Dataset URL
https://registry.opendata.aws/noaa-cdr-oceanic/
Description
An initial pangeo forge recipe for daily sea surface temperature product from the Woods Hole Oceanographic Institute (WHOI) which provides a 3-hourly 0.25° resolution grid over the global ice-free oceans from January 1988—present, updated monthly.The resultant sea surface temperature (SST) data are produced through modeling the diurnal variability in combination with AVHRR SST observations. Potential use cases of this climate data record include: analysis of extreme climate events, examining seasonal and inter-annual variability of fishing yields, exploring coral reef bleaching patterns, etc.
License
Open Data (https://registry.opendata.aws/noaa-cdr-oceanic/)
Data Format
NetCDF
Data Format (other)
No response
Access protocol
S3
Source File Organization
There is one directory per year, with one file per day (each file containing on time step = 1 day). From the From algorithm documentation we know that:
so we will have to use a wildcard to capture file creation date as shown below:
s3://noaa-cdr-sea-surface-temp-whoi-pds/data/YYYY/SEAFLUX-OSB-CDR_V02R00_SST_DYYYYMMDD_C*.nc
Example URLs
Authorization
No response
Transformation / Processing
N/A
Target Format
Reference Filesystem (Kerchunk)
Comments
Relates to this issues:
#208
and
https://github.com/developmentseed/aws-asdi/issues/21
The text was updated successfully, but these errors were encountered: