Skip to content

Commit ff6457e

Browse files
committed
Include vpd calc
1 parent 7e674c0 commit ff6457e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opensensor/collection_apis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def get_vpd_pipeline(
191191
project_projection = {
192192
"_id": False,
193193
"timestamp": "$timestamp",
194+
"vpd": "$vpd",
194195
}
195196
# We ensure both temperature and humidity exist for the calculation of VPD
196197
match_clause["temp"] = {"$exists": True}

0 commit comments

Comments
 (0)