We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f00f83 commit 0a76b6fCopy full SHA for 0a76b6f
docs/quickstart.rst
@@ -24,4 +24,4 @@ Download meteorological data for a polygon in Athens, Greece and save result in
24
gbbox = bbox(23.727539, 26.73, 37.983810, 40.99, "EPSG:4326")
25
start = datetime.date(2022, 1, 1)
26
end = datetime.date(2022, 2, 1)
27
- data = query_power(gpoint, start, end, "./data", True, "ag", [], "daily", "regional", "csv")
+ data = query_power(gbbox, start, end, "./data", True, "ag", [], "daily", "regional", "csv")
0 commit comments