Add OSM data downloading using API.

This commit is contained in:
Sergey Vartanov 2020-08-23 11:15:51 +03:00
parent f1a5c2244c
commit 945af54dc9
5 changed files with 73 additions and 89 deletions

2
run.py
View file

@ -1,6 +1,4 @@
from roentgen.osm_getter import main
from roentgen.mapper import main
if __name__ == "__main__":
# main("2.374,48.843,2.378,48.846")
main()