Conversation
Updated text for clarity. Fixed an issue with the dropdown tab. It was hiding the entire page instead of just the code block.
|
|
||
| Jupyter notebook instructions for processing NWM Zarr and NetCDF output formats [here](https://github.com/CIROH-UA/data_access_example/) | ||
|
|
||
| <details> |
There was a problem hiding this comment.
We realized the break is unnecessary <br/> so this commit removes it.
Curiously, the GitHub rendering of the break is a bit odd. If there isn't a space between the summary and the collapsed content, it will not render correctly. See below:
This is the rendering with proper spacing
There must be a space after this line for the collapsing to work correctly
#this is fake python for testing
print("Hello, World!")This is a test showing the bad Github Rendering
```py #this is fake python for testingprint("Hello, World!")
</details>
When you expand the details, you can see the rest of the page is absorbed into the collapsed tab.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Sheargrub
left a comment
There was a problem hiding this comment.
Changes look appropriate on average, but there were a few oddities that caught my eye.
| # NWM Data Access | ||
|
|
||
| Within the CIROH projects, we encounter a wide range of data resources and data access inquiries. One of the most frequently asked questions is, "How can I obtain access to xyz-resource?". To help with answering that question, we have documented some of the most common data access methods and resources here, with links to additional sites to dive deeper. | ||
| Within the [CIROH projects](https://ciroh.ua.edu/about/), we encounter a wide range of data resources and data access inquiries. One of the most frequently asked questions is, "How can I obtain access to xyz-resource?". To help with answering that question, we have documented some of the most common data access methods and resources here, with links to additional sites to dive deeper. |
There was a problem hiding this comment.
Are you sure this link is necessary? Given the nature of CIROH Hub, it seems reasonable to treat the consortium itself as common knowledge for users who're this deep into the site.
| - The catalog of AWS-hosted operational NWM data can be browsed [here](https://noaa-nwm-pds.s3.amazonaws.com/index.html). | ||
|
|
||
| The second (and more useful) AWS repository contains several versions of the retrospective dataset each described on the main page under the open data registry [here](https://registry.opendata.aws/nwm-archive/). | ||
| The second AWS repository contains several versions of the retrospective dataset each described on the main page under the open data registry [here](https://registry.opendata.aws/nwm-archive/). |
There was a problem hiding this comment.
Possible loss of information here. Is there a reason that the second repo was considered "more useful"? If so, it may be worth mentioning.
| - logs: Logs. | ||
|
|
||
| ### NODD - NOAA Open Data Dissemination Program |
There was a problem hiding this comment.
With the smiley face removed, this bullet point no longer has a punchline, which means it actually needs to bear weight. What info is being logged in this folder?
(Granted, the logs folder linked currently contains nothing at all, logs or otherwise. Not sure whether the historical purpose of this folder needs to be mentioned, or if it can just be specified as empty.)
| Coming soon: Big Query | ||
| #### Coming soon: Big Query | ||
|
|
||
| Efforts are underway to make some of the datasets from the NWM operational and retrospective simulations available on BigQuery for ultra-high-bandwidth access. Stay tuned... |
There was a problem hiding this comment.
Question: am I mistaken, or is this section outdated? I'm pretty sure BigQuery support for NWM retrospectives has been alive and well for some time, now.
|
|
||
| Jupyter notebook instructions for processing NWM Zarr and NetCDF output formats [here](https://github.com/CIROH-UA/data_access_example/) | ||
|
|
||
| <details> |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Updated text for clarity. Fixed a minor issue with the collapsible code section.
Additions
Removals
Changes
Testing
Screenshots
Here is what the new link looks like:

Here's the dropdown page closed with the fixed code:

Here's the dropdown page opened with the fixed code:

Here's what it looked like before the fix with the tab opened. Note, it only looks this way in the GitHub rendering, it looked fine on the website.:

Notes
-More updates coming.
Todos
Checklist
Testing checklist
Target Environment support
Accessibility
Other