Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,16 @@ cython_debug/

# PyPI configuration file
.pypirc

# Zarr stores (directories)
*.zarr/

# NetCDF files
*.nc
*.nc4
*.cdf

# TIFF files
*.tif
*.tiff

2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
(and its subpackages) is included in the PyPI wheel.
- Remove the `coarsen.py` module, as it has been moved to [xcube-resampling](https://github.com/xcube-dev/xcube-resampling)
and is no longer used internally.
- Add support for Sentinel-1 GRD analysis mode.
- Updated year in the headers.


## Changes in 0.2.7 (from 2026-03-27)
Expand Down
Loading
Loading