netcdf-java
netcdf-java copied to clipboard
The Unidata netcdf-java library
I'd like to read a ucar.nc2.Variable (a big array) and like to monitor the progress of reading and allow the user to potentially cancel. A ucar.nc2.util.CancelTask seems the supposed way,...
TestCoordinatesMatchGbx.readGrib1Files() fails on: /usr/local/google/home/jlcaron/thredds/cdmUnitTest/formats/grib1/QPE.20101005.009.157 Total_precipitation_surface_Accumulation expected: 2010-10-05T18:00:00Z but was : 2010-10-05T12:00:00Z at ucar.nc2.grib.GribCoordsMatchGbx.readAndTestGrib1(GribCoordsMatchGbx.java:389) at ucar.nc2.grib.GribCoordsMatchGbx.readCoverageData(GribCoordsMatchGbx.java:179) at ucar.nc2.grib.GribCoordsMatchGbx.readCoverage(GribCoordsMatchGbx.java:147) at ucar.nc2.grib.GribCoordsMatchGbx.readCoverageDataset(GribCoordsMatchGbx.java:108) at ucar.nc2.grib.TestCoordinatesMatchGbx$GribAct.doAct(TestCoordinatesMatchGbx.java:194) at ucar.unidata.util.test.TestDir.actOnAll(TestDir.java:263) at ucar.nc2.grib.TestCoordinatesMatchGbx.readAllDir(TestCoordinatesMatchGbx.java:169) at ucar.nc2.grib.TestCoordinatesMatchGbx.readGrib1Files(TestCoordinatesMatchGbx.java:53)
* Bundle netcdf-c native libs for mac, windows, linux in single jar. * Extend netcdf4 module code to make one last attempt to find a suitable library on the classpath...
NEXRAD will be beta testing some Message 31 adjustments this spring as part of their normal beta testing of RPG/RDA build 19.0. These data are currently available from the FOP1...
API docs need to be added to several of the classes down in `thredds.catalog.client`. For example, in: https://github.com/Unidata/netcdf-java/blob/master/cdm/core/src/main/java/thredds/client/catalog/Catalog.java The docs should at least point out that you need to use...
Add a Convention parser that handles CF-Radial Convention. Currently there is none and those files are not recognized as radial data types. The test files are in ~cdmUnitTest/conventions/cfradial. Are these...
Currently, the GEMPAK IOSPs do not implement `FileCacheable`. This is likely a big performance hit when accessing GEMPAK station files in a multifile collection, as each file will be opened...
[This NIDS product](https://github.com/Unidata/netcdf-java/files/5307736/Level3_GRR_NST_20200930_1827.nids.gz) yields: > IOException sending File java.lang.ArrayIndexOutOfBoundsException: 250 when opened on thredds-test.
This is not a bug but an enhancement request. It would be nice if NcML allows regular expression to edit metadata in bulk. E.g., update **units** attribute value that has...
We have a new failure on Jenkins for `dap4.test.TestNc4Iosp.testNc4Iosp`. This started showing up when the way we load IOSPs changed with PR 101 (see https://github.com/Unidata/netcdf-java/pull/101/files for the changes). My suspicion...