Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

'http://thredds.met.no/thredds/catalog/obs/buoy-svv-e39/' + year + '/' + month + '/' + 'catalog.html' ```


Below is a sample screenshot of how the catalog looks at the day of writing.

...


Using the python package BeautifulSoup, the URL to each individual file is placed in an array. The array is then passed to  to xarray which opens the dataset for every url and loads all variable keys.