Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
e951eb5645
2
main.py
2
main.py
|
@ -13,7 +13,7 @@ from hub.helpers.dictionaries import Dictionaries
|
||||||
sys.path.append('./')
|
sys.path.append('./')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
file_path = (Path(__file__).parent / 'data' / 'summerschool_onel_building.geojson')
|
file_path = (Path(__file__).parent / 'data' / 'summerschool_one_building.geojson')
|
||||||
out_path = (Path(__file__).parent / 'out_files')
|
out_path = (Path(__file__).parent / 'out_files')
|
||||||
files = glob.glob(f'{out_path}/*')
|
files = glob.glob(f'{out_path}/*')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user