VoxCity

Generate grid-based 3D city models anywhere on Earth from open geospatial data — then simulate solar, view, and microclimate.

VoxCity turns open building, land cover, canopy, and terrain data into a semantic 3D voxel model you can visualize, export, and run urban simulations on.

🚀 Install

Set up VoxCity with conda + pip and authenticate Google Earth Engine.

Installation
📚 Tutorials

Hands-on notebooks: generate your first model, then visualize and export it.

VoxCity Tutorial Notebooks
🛠️ How-to guides

Task-focused recipes for Earth Engine, data sources, and Rhino import.

How-to guides
💡 Concepts

Understand the voxel model and the coordinate systems VoxCity uses.

Concepts
📖 Reference

Data sources, land cover classes, and the full voxcity API.

Reference
🔖 Bibliography

How to cite VoxCity and credit the datasets you use.

Bibliography

Quick start

from voxcity.generator import get_voxcity

# A small area in Seattle; sources auto-selected by location
voxcity = get_voxcity(rectangle_vertices, meshsize=5)

New to VoxCity? Start with the installation guide, then the quickstart tutorial.