Skip to content

Input data with non-hourly resolution #2

@jwohland

Description

@jwohland

I was a bit confused when trying to use demandninja with daily data. It didn't throw any errors but reported NaNs. It's clear from the variable description that demand ninja expects hourly data. However, maybe one could add a

assert df.index.freq == "1H"

in the function definition to save other climate folks some time who might also want to use it with different timesteps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions