-
There seems to be a problem with the compatibility of netCDF4 (version >= 1.2.3) and h5py.
So in cube.update() netCDF4 is used to write the images but xarray uses h5py to read the files.
H5py can no…
-
Hi Laura/Robbie, thanks for providing the accompanying code to this paper.
I have downloaded the data per the instructions in the readme which comes to files samples_{year}.nc for each year.
H…
-
Hi Acolite,
I would like to run Acolite and export a GeoTIFF format of an atmosphere correction instead of NetCDF, however, I am recieving an error.
In the settings.txt file, if I set the follow…
-
Hello,
I need netcdf4 library to export an array into netcdf but install with conda conflicts with cfgrib
conda install netCDF4 fails after installing cfgrib
-
### What happened?
I've been working in a system where I occasionally read a multifile dataset and, in effect within the same Python process, subsequently want to write to some of the files containin…
-
hi-,
I'm running the sample below with Python Command Prompt.
https://hvplot.holoviz.org/user_guide/Widgets.html
```
import panel as pn
import hvplot.pandas # noqa
from bokeh.sampledata.i…
ghost updated
1 month ago
-
This is mostly for information, I'm not sure if you want to change anything here, but `netcdf4-python>=1.7.0` can now handle `bool` and `complex` variables:
```python
In [1]: import h5netcdf
In…
-
When I execute a command make -f make_lblrtm linuxINTELdbl, it occurs Fatal Error: Cannot open included file ‘netcdf.inc’, I have installed netcdf4, is it a version mismatch? Thank you!
-
Just FYI, the unidata netCDF4 documentation contains the following section: [https://unidata.github.io/netcdf4-python/netCDF4/index.html#section9](https://unidata.github.io/netcdf4-python/netCDF4/inde…
-
While R is great, and the bindings that @benfasoli wrote for STILT are incredible, for users, like myself, whose language of choice is something other than R, outputting the trajectories to `rds` form…