NCDatasets.jl

Load and create NetCDF files in Julia

MIT License

Stars
147
Committers
22

Bot releases are visible (Hide)

NCDatasets.jl - v0.9.5

Published by julia-tagbot[bot] almost 5 years ago

v0.9.5 (2019-10-21)

Diff since v0.9.4

Closed issues:

  • An array of arbitrary size can be appended to a CFVariable (#37)
NCDatasets.jl - v0.9.4

Published by julia-tagbot[bot] about 5 years ago

v0.9.4 (2019-10-02)

Diff since v0.9.3

Closed issues:

  • NetCDF: Operation not allowed in define mode (#36)
NCDatasets.jl - v0.9.3

Published by julia-tagbot[bot] about 5 years ago

v0.9.3 (2019-09-19)

Diff since v0.9.2

Closed issues:

  • Abstract date handling to another package? (#34)
  • Attempt to use feature that was not turned on when netCDF was built (#32)
  • Is it possible to get memory mapping in NCDatasets? (#31)
  • NCDatasets should fail when trying to access a nonexisting index. (#30)
NCDatasets.jl - v0.9.2

Published by julia-tagbot[bot] over 5 years ago

NCDatasets.jl - v0.9.1

Published by Alexander-Barth over 5 years ago

  • Fix issue #28
NCDatasets.jl - v0.9.0

Published by Alexander-Barth over 5 years ago

  • initial implementation of NCDataset with deferred open
  • fix default time unit
  • improve documentations (thanks @Balinus )
NCDatasets.jl - v0.8.0

Published by Alexander-Barth over 5 years ago

  • Restructure time handling code in the submodule CFTime
  • Fix issue #21, #23 and #24
NCDatasets.jl - v0.7.0

Published by Alexander-Barth over 5 years ago

  • load contiguous ragged array
  • fix issue #22 in ncgen with unlimited dimensions
NCDatasets.jl - v0.6.0

Published by Alexander-Barth almost 6 years ago

  • More functions for manipulating DateTime variables following the different CF calendars: monthday and date ranges (Thanks @Balinus )
NCDatasets.jl - v0.5.1

Published by Alexander-Barth almost 6 years ago

  • Experimental multi-file support allowing to aggregate files over a specified dimension
  • Detect ancillary data (like status flags) based on the NetCDF CF Convention
NCDatasets.jl - v0.4.0

Published by Alexander-Barth almost 6 years ago

  • One can now directly specify in defVar, defGroup and Dataset a list of attributes
  • In defVar, one can directly specify to data to be saved
  • Implementation of daysinmonth, daysinyear, yearmonthday and yearmonth for special DateTimes from the CF standard
NCDatasets.jl - v0.3.2

Published by Alexander-Barth about 6 years ago

Support Julia 1.0

NCDatasets.jl - v0.3.1

Published by Alexander-Barth about 6 years ago

  • Fix additional warning of Julia 0.7 rc3
  • Support element-wise assignment v .= 123 where v is a NetCDF variable.
NCDatasets.jl - v0.3.0

Published by Alexander-Barth about 6 years ago

  • switch to CondaBinDeps
NCDatasets.jl - v0.2.0

Published by Alexander-Barth over 6 years ago

  • Drop DataArrays as dependency and use Missings instead
  • Initial support for Julia 0.7
NCDatasets.jl - v0.1.0

Published by Alexander-Barth over 6 years ago

NCDatasets.jl - v0.0.12

Published by Alexander-Barth over 6 years ago

Fix issue #13

NCDatasets.jl - v0.0.11

Published by Alexander-Barth over 6 years ago

  • New function nomissing to replace missing values
  • Improvement of documentation
  • Support of list of string attributes
  • Improvement of variable-lengt arrays
NCDatasets.jl - 0.0.10

Published by Alexander-Barth over 6 years ago

Improve string attributes

NCDatasets.jl - v0.0.9

Published by Alexander-Barth over 6 years ago

Initial support for non-gregorian calendars