SciProgCentre / kmath

Kotlin mathematics extensions library
656 stars 55 forks source link

NetCDF io back-end #44

Open altavir opened 5 years ago

altavir commented 5 years ago

Support reading and writing objects in NetCdf format. Github page: https://github.com/Unidata/netcdf-java

CommanderTvis commented 4 years ago

The link is broken

altavir commented 4 years ago

@CommanderTvis Thanks. It is officially broken (it is broken on their official page). I've replaced the link with documentation link and added github page link.

CommanderTvis commented 4 years ago

Depends on #43, by the way

altavir commented 4 years ago

I am not sure about that. NetCDF has bindings for Java and I expect it to use its own IO without adding something from API side.