-
Notifications
You must be signed in to change notification settings - Fork 14
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
[BUG] Error in heat_pump_import due to invalid database query or multipolygon handling #430
Labels
Comments
this works fine so far, will test it on monday. Was a problem with the srid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
calling the function import_heat_pumps_oedb returns an error. This happens in here
Expected behavior
When importing the three tables individually, everything works fine. However, when attempting to join them, either another error occurs or the resulting dataframe is empty. This seems to be because of a problem with the multipolygon in gdf_district_heating_areas.
Here is the code responsible for querying and joining the tables:
The text was updated successfully, but these errors were encountered: