-
Many of our processes that create netCDF files require templates to set global (and variable) attributes. Currently this is being done in a variety of different ways, from multiple sources, often sett…
-
```
Hello,
I am using DaVinci for analysis of CUB files on an Ubuntu 12.04 LTS. After an
'install_check()' run, I get the following message:
dv> install_check()
Davinci Core Version: 2.11
Operat…
-
### What happened?
see also #7191
If `missing_value` and `_FillValue` is an attribute of a DataArray it can't be written out to file if these two contradict:
```python
ValueError: Variable '…
-
I have one file of MODIS-Terra Level-2 MOD11_L2.A2003090.0450.006.2015187194709.hdf
This file related to the land surface temperature (LST).
I need to convert this file into netCDF using python …
-
My use case is that of a python console requesting a netCDF file from an http server. I can save the file to disk, but what I'd like to do is give users the possibility to keep everything in memory. I…
huard updated
6 years ago
-
# Reading WRF data into Xarray and Visualizing the Output using hvPlot — NCAR-ESDS 0.1 documentation
[https://ncar.github.io/esds/posts/2021/xarray-wrf-example/](https://ncar.github.io/esds/posts/2…
-
#### What happened:
I have a NetCDF4 file where I make use of [HDF5 Image Specification](https://docs.hdfgroup.org/hdf5/develop/_i_m_g.html) metadata. When a color palette is used for an image an a…
-
Hi and thanks for all the great development on xESMF! It is great.
My `pytest -v --pyargs xesmf` has a single failure.
`tests/test_frontend.py::test_regrid_dataarray[True] FAILED`
`/miniconda3…
-
I have a sample NC file with the following data structure:
```
File format: NetCDF4
-1 : Institut Source T Steptype Levels Num Points Num Dtype : Parameter ID
1 : unknown unknown v…
-
When importing SOFA and h5py Python throws:
` UserWarning: h5py is running against HDF5 1.12.1 when it was built against 1.12.2, this may cause problems
_warn(("h5py is running against HDF5 {0} wh…