Skip to content

Commit

Permalink
Merge branch 'features/status2023' into features/status2023_update_mastr
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jan 16, 2024
2 parents ce3bca5 + f845a3e commit 96ebc42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,8 @@ Bug Fixes
`#1098 <https://github.com/openego/eGon-data/issues/1098>`_
* Fix conversion factor for CH4 loads abroad in eGon2035
`#1104 <https://github.com/openego/eGon-data/issues/1104>`_
* Fix CRS in ERA5 transformation
`#179 <https://github.com/openego/powerd-data/issues/179>`_
* Fix URLs of MaStR datasets

.. _PR #692: https://github.com/openego/eGon-data/pull/692
Expand Down
2 changes: 1 addition & 1 deletion src/egon/data/datasets/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def import_cutout(boundary="Europe"):
"SELECT geometry as geom FROM boundaries.vg250_sta_bbox",
db.engine(),
)
.to_crs(4623)
.to_crs(4326)
.geom
)
xs = slice(geom_de.bounds.minx[0], geom_de.bounds.maxx[0])
Expand Down

0 comments on commit 96ebc42

Please sign in to comment.