Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Open-Data-Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Data
Open-Data-Examples
Commits
7ead3215
Commit
7ead3215
authored
2 months ago
by
Tebbo
Browse files
Options
Downloads
Patches
Plain Diff
Added Readme for example 14 and corrected the name of the geojson
parent
daeaa4cf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
14_WindTurbinesMap/README.md
+2
-0
2 additions, 0 deletions
14_WindTurbinesMap/README.md
14_WindTurbinesMap/example14.py
+1
-1
1 addition, 1 deletion
14_WindTurbinesMap/example14.py
14_WindTurbinesMap/output.png
+0
-0
0 additions, 0 deletions
14_WindTurbinesMap/output.png
with
3 additions
and
1 deletion
14_WindTurbinesMap/README.md
0 → 100644
+
2
−
0
View file @
7ead3215
Show a map of all wind turbines in Schleswig-Holstein
Data Source: https://opendata.schleswig-holstein.de/collection/windkraftanlagen
This diff is collapsed.
Click to expand it.
14_WindTurbinesMap/example14.py
+
1
−
1
View file @
7ead3215
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
14_WindTurbinesMap/output.png
+
0
−
0
View replaced file @
daeaa4cf
View file @
7ead3215
106 KiB
|
W:
|
H:
86.6 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment