Commit 636e41dc authored by Eric Duminil's avatar Eric Duminil
Browse files

updated coordinates, from meteonorm

parent a5b3521b
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -49,11 +49,11 @@ public class TreeWaterDemand {
}
}
// Würzburg
double longitude = 9.9;
double latitude = 49.8;
// Würzburg (coordinates from Meteonorm)
double longitude = 9.967;
double latitude = 49.767;
// germany = 345
// Longitude of middle of time zone.
// Longitude of middle of time zone (UTC+1)
double lz = 345;
// West_positive_longitude
double lm = 360 - longitude;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment