Support Overpass, overlaps, tree circumference.

This commit is contained in:
Sergey Vartanov 2020-10-03 00:29:13 +03:00
parent b8289467b9
commit acf0ee45d9
5 changed files with 147 additions and 104 deletions

View file

@ -33,8 +33,7 @@ def parse_options(args) -> argparse.Namespace:
"-b", "--boundary-box",
dest="boundary_box",
metavar="<lon1>,<lat1>,<lon2>,<lat2>",
help="geo boundary box, use space before \"-\" for negative values",
required=True)
help="geo boundary box, use space before \"-\" for negative values")
parser.add_argument(
"-s", "--scale",
metavar="<float>",