polygon-city / polygon-city-cli

Converts a CityGML file into GeoJSON footprint indexes and 3D models (obj & collada)
6 stars 1 forks source link

Building metadata #18

Open bcamper opened 8 years ago

bcamper commented 8 years ago

List of desired per-building properties:

robhawkes commented 8 years ago

There are now 2 new options on the CLI that let us add attribution and licensing information:

-a "Attribution text / license"
-l "Overall license text"

These are propagated within the model files and the individual building GeoJSON files.

bcamper commented 8 years ago

:+1: