Skip to content

Instantly share code, notes, and snippets.

@jurand71
Created April 2, 2023 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurand71/2d534ad5ad66556ce05c8315a8127002 to your computer and use it in GitHub Desktop.
Save jurand71/2d534ad5ad66556ce05c8315a8127002 to your computer and use it in GitHub Desktop.
# wheather forecast data from THREDDS
best_gfs = TDSCatalog('http://thredds.ucar.edu/thredds/catalog/grib/NCEP/GFS/'
'Global_0p5deg/catalog.xml?dataset=grib/NCEP/GFS/Global_0p5deg/Best')
best_ds = best_gfs.datasets[0]
# open remote best GFS
ncss = best_ds.subset()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment