uwg-schema 🌇 📜 Input schema for the Urban Weather Generator (UWG). Installation pip install uwg-schema QuickStart import uwg_schema API Documentation Model Schema Simulation Parameter Schema Local Development Clone this repo locally git clone git@github.com:ladybug-tools/uwg-schema # or git clone https://github.com/ladybug-tools/uwg-schema Install dependencies: cd uwg-schema pip install -r dev-requirements.txt pip install -r requirements.txt Run Tests: python -m pytest tests/ Generate Documentation: python ./docs.py Generate Sample Files: python ./scripts/export_samples.py