VoxCity Tutorial Notebooks¶
Welcome to the VoxCity tutorials! These notebooks will guide you through generating 3D voxel-based urban models and running various urban simulations.
🚀 Getting Started¶
Notebook |
Description |
Difficulty |
|---|---|---|
Start here! Quick 5-minute introduction with automatic data source selection |
⭐ Beginner |
|
Complete guide to all features, data sources, and options |
⭐⭐ Intermediate |
|
Comprehensive overview of all available data sources |
⭐⭐ Intermediate |
🔬 Urban Simulations¶
Notebook |
Description |
Applications |
|---|---|---|
Solar irradiance analysis (ground & building surfaces) |
Energy, comfort, shading |
|
Green View Index & Sky View Index |
Walkability, urban greening |
|
Landmark visibility analysis |
Planning, tourism, heritage |
🎨 Visualization & Export¶
Notebook |
Description |
Output Formats |
|---|---|---|
3D rendering options and simulation overlays |
Images, interactive views |
|
Export to OBJ format for 3D software |
Blender, Rhino, SketchUp |
|
Export to ENVI-met INX format |
CFD simulations |
📚 Learning Path¶
For Beginners¶
Start with demo_quickstart to generate your first model
Explore demo_3d_visualization to see your model in 3D
Try demo_view for a simple simulation
For Advanced Users¶
Read demo_data_sources to understand all options
Follow demo_basic for full control
Use demo_solar for detailed irradiance analysis
Export with demo_envi-met for CFD workflows
🌐 Data Requirements¶
Most tutorials require Google Earth Engine access for downloading geospatial data. See the data sources notebook for:
Authentication instructions
Available data sources by region
Offline alternatives
💡 Tips¶
Start small: Use areas under 500m × 500m while learning
Mesh size: 5m is a good default; use 2-3m for detail, 10m for large areas
Save your work: Use
save_voxcity()to avoid re-downloading data
Tutorials:
- VoxCity Quick Start Guide
- VoxCity Complete Demo
- Step 1: Prepare Environment
- Step 2: Define Target Area
- Step 3: Configure Data Sources
- Step 4: Generate 3D Voxel Model
- Step 5: Export to Different Formats
- Step6 Urban simulations
- 6.1. Solar radiation
- 6.3. Landmark visibility
- VoxCity Data Sources Guide
- VoxCity View Index Analysis
- VoxCity Solar Irradiance Analysis
- VoxCity Landmark Visibility Analysis
- VoxCity 3D Visualization
- VoxCity OBJ Export
- ENVI-met Export Demo