Skip to content

Instantly share code, notes, and snippets.

@andersy005
Last active July 27, 2020 16:16
Show Gist options
  • Select an option

  • Save andersy005/e08891883d91c01ab0ce963046d86343 to your computer and use it in GitHub Desktop.

Select an option

Save andersy005/e08891883d91c01ab0ce963046d86343 to your computer and use it in GitHub Desktop.
sources:
sst_oi_bulk:
driver: netcdf
cache:
- argkey: urlpath
type: file
description: "Optimum Interpolation Sea Surface Temperature (OISST) v2.1 provided by the NOAA/NCEI from their Web site at https://www.ncdc.noaa.gov/oisst/data-access"
parameters:
year:
description: 'Year'
type: int
default: 2010
min: 1981
max: 2020
month:
description: 'month'
type: int
default: 1
min: 1
max: 12
day:
description: 'day'
type: int
default: 1
min: 1
max: 31
args:
urlpath: 'https://www.ncei.noaa.gov/thredds/fileServer/OisstBase/NetCDF/V2.1/AVHRR/{{ "%04d" | format(year) }}{{ "%02d" | format(month) }}/oisst-avhrr-v02r01.{{ "%04d" | format(year) }}{{ "%02d" | format(month) }}{{ "%02d" | format(day) }}.nc#mode=bytes'
xarray_kwargs:
decode_times: True
chunks: {}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment