Skip to content

Commit

Permalink
Merge pull request #289 from PyPSA/fix-excluder-no-overlap
Browse files Browse the repository at this point in the history
fix exclusion for non overlapping geometries
  • Loading branch information
FabianHofmann authored May 2, 2023
2 parents 13bf7db + fb43a96 commit 321b7f4
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 242 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Upcoming Release
A workaround is implemented in `atlite` which reduces the performance when building cutouts, especially for ERA5 cutouts.
The `nan` values in `cutouts` which are affected by the bug can not be recoevered and the `cutout` needs to be downloaded again.
For more details on the bug, see the `xarray issue tracker <https://github.com/pydata/xarray/issues/7691>`_.
* The exclusions calculation for geometries not overlapping with the raster was fixed.
* The ExclusionContainer has new functions `compute_shape_availability` and `plot_shape_availability`. These functions ease the inspection of excluded areas within single and multiple geometries.
* Support for newly released ERA5 back extension to 1940.

Version 0.2.10
Expand Down
Loading

0 comments on commit 321b7f4

Please sign in to comment.