Closed ThomasMGeo closed 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.
OK, 1 & 2 should be fixed (I think!)
Unsure exactly where 3 goes, in the notebook?
Thanks! -TM
Thanks! Appreciate it. :)
🎉
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