Skip to content
GitLab
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
Jul 22, 2024
by
Eric Duminil
Browse files
with coordinates
parent
0f23647c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
python_scripts/parse_wurzburg_open_data/output/wuerzburg_trees.html
View file @
fb7fd59b
This diff is collapsed.
Click to expand it.
python_scripts/parse_wurzburg_open_data/parse_open_data.py
View file @
fb7fd59b
...
@@ -66,7 +66,9 @@ for same, grouped_df in df.groupby('tree_number'):
...
@@ -66,7 +66,9 @@ for same, grouped_df in df.groupby('tree_number'):
opacity
=
1
,
opacity
=
1
,
fill_color
=
"green"
,
fill_color
=
"green"
,
fill
=
False
,
# gets overridden by fill_color
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
)
).
add_to
(
interactive_map
)
...
...
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