Skip to main content

Python library to load, analyze and modify EnergyPlus Weather files (epw).

Project description

Ladybug

Build Status Coverage Status

Python 3.7 Python 2.7 IronPython

ladybug

Ladybug is a Python library to analyze, modify, and visualize EnergyPlus Weather files (epw). You can download epw files from EPWMap.

This repository is the core library that is the base for the Ladybug Grasshopper Plugin. For plugin-specific questions and comments refer to ladybug-grasshopper.

Note

For the Legacy Ladybug Grasshopper Plugin see this repository.

API Documentation

Installation

To install the library use:

pip install ladybug-core

To check if Honeybee command line interface is installed correctly use ladybug viz and you should get a viiiiiiiiiiiiizzzzzzzzz! back in response!

Usage

# load epw weather data
from ladybug.epw import EPW
epw_data = EPW('path_to_epw_file')
dry_bulb_temp = epw_data.dry_bulb_temperature

# Get altitude and longitude
from ladybug.location import Location
from ladybug.sunpath import Sunpath

# Create location. You can also extract location data from an epw file.
sydney = Location('Sydney', 'AUS', latitude=-33.87, longitude=151.22, time_zone=10)

# Initiate sunpath
sp = Sunpath.from_location(sydney)
sun = sp.calculate_sun(month=11, day=15, hour=11.0)

print('altitude: {}, azimuth: {}'.format(sun.altitude, sun.azimuth))
>>> altitude: 72.26, azimuth: 32.37

Local Development

  1. Clone this repo locally
git clone git@github.com:ladybug-tools/ladybug.git

# or

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

Derivative Work

Ladybug is a derivative work of the following software projects:

  • PVLib-python for solar irradiance calculations. Available under BSD 3-clause.
  • PsychroLib for psychrometric calculations. Available under MIT License.

Applicable copyright notices for these works can be found within the relevant .py files.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ladybug_core-0.44.53.tar.gz (246.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ladybug_core-0.44.53-py3-none-any.whl (276.9 kB view details)

Uploaded Python 3

File details

Details for the file ladybug_core-0.44.53.tar.gz.

File metadata

  • Download URL: ladybug_core-0.44.53.tar.gz
  • Upload date:
  • Size: 246.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.13

File hashes

Hashes for ladybug_core-0.44.53.tar.gz
Algorithm Hash digest
SHA256 a2c162ae9a937dc7810f8119ec1995dcdcfdda85cf2105108de05c368042838a
MD5 6ec0f94eab907a89993744a0d55fa41d
BLAKE2b-256 d12a04ddd7b463d4aba162a0ed7edee49046e0a6c2d3b58a0ded3477b7ee4f60

See more details on using hashes here.

File details

Details for the file ladybug_core-0.44.53-py3-none-any.whl.

File metadata

  • Download URL: ladybug_core-0.44.53-py3-none-any.whl
  • Upload date:
  • Size: 276.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.13

File hashes

Hashes for ladybug_core-0.44.53-py3-none-any.whl
Algorithm Hash digest
SHA256 a4d7af110da9ebf0c6c8cfe319cd89e9c2a80c8ac58d71fdc863620b1749392c
MD5 75adf00bde13545d64a4a93e922f5e3f
BLAKE2b-256 bf96f0388178abbceaae3f4da2a503e81c00845ab73b0b6fb2efe3a8c08a1564

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page