Skip to content

Commit 34042d2

Browse files
committed
mvlr daily resolution
1 parent d380518 commit 34042d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openenergyid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Open Energy ID Python SDK."""
22

3-
__version__ = "0.1.9"
3+
__version__ = "0.1.10"
44

55
from .enums import Granularity
66
from .models import TimeSeries

openenergyid/mvlr/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from openenergyid.enums import Granularity
66

7-
pandas_granularity_map = {Granularity.P7D: "W-MON", Granularity.P1M: "MS"}
7+
pandas_granularity_map = {Granularity.P7D: "W-MON", Granularity.P1M: "MS", Granularity.P1D: "D"}
88

99

1010
def resample_input_data(

0 commit comments

Comments
 (0)