-
Files are written in NetCDF4 and this version supports unsigned data types.
Beside using the **_Unsigned** attribute the data should be written as unsigned data.
[http://www.unidata.ucar.edu/softwar…
-
This is somewhat a followup to: https://github.com/Unidata/netcdf-c/issues/2177
In order to achieve maximum performance on writing large data blocks, I had to do a few things:
1. Ensure the da…
-
To report a non-security related issue, please provide:
* the version of the software with which you are encountering an issue
* environmental information (i.e. Operating System, compiler info, ja…
-
https://zarr.dev/ is being used more often for geospatial works - especially as a drop in format for N-dimenstion data e.g. NetCDF
see also
https://gdal.org/drivers/raster/zarr.html
https://www.u…
-
This header file https://github.com/Unidata/netcdf-cxx4/blob/master/cxx4/netcdf have right name?
maybe its name netcdfcpp.h ?
kst (https://github.com/Kst-plot/kst) project build need netcdfcpp.h, …
-
see: https://www.unidata.ucar.edu/software/netcdf/documentation/NUG/nczarr_head.html
This could likely be split between CLI tools, C, and Java implementations.
cc: @DennisHeimbigner @haileyajohn…
-
In the `ugrid` branch, the `uvariable` class is missing the `timeindexij` method that allows a user to figure out which time step corresponds to a specified date.
Until we have this method, we can't…
-
Hi all,
I'm triing to install netcdf-fortran on a linux machine with ifort compiler. when I try to configure I've this messages:
`checking size of off_t... configure: error: in `/lib/netcdf-fortran-…
-
See https://docs.unidata.ucar.edu/nug/current/nczarr_head.html
As of netcdf-c v4.9.2: "NCZarr currently is not thread-safe. So any attempt to use it with parallelism, including MPIO, is likely to fai…
-
https://github.com/Unidata/netcdf-cxx4/blob/162d78a8c4dc33379df746dfe232d0aaebc705db/cxx4/ncGroup.cpp#L107
This line should be `delete [] charName;`