Skip to main content

Ladybug is a Python library to load, analyze and modify EneregyPlus Weather files (epw).

Project description

Ladybug

Build Status Coverage Status

Python 2.7 Python 3.6 IronPython

ladybug

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

This repository includes the core library which is the base for Ladybug. For plugin-specific questions and comments refer to ladybug-grasshopper or ladybug-dynamo repositories.

Note

For the Legacy Ladybug Grasshopper Plugin see this repository.

API Documentation

Installation

pip install lbt-ladybug

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
form 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

Derivative Work

Ladybug is a derivative work of the following software projects:

ladybug-geometry for vector math calculation. Available under GNU GPL.

PVLib-python for solar irradiance calculations. Available under BSD 3-clause.

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

lbt-ladybug-0.22.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

lbt_ladybug-0.22.1-py2.py3-none-any.whl (179.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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