Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:31
· 1 commit to main since this release

CopernicusData v0.2.0

Diff since v0.1.0

Changelog

  • Add YAXTree filtering feature based on variable selection. See YAXTrees.select_vars and YAXTrees.exclude_vars
  • Add YAXTree isomorphic check. Two YAXTree are isomorphic if they have the exact same tree structure and if the data contained in equivalent node
    is the same type (YAXArrays.YAXArray or YAXArrays.Datasets.Dataset) and have the same variables and same dimensions.
    It does not compare the content of the arrays itself. See YAXTrees.isomorphic
  • Implement a direct access to YAXArray or Dataset field (cubes and axes)
  • Implement reading Sentinel-3 SAFE products (OLCI and SLSTR), and converting it in-memory into EOPF-like YAXTree product structure
  • Improve documentation. Use Makie.jl for visualization

Merged pull requests:

  • CompatHelper: add new compat entry for Dagger at version 0.18, (keep existing compat) (#14) (@github-actions[bot])
  • CompatHelper: add new compat entry for DiskArrays at version 0.4, (keep existing compat) (#15) (@github-actions[bot])
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for YAXArrays at version 0.6, (keep existing compat) (#17) (@github-actions[bot])
  • CompatHelper: add new compat entry for AWS at version 1, (keep existing compat) (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for Zarr at version 0.9, (keep existing compat) (#19) (@github-actions[bot])
  • CompatHelper: add new compat entry for NetCDF at version 0.12, (keep existing compat) (#20) (@github-actions[bot])
  • CompatHelper: add new compat entry for TOML at version 1, (keep existing compat) (#21) (@github-actions[bot])
  • CompatHelper: add new compat entry for JSON3 at version 1, (keep existing compat) (#22) (@github-actions[bot])
  • CompatHelper: add new compat entry for IniFile at version 0.5, (keep existing compat) (#23) (@github-actions[bot])
  • Improve documentation (#26) (@vlevasseur073)

Closed issues:

  • TagBot trigger issue (#24)