Unidata / TdsConfig

Contents of TDS configuration directories for several variants including a TDS serving all Unidata IDD data
https://artifacts.unidata.ucar.edu/#browse/browse:downloads-tds-config
6 stars 12 forks source link

Create dataset_to_xarray_notebook.ipynb #123

Closed ThomasMGeo closed 1 year ago

ThomasMGeo commented 1 year ago

In your pull request, please provide the following information:

Forecast Model Data & Forecast Products and Analyses come to mind. Any dataset that works well in siphon and is gridded x, y, (z,t) types of data should work.

Ingests data via siphon and creates an xarray dataset and data array.

Hopefully putting pr https://github.com/Unidata/tds/pull/318 in the correct spot.

Thanks! -TM

haileyajohnson commented 1 year ago

Ok, last couple things: 1) We want this on the main thredds server, so it actually needs to go under thredds/notebooks/ (you'll need to create that directory) 2) It looks like you've checked the notebook in with output, which is fine if you want it that way, but wanted to double check :) 3) The "accepts" metadata parameter should work if it looks like this:

"viewer_info": {
   "accepts": {
    "accept_catalogs": ["Unidata THREDDS Data Server - NCEP models"]
   },
   "description": "Your description here"
  }

... I think. We'll start with that and I'll troubleshoot it if that doesn't show up they way we want.

ThomasMGeo commented 1 year ago

OK, 1 & 2 should be fixed (I think!)

Unsure exactly where 3 goes, in the notebook?

Thanks! -TM

ThomasMGeo commented 1 year ago

Thanks! Appreciate it. :)

haileyajohnson commented 1 year ago

🎉