NCDatasets.jl

Load and create NetCDF files in Julia

MIT License

Stars
147
Committers
22

Bot releases are hidden (Show)

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

NCDatasets.jl - v0.0.8

Published by Alexander-Barth over 6 years ago

  • accept SubString as file name argument
  • allow negative years
  • represent time in 64-bit in 32-bit systems
NCDatasets.jl - v0.0.7

Published by Alexander-Barth almost 7 years ago

  • Fix depreciation for the new version of DataArrays (version 0.7) by the use of ismissing instead of isna.
  • Allow 'Z' and 'T' in the time units, e.g. 1900-01-01T00:00:00Z
  • If nc_open attempts to open a non-existing file, the file name is returned in the error message.
NCDatasets.jl - v0.0.6

Published by Alexander-Barth almost 7 years ago

Fix bug in chunking.

NCDatasets.jl - v0.0.5

Published by Alexander-Barth almost 7 years ago

Implementation of ncgen to generate Julia code from a template netCDF file.