Skip to main content

Occupancy generation models

Project description

Occupant Behavior Generation

obgeneration generates annual residential occupant-behavior schedules from a structured occupant profile.

Outputs include:

  • occupancy fraction
  • lighting usage
  • equipment power
  • domestic hot water usage
  • HVAC setpoints
  • window opening fraction

Structure

src/obgeneration/
├── model/       Pydantic input models
├── generator/   Schedule generators and orchestrator
├── stochastic/  Probability distributions and Markov logic
└── data/        Packaged CSV/JSON runtime assumptions

Installation

git clone <repo-url>
cd OccupancyGeneration
uv sync

For development:

uv sync --extra dev

Usage

from obgeneration.model import Occupant
from obgeneration.generator import OccupantBehavior

profile = Occupant.from_json_file("test/unit/input/OB_1.json")
annual = OccupantBehavior.to_OB_annual(
    resolution_mins=15,
    occupant_profile=profile,
)

print(annual.num_occupants)
print(len(annual.occupancy_schedule))

Generator Results

The generator convenience methods return structured result models rather than bare tuples. For example:

from obgeneration.generator import OccupancyGenerator

result = OccupancyGenerator.generate_with_defaults(
    occupancy=profile.occupancy,
    resolution_mins=15,
    rng=42,
)

print(result.peak_value)
print(len(result.schedule))

For explicit assumptions and downstream integration, use generate_result(...):

from obgeneration.generator import (
    ClusterAssumptions,
    OccupancyGenerator,
)

result = OccupancyGenerator.generate_result(
    occupancy=profile.occupancy,
    cluster_assumptions=ClusterAssumptions.default(),
    resolution_mins=15,
    rng=42,
)

Project details


Download files

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

Source Distribution

obgeneration-0.1.2.tar.gz (203.0 kB view details)

Uploaded Source

Built Distribution

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

obgeneration-0.1.2-py3-none-any.whl (230.3 kB view details)

Uploaded Python 3

File details

Details for the file obgeneration-0.1.2.tar.gz.

File metadata

  • Download URL: obgeneration-0.1.2.tar.gz
  • Upload date:
  • Size: 203.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for obgeneration-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d5c9e4517872f4f33dc57ae05386b26f605363f1d736fa0e70d56bc395f3f366
MD5 8d979e536b4d61b90c7c4d7c7d302596
BLAKE2b-256 4391326b81a7d0ed984c9c09311912906365367103a64f19c1efdc2a7e242995

See more details on using hashes here.

File details

Details for the file obgeneration-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: obgeneration-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 230.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for obgeneration-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d6d40f537e5fe3c26313c0a3172115d5ee4659b8c6863f4a315195aad5abb484
MD5 6e286efe107443f047c493ce3b3acfb5
BLAKE2b-256 47411834c3c6f4beded53ac04d8fe1ebe8ca0a1fa2c19a8a2be21eec2af6c782

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