Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dragonfly-uwg

Package Overview
Dependencies
Maintainers
1
Versions
743
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dragonfly-uwg

Dragonfly extension for the Urban Weather Generator (UWG).

pipPyPI
Version
0.5.743
Maintainers
1

Dragonfly

Build Status Coverage Status

Python 3.10 Python 3.7(https://www.python.org/downloads/release/python-360/) Python 2.7 IronPython

dragonfly-uwg

Dragonfly extension for urban heat island modeling.

Dragonfly-uwg uses the Urban Weather Generator (uwg) to morph EPW files to account for the urban heat island effect.

Installation

pip install -U dragonfly-uwg

QuickStart

import dragonfly_uwg

API Documentation

Local Development

  • Clone this repo locally
git clone git@github.com:ladybug-tools/dragonfly-uwg

# or

git clone https://github.com/ladybug-tools/dragonfly-uwg
  • Install dependencies:
cd dragonfly-uwg
pip install -r dev-requirements.txt
pip install -r requirements.txt
  • Run Tests:
python -m pytest tests/
  • Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_uwg
sphinx-build -b html ./docs ./docs/_build/docs

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts