OSM File Sync Workflow in CityEngine

292
2
04-26-2023 10:41 AM
Bee-am
by
New Contributor III

Is it possible to adapt a synchronization workflow between an OSM (or any 2D data file) and CityEngine?

For example, an OSM file could be continually evolving and we would like to reflect these changes in CE through a sync/update feature, instead of manually deleting and reimporting the OSM file each time.

Tags (1)
0 Kudos
2 Replies
JonasObertuefer
Esri Contributor

Hi @Bee-am,

There is currently no osm sync/update feature. However, you could potentially achieve this with python scripting relying on the osm_id stored as an object attribute on each imported shape.

Best,
Jonas

Bee-am
by
New Contributor III

Thanks @JonasObertuefer - I'm not too familiar with Python scripting in CE, but will give it a shot. Is there any available resource that best describes (specifically) importing data using Python scripts?

0 Kudos