Skip to content

Commit

Permalink
Added roof shape and material mapping files
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMichalski-TomTom committed Dec 5, 2023
1 parent 076ed0e commit 6fa7953
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 5 deletions.
16 changes: 11 additions & 5 deletions schema/buildings/defs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ shapeContainer:
enum:
- brick
- cement_block
- clay
- concrete
- glass
- metal
- mud
- plaster
- plastic
- stone
- timber_framing
- wood
roofMaterial:
description: >-
Expand All @@ -49,9 +50,11 @@ shapeContainer:
- eternit
- glass
- grass
- gravel
- metal
- plastic
- roof_tiles
- solar_panels
- slate
- tar_paper
- thatch
Expand All @@ -62,15 +65,18 @@ shapeContainer:
enum:
- dome
- flat
- gable
- gabled
- gambrel
- half-hip
- hip
- half-hipped
- hipped
- mansard
- onion
- pyramid
- pyramidal
- round
- saltbox
- skillion
- spherical
- sawtooth
roofDirection:
description: >-
Bearing of the roof ridge line.
Expand Down
85 changes: 85 additions & 0 deletions task-force-docs/buildings/overture_facadeMeterial_OSM_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"brick": [
"brick",
"slate",
"ladrillos",
"masonry",
"silicate brick",
"bricks",
"unburnt brick",
"silicate_brick",
"brick_block",
"muddy_brick"
],
"cement_block": [
"cement_block",
"block",
"cement block",
"cement_blocks",
"cement blocks"
],
"clay": [
"clay",
"mud",
"rammed_earth",
"loam",
"earth",
"grass",
"pressed_soil_blocks"
],
"concrete": [
"concrete",
"concrete masonry unit",
"cement",
"concrete_reinforced",
"reinforced_concrete"
],
"glass": [
"glass",
"mirror"
],
"metal": [
"metal",
"steel",
"metal_plates",
"tin",
"iron_sheet",
"copper",
"metal_sheet",
"ironsheets",
"panel",
"aluminium"
],
"plaster": [
"plaster",
"plastered"
],
"plastic": [
"plastic",
"vinyl",
"plastic_sheeting",
"composite",
"vinyl_siding"
],
"stone": [
"stone",
"limestone",
"sandstone",
"granite",
"marble",
"tiles"
],
"timber_framing": [
"timber_framing",
"traditional"
],
"wood": [
"wood",
"reed",
"wattle_and_daub",
"timber_planks",
"wood/masonry",
"wood/bamboo",
"bamboo"
]
}
67 changes: 67 additions & 0 deletions task-force-docs/buildings/overture_roofMaterial_OSM_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"concrete": [
"concrete",
"concrete slab",
"rcc",
"asphalt",
"asphalt_shingle"
],
"copper": [
"copper"
],
"eternit": [
"eternit",
"asbestos",
"a/c sheets"
],
"glass": [
"glass",
"acrylic_glass"
],
"grass": [
"grass",
"plants",
"roof_greening"
],
"gravel": [
"gravel"
],
"metal": [
"metal",
"metal:sheet",
"zink",
"corrugated_iron_sheets",
"corrugated_iron",
"iron_sheet",
"corrugated"
],
"plastic": [
"plastic",
"composite"
],
"roof_tiles": [
"roof_tiles",
"tile",
"tiles",
"roof-tiles",
"clay_tiles"
],
"slate": [
"slate",
"brick",
"sandstone",
"stone",
"marble"
],
"solar_panels": [
"solar_panels"
],
"thatch": [
"thatch",
"cadjan_palmyrah_straw"
],
"wood": [
"wood",
"wooden"
]
}
70 changes: 70 additions & 0 deletions task-force-docs/buildings/overture_roofShape_OSM_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"dome": [
"dome"
],
"flat": [
"flat"
],
"gambrel": [
"gambrel"
],
"gabled": [
"gabled",
"pitched",
"crosspiched",
"double_pitch",
"gabled_height_moved",
"hip-and-gabled",
"gable",
"gabled_row",
"round_gabled",
"dutch_gabled",
"monopitch",
"2 faces (pitched)",
"gabeled",
"gabed",
"gambled",
"double_gabled",
"gabred",
"cross_gabled"
],
"half-hipped": [
"half-hipped"
],
"hipped": [
"hipped",
"side_hipped",
"hyped",
"equal_hipped",
"4 faces (hipped)",
"side_half-hipped",
"side_half_hipped"
],
"mansard": [
"mansard"
],
"onion": [
"onion",
"cone",
"conical"
],
"pyramidal": [
"pyramidal"
],
"round": [
"round"
],
"saltbox": [
"saltbox",
"double_saltbox",
"quadruple_saltbox"
],
"skillion": [
"skillion",
"lean_to",
"triple_skillion"
],
"spherical": [
"spherical"
]
}

0 comments on commit 6fa7953

Please sign in to comment.