cityjson / specs

Specifications for CityJSON, a JSON-based encoding for 3D city models
https://cityjson.org
Creative Commons Zero v1.0 Universal
107 stars 25 forks source link

Extension: add possibility to define new Semantic Surfaces #96

Closed hugoledoux closed 5 months ago

hugoledoux commented 2 years ago

With specific attributes, and document them, or just new surfaces, not just "+ThermalSurface" eg

{
  "type": "RoofSurface",
  "slope": 16.4,
  "children": [2, 37],
  "solar-potential": 5
}
hugoledoux commented 5 months ago

implemented in v2.0.0