I noticed in the wiki for OsmCityBuilder the line:
We are currently only using the specified road network, but in the future we plan to use the building data to add houses to the city.
What work would be required to get this feature functional? This is something we are interested in working on but we're new to the code base.
We noticed that in osm_city_builder.py the line for building the buildings is commented out, and also that this method is a bit out of date (still uses lat and lon instead of LatLon etc).
Couple Qs:
- Is this the only code that requires changes?
- Why was it originally commented out in the first place?
I noticed in the wiki for OsmCityBuilder the line:
What work would be required to get this feature functional? This is something we are interested in working on but we're new to the code base.
We noticed that in osm_city_builder.py the line for building the buildings is commented out, and also that this method is a bit out of date (still uses lat and lon instead of LatLon etc).
Couple Qs: