AdrianKriger / osm_LoD1_3DCityModel

LoD1 3D City Model from OpenStreetMap contributions and raster DEM
https://adriankriger.github.io/osm_LoD1_3DCityModel/
MIT License
8 stars 1 forks source link

flat_CityJSON #1

Closed AdrianKriger closed 3 years ago

AdrianKriger commented 3 years ago

It might be helpful to flatten the CItyJSON attributes. from something like this:

"attributes": {
   "other_attribute":
   "osm_tags": 
           {
               "addr:city": "Cape Town",
               "name": "Food Technology",
                etc..
            }
    "more_attributes"}

to:

"attributes": {
   "other_attribute":
   "osm_addr:city": "Cape Town", 
   "osm_name": "Food Technology", 
    etc...
   "more_attributes""}
AdrianKriger commented 3 years ago

enhanced with 4f94903 - 09/08/2021