polygon-city / polygon-city-cli

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

Consider using git history to keep a roll-backable record of previous versions of buildings #5

Closed robhawkes closed 8 years ago

robhawkes commented 8 years ago

If we decide to use GitHub to store the files then it makes sense to look at applying changes on top of the previous files so we keep the history and can roll back if necessary.

This might be a lot more complex than it sounds (eg. if a building completely changes) but it would be kinda nifty if we could pull it off.

robhawkes commented 8 years ago

Closing this as it's not something we will handle with the CLI for the foreseeable future. In the meantime, manually committing building models to GitHub will inherently have some kind of history (eg. https://github.com/polygon-city/polygon-city-linz-export).