harm-nomden-sweco / ribasim_lumping

MIT License
2 stars 0 forks source link

Problem with structure ID #83

Open JvanHouwelingen opened 8 months ago

JvanHouwelingen commented 8 months ago

While running my script I ran into a problem within generate_ribasim_model_preprocessing.py (l. 127). Dropping the column names "structure_id" does not work. While merging the two gdf's in l. 118 the columns "structure_id_x" and "structure_id_y" are generated, because both gdf's contain a column named "structure_id". Within the merged gdf no column "structure_id" can be found anymore.