I need to get OSM model and texture data for 70 distinct locations around the country.
New to City Engine, but have experience with scripting. Hoping any tips on where to look in the api for the following.
Hi @BrendanThompson,
Step 8-16 can be scripted using the CE python API. However, the Get Map data functionality is currently not provided in the API. This means that Step 1-6 you need to either do manually or find a way to automate elsewhere e.g. using ArcGIS pro to get Maps and Terrain and Overpass to get the OSM data. With CityEngine 2025.1 we released support for Python 3 as a beta. Which allows you to use arcgis and arcpy packages and many other available on pypi.org. Here are some ressources:
Hope this helps you getting started!
Best,
Jonas