-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading NOAA STOFS (from ADCIRC model) data #107
Comments
Hi @marceloandrioni, Excuse the tardy reply, I was on vacation for two weeks. I should be able to download some sample data, and see what I encounter. In general, if you want to subset data, you will need the topology. It doesn't have to be stored in the dataset per se, since we can initialize the UGRID topology from a different dataset:
This should work, provided the dimension names match nicely between the two dataset. I'll try and see if I can get an example working in the coming days with some actual data! |
Hello @Huite , thank you for the reply. I sent a email inquiring about the grid topology variable to the NOAA researcher responsible for the STOFS model. In the meantime, I was doing some tests with a much smaller ADCIRC file. The file can be read in ncWMS and QGIS (as show here), so I think it follows the UGRID specification correctly. The file is available here: ADCSWAN_BG_20210111.zip Do you know if it is possible to apply a latitude-longitude subet using xugrid? Something like this:
Thank you. |
Hello again, I just noticed that I should have used:
with this it works and the subset is applied. Thank you. |
Hello again @Huite. I just wanted to report that after downloading one of the large global files with actual STOFS output from NOMADS, I noticed that the file has the grid topology variable. With this I was able to load and subset the global file using
The subset file displayed just fine using ncWMS2 Now I can use Thank you very much. |
Hello, I was wondering if it is possible to use xugrid to read and subset NOAA STOFS data created by the ADCIRC model.
The netcdf files are available in AWS buckets like this one
Bellow an example of one the smaller files:
The global files are very large (15GB), so I would like to do a subset and save only a smaller region. There is no mesh_topoplogy so I was wondering if it is possible to recreate from the "raw" latitude-longitude coordinates and perform the subset.
Thank you.
The text was updated successfully, but these errors were encountered: