Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
fb7fd59b
Commit
fb7fd59b
authored
9 months ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
with coordinates
parent
0f23647c
master
gPMayer2-master-patch-26512
gPMayer2-master-patch-49202
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python_scripts/parse_wurzburg_open_data/output/wuerzburg_trees.html
+147
-147
...ipts/parse_wurzburg_open_data/output/wuerzburg_trees.html
python_scripts/parse_wurzburg_open_data/parse_open_data.py
+3
-1
python_scripts/parse_wurzburg_open_data/parse_open_data.py
with
150 additions
and
148 deletions
+150
-148
python_scripts/parse_wurzburg_open_data/output/wuerzburg_trees.html
+
147
-
147
View file @
fb7fd59b
This diff is collapsed.
Click to expand it.
python_scripts/parse_wurzburg_open_data/parse_open_data.py
+
3
-
1
View file @
fb7fd59b
...
...
@@ -66,7 +66,9 @@ for same, grouped_df in df.groupby('tree_number'):
opacity
=
1
,
fill_color
=
"green"
,
fill
=
False
,
# gets overridden by fill_color
popup
=
f
"Tree #
{
tree_id
}
,
{
species
}
(
{
species_de
}
). From
{
times
[
'min'
]
}
to
{
times
[
'max'
]
}
\n
{
table
}
"
,
popup
=
f
"Tree #
{
tree_id
}
,
{
species
}
(
{
species_de
}
).<br/>"
f
"
{
lat
}
°N
{
lon
}
°E<br/>"
f
"From
{
times
[
'min'
]
}
to
{
times
[
'max'
]
}
\n
{
table
}
"
,
).
add_to
(
interactive_map
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets