Max Grover
Max Grover
@wolfidan following up here - would this be something you would be interested in working together on?
I think splitting these up, and then adding a more detailed blog post bringing these together... I see the blog post section as more full-workflow focused
Happy to help with this effort!
@tlogan2000 , I tried reading in the catalog and received the following error: ```python ValidationError Traceback (most recent call last) Input In [3], in () ----> 1 catalog = intake.open_esm_datastore("https://pavics.ouranos.ca/catalog/climex.json")...
Here is a demo notebook using datatree with radar data - plenty of other examples in that repo too. https://github.com/mgrover1/pyart-xarray-sandbox/blob/main/notebooks/test-hierachal-multivolume.ipynb Another example dataset might be a grib file with fields...
I would be willing to help write some of the docs for the precious two use cases!
Hey ya'll (@TomNicholas )- we have some custom engines for radar data in our [xradar package](https://github.com/openradar/xradar), where we can read data using the following: ```python import xarray as xr import...
@TomNicholas - though these files are netcdf, they are a specific type of netcdf (cfradial) this has additional hierarchal metadata that we then use to parse into groups and such....
@jthielen can you make sure that your reference file is openly available? ``` s3://sample-data-jthielen/xwrf/ssp245_gcm_wrfout_combined.json ``` I tried accessing it, and received a `PermissionError: Access Denied` error...
@jthielen @lpilz @andersy005 - I moved those reference files and catalog into a github repository, and adjusted the links accordingly. The following code snippet works! ```python import intake # Read...