binary-array-ld / net.binary_array_ld.bald

Java library for parsing, validating and managing binary array linked data files, e.g. HDF, netCDF.
Apache License 2.0
0 stars 3 forks source link

NetCDF Background #5

Closed marqh closed 3 years ago

marqh commented 4 years ago

NetCDF is a file format and software from Unidata

https://www.unidata.ucar.edu/software/netcdf/docs/

with a java interface https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html

NetCDF is a (nearly) blank canvas Metadata conventions exists defining controlled vocabularies for use in netCDF files, e.g. CF http://cfconventions.org/cf-conventions/cf-conventions.html

marqh commented 3 years ago

superseded by detailed design work