Commit 3d4c55ae authored by Eric Duminil's avatar Eric Duminil
Browse files

Date

parent 9b733450
......@@ -25,6 +25,7 @@ if __name__ == "__main__":
import matplotlib.pyplot as plt
for feature in data["features"]:
x, y = feature['bbox'][:2]
date = feature['properties']['produktionsdatum'] or '1970-01-01'
xs.append(x)
ys.append(y)
# citygmls.append(
......
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