https://github.com/ladybug-tools/uwg-schema
:city_sunrise: :scroll: Input schema for the Urban Weather Generator (UWG)
https://github.com/ladybug-tools/uwg-schema
Last synced: 9 months ago
JSON representation
:city_sunrise: :scroll: Input schema for the Urban Weather Generator (UWG)
- Host: GitHub
- URL: https://github.com/ladybug-tools/uwg-schema
- Owner: ladybug-tools
- License: mit
- Created: 2020-08-25T14:26:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T23:51:54.000Z (almost 3 years ago)
- Last Synced: 2025-07-26T06:19:38.626Z (11 months ago)
- Language: Python
- Homepage: https://www.ladybug.tools/uwg-schema/index.html
- Size: 280 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.com/ladybug-tools/uwg-schema)
[](https://coveralls.io/github/ladybug-tools/uwg-schema)
[](https://www.python.org/downloads/release/python-370/)
# uwg-schema
:city_sunrise: :scroll: Input schema for the [Urban Weather Generator (UWG)](https://github.com/ladybug-tools/uwg).
## Installation
```console
pip install uwg-schema
```
## QuickStart
```python
import uwg_schema
```
## API Documentation
[Model Schema](https://ladybug-tools.github.io/uwg-schema/model.html)
[Simulation Parameter Schema](https://ladybug-tools.github.io/uwg-schema/simulation-parameter.html)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/uwg-schema
# or
git clone https://github.com/ladybug-tools/uwg-schema
```
2. Install dependencies:
```console
cd uwg-schema
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```
4. Generate Documentation:
```python
python ./docs.py
```
5. Generate Sample Files:
```python
python ./scripts/export_samples.py
```