Replies: 2 comments 3 replies
-
This is great @cofinoa! I would be happy to add this to the documentation and release notes going forward. I see the latest release on conda-forge is |
Beta Was this translation helpful? Give feedback.
-
BTW, I understand why version 5.9.1.1 was generated, but I noticed that only the toolsUI-*.jar was published as an asset, and not the netcdf-java-*.jar. Would it make sense to publish both jars to keep consistency with earlier releases? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’d like to highlight that netCDF-Java is available through the conda-forge channel, which can simplify installation and environment management, especially for users already working in the Python/R/conda ecosystem.
Package page:
https://anaconda.org/conda-forge/netcdf-java/files
This makes it possible to install netCDF-Java with:
Some notes about the package:
Versions 4 and 5 have been available over the past year (not every release yet, but if there is interest, I could extend coverage).
The CDM utilities:
https://docs.unidata.ucar.edu/netcdf-java/5.7/userguide/cdm_utility_programs.html
are included as wrapper scripts (
.sh
for Unix/Linux,.bat
for Windows):ncj-ncdump
ncj-nccopy
ncj-nccompare
ncj-bufrsplitter
ncj-cfpointwriter
ncj-gribcdmindex
ncj-featurescan
ncj-catalogcrawler
ncj-toolsui
(not documented as a utility, but included))The package also installs the required JVM alongside the utilities.
One caveat: the conda-forge package distributes ToolsUI JAR, which is more complete and allows execution of ToolsUI.
I think it would be interesting to advertise this option in the documentation and release notes, and I’d like to encourage the community to try it and provide feedback.
It has proven very useful to me, and since updates are kept almost automatically in sync with upstream releases.
Beta Was this translation helpful? Give feedback.
All reactions