diff --git a/.gitignore b/.gitignore index 508858bf5d..a9376c2d12 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ venv target/ .DS_Store -settings.cfg *.bak # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/nommon/city_model/settings.cfg b/nommon/city_model/settings.cfg new file mode 100644 index 0000000000..76eebf2637 --- /dev/null +++ b/nommon/city_model/settings.cfg @@ -0,0 +1,40 @@ +[City] +berlin_lat = 52.5200 +berlin_lon = 13.4050 +# zone_size = 7000 +hannover_lat = 52.376 +hannover_lon = 9.76 +zone_size = 1000 +hannover_lat_min = 52.35 +hannover_lat_max = 52.40 +hannover_lon_min = 9.72 +hannover_lon_max = 9.78 +import = True +#test = True + +[Layers] +number_of_layers = 9 +layer_width = 25 + +[BuildingData] +file_path_berlin = C:/workspace3/USEPE-CityEnvironment/src/berlin_size_1000.geojson +file_path_hannover = C:/workspace3/USEPE-CityEnvironment/src/hannover.geojson +#lon_min = 13.39 +#lon_max = 13.42 +#lat_min = 52.51 +#lat_max = 52.53 +#lon_min = 9.66 +#lon_max = 9.86 +#lat_min = 52.33 +#lat_max = 52.42 +lon_min = 9.72 +lon_max = 9.78 +lat_min = 52.35 +lat_max = 52.40 +divisions = 8 +directory_hannover = C:/Users/jbueno/Desktop/Stadtmodell_Hannover_CityGML_LoD1/CityGML_LoD1 + +[Options] +one_way = False +simplify = False +simplification_distance = 12 \ No newline at end of file