Skip to content

Commit

Permalink
Fix typo in docs (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekfal committed Nov 13, 2023
1 parent 0f00f83 commit 0a76b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Download meteorological data for a polygon in Athens, Greece and save result in
gbbox = bbox(23.727539, 26.73, 37.983810, 40.99, "EPSG:4326")
start = datetime.date(2022, 1, 1)
end = datetime.date(2022, 2, 1)
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 comments on commit 0a76b6f

Please sign in to comment.