Skip to content
Snippets Groups Projects
Commit be979927 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: remove wrong lakes, and add important comment

parent de51fbce
No related branches found
No related tags found
1 merge request!14Clhp map
......@@ -174,6 +174,9 @@ def write_json_to_file(lake_name: str, json_data: dict):
json.dump(data, file, ensure_ascii=False, indent=2)
# Plotting the map can take a considerable amount of time, especially when creating maps with many
# subdivisions. Removing calls to plot_map will speed up the process, but it is recommended to plot the map
# after each division to ensure that the map was divided as intended.
def plot_map(divided_map):
tiles = [gpd.GeoDataFrame(geometry=[tile]) for tile in divided_map]
......
This diff is collapsed.
[
"Mjøsa",
"Skumsjøen",
"Gjersjøen",
"Gjersjøen",
"Skumsjøen"
"Skumsjøen"
]
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment