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 70 forks source link

[5.x+]ucar.ma2.StructureData is insufficiently documented #766

Open haileyajohnson opened 3 years ago

haileyajohnson commented 3 years ago

The documentation on ArrayStructures does not provide and example of how to read and write data to a structure member, e.g. creating a StructureData object, writing with NetcdfFormatWriter.appendStructureData, and reading with Structure.readStructure.

JohnLCaron commented 3 years ago

All deprecated in favor of ucar.array.StructureData in > 5. Which is also insufficiently documented.

Your decision on documenting ver5, I know this will remain Unidata's version for the foreseeable future.