Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

how to read CDL file in Java #1149

Closed zyxgis closed 1 year ago

zyxgis commented 1 year ago

how to read CDL file and transform CDL file to nc file in Java with netcdf-java?

haileyajohnson commented 1 year ago

You'll probably want to use the ncgen utility to create either the nc file itself of Java code that generated the nc file.

zyxgis commented 1 year ago

i want extract partial information of CDL to JSON , and then to create nc file with the result.