Skip to content
Snippets Groups Projects
Commit 7ead3215 authored by Tebbo's avatar Tebbo
Browse files

Added Readme for example 14 and corrected the name of the geojson

parent daeaa4cf
Branches
No related tags found
No related merge requests found
Show a map of all wind turbines in Schleswig-Holstein
Data Source: https://opendata.schleswig-holstein.de/collection/windkraftanlagen
......@@ -10,7 +10,7 @@ x_coords = wind_turbines["OSTWERT"].copy()
y_coords = wind_turbines["NORDWERT"].copy()
# Load the Schleswig-Holstein map
sh_df = gpd.read_file("./kreise.geojson")
sh_df = gpd.read_file("./kreise.min.geojson")
# plot the map
axes = sh_df.plot()
......
14_WindTurbinesMap/output.png

106 KiB | W: | H:

14_WindTurbinesMap/output.png

86.6 KiB | W: | H:

14_WindTurbinesMap/output.png
14_WindTurbinesMap/output.png
14_WindTurbinesMap/output.png
14_WindTurbinesMap/output.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment