Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing heat demand profiles for zensus cells close to German border #585

Closed
ClaraBuettner opened this issue Dec 17, 2021 · 0 comments · Fixed by #594
Closed

Missing heat demand profiles for zensus cells close to German border #585

ClaraBuettner opened this issue Dec 17, 2021 · 0 comments · Fixed by #594
Assignees
Labels
🐛 bug Something isn't working

Comments

@ClaraBuettner
Copy link
Contributor

ClaraBuettner commented Dec 17, 2021

Some zensus cells close to the German border are not intersecting with the climate_zone shape file. These cells get lost in these lines:

demand_zone = gpd.sjoin(
demand_geom, temperature_zones, how="inner", op="intersects"
)

Can be fixed by using gpd.sjoin_nearest() instead of gpd.sjoin()

Waits for #558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant