Skip to content

Instantly share code, notes, and snippets.

@johnlpage
Created March 4, 2022 13:06
Show Gist options
  • Save johnlpage/350e932c9e39e5c8fcd692c90e2d5011 to your computer and use it in GitHub Desktop.
Save johnlpage/350e932c9e39e5c8fcd692c90e2d5011 to your computer and use it in GitHub Desktop.
[$setWindowFields: {
partitionBy: "$location",
sortBy: {
date: 1
},
output: {
average: {
$avg: "$temp",
window: {
range: [-60, 60],
unit: "minute"
}
}
}
}
}]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment