CopernicusData v0.2.0
Changelog
- Add
YAXTreefiltering feature based on variable selection. SeeYAXTrees.select_varsandYAXTrees.exclude_vars - Add
YAXTreeisomorphic check. TwoYAXTreeare isomorphic if they have the exact same tree structure and if the data contained in equivalent node
is the same type (YAXArrays.YAXArrayorYAXArrays.Datasets.Dataset) and have the same variables and same dimensions.
It does not compare the content of the arrays itself. SeeYAXTrees.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
YAXTreeproduct structure - Improve documentation. Use
Makie.jlfor 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)