Skip to content

Commit

Permalink
Fix CRS in ERA5 transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jan 16, 2024
1 parent bad66e7 commit 891554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 891554f

Please sign in to comment.