Commit 1711eae1 authored by Eric Duminil's avatar Eric Duminil
Browse files

types

parent e2120518
......@@ -57,7 +57,7 @@ def load_region(wkt_polygon: str):
return region, bounds
def get_basename(bounds):
def get_basename(bounds: Bounds):
return f'{bounds.S}__{bounds.N}__{bounds.W}__{bounds.E}_{TREE_DISTANCE}m'.replace('.', '_')
......
Markdown is supported
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