Build Your First UBEM with EnergyAtlas¶
This tutorial will guide you through creating your first Urban Building Energy Model (UBEM) using EnergyAtlas.
Prerequisites¶
Before starting, ensure you have:
- EnergyAtlas installed (Installation Guide)
- Basic understanding of UBEM concepts (UBEM Fundamentals)
- Building data for your study area (building footprints, assessor data, or similar)
Step 1: Prepare Your Data¶
Required Data¶
- Building footprints: Shapefile or GeoJSON with building geometry
- Building attributes: Age, use type, floor area, number of stories
- Weather data: TMY or EPW weather file for your location
Data Preparation¶
- Organize your building data into a single file
- Ensure coordinate system is consistent (preferably WGS84 or local UTM)
- Clean data: remove duplicates, fix geometry errors
- Validate attribute fields
Learn more: Data Preparation Guide
Step 2: Create a New Project¶
- Open EnergyAtlas
- Click "New Project"
- Enter project name and location
- Select coordinate system matching your data
Step 3: Import Building Data¶
- Navigate to Urban Data Integration workflow
- Click "Import Data"
- Select your building footprint file
- Map attribute fields to EnergyAtlas data model
- Review imported buildings
Learn more: Urban Data Integration Workflow
Step 4: Assign Building Archetypes¶
- Navigate to Template Definition and Assignment workflow
- Browse available archetypes from the library
- Create assignment rules based on building characteristics
- Review and adjust assignments as needed
Learn more: - Template Definition and Assignment Workflow - Archetype Library
Step 5: Run Simulation¶
- Navigate to Running and Calibrating workflow
- Select weather file for your location
- Configure simulation parameters
- Click "Run Simulation"
- Monitor progress
Learn more: Running and Calibrating Workflow
Step 6: View Results¶
- Navigate to Results View workflow
- Explore energy consumption by:
- Building use type
- Building age
- Geographic location
- Export results for further analysis
Learn more: Results View Workflow
Next Steps¶
- Create Scenarios: Model retrofit measures and policy scenarios
- Scenario Design and Simulation Workflow
- Calibrate Model: Improve accuracy using observed data
- Running and Calibrating Workflow
- Explore Advanced Features:
- EnergyAtlas Objects Guide
- Technical References
Troubleshooting¶
Common issues and solutions:
- Import errors: Check data format and coordinate system
- Missing archetypes: Create custom archetypes or use library templates
- Simulation failures: Verify weather file compatibility and building assignments
Need help? Check the FAQ or open an issue on GitHub.
Last updated: January 2026