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
636e41dc
Commit
636e41dc
authored
Jul 05, 2023
by
Eric Duminil
Browse files
updated coordinates, from meteonorm
parent
a5b3521b
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
tree-water-demand/all_values.csv
View file @
636e41dc
This diff is collapsed.
Click to expand it.
tree-water-demand/src/main/java/de/hft/stuttgart/water/TreeWaterDemand.java
View file @
636e41dc
...
@@ -49,11 +49,11 @@ public class TreeWaterDemand {
...
@@ -49,11 +49,11 @@ public class TreeWaterDemand {
}
}
}
}
// Würzburg
// Würzburg
(coordinates from Meteonorm)
double
longitude
=
9.9
;
double
longitude
=
9.9
67
;
double
latitude
=
49.
8
;
double
latitude
=
49.
767
;
// germany = 345
// germany = 345
// Longitude of middle of time zone
.
// Longitude of middle of time zone
(UTC+1)
double
lz
=
345
;
double
lz
=
345
;
// West_positive_longitude
// West_positive_longitude
double
lm
=
360
-
longitude
;
double
lm
=
360
-
longitude
;
...
...
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