Skip to content

Commit

Permalink
[city_model]
Browse files Browse the repository at this point in the history
Settings
  • Loading branch information
jbueno committed Aug 26, 2021
1 parent da13411 commit 2d83efe
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ venv
target/

.DS_Store
settings.cfg
*.bak
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
40 changes: 40 additions & 0 deletions nommon/city_model/settings.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d83efe

Please sign in to comment.