Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fc49ecd
Merge pull request #1 from Azure/master
evaou Jul 23, 2021
0f1d864
Merge pull request #3 from Azure/master
evaou Jul 28, 2021
bba8f66
Merge branch 'Azure:master' into master
evaou Oct 21, 2021
9ac5211
Merge branch 'Azure:main' into master
evaou Nov 9, 2021
94d96c1
Merge branch 'Azure:main' into master
evaou Nov 11, 2021
9a6071d
Add custom words of daily climo actuals
evaou Aug 30, 2021
df0349c
Add examples of daily climo
evaou Aug 30, 2021
6760486
Add api doc of daily climo
evaou Aug 30, 2021
dc9cbb1
Remove source
evaou Aug 30, 2021
9947e9b
Fix incorrect syntax
evaou Aug 31, 2021
b46a0e3
Remove sources
evaou Aug 31, 2021
542ac92
Remove error response
evaou Aug 31, 2021
0b3c401
Update pricing tiers
evaou Aug 31, 2021
88d95dd
Fix prettier check errors
evaou Aug 31, 2021
46e9a23
Update URL path of historical weather APIs
Oct 21, 2021
8a636ab
Remove climo summary api and example
Oct 21, 2021
83df01b
Update the reference of api version
Oct 21, 2021
056d415
Rename climo with historical
Oct 21, 2021
1f8511b
Add unknown words for actuals
Oct 21, 2021
2ffc747
Update description of historical actuals
Nov 9, 2021
9276f59
Update description of startDate and endDate
Nov 9, 2021
a477f01
Update description of historial records
Nov 9, 2021
cb4de27
Update description of historical normals
Nov 9, 2021
886dd44
Remove unused definition of historical summary
Nov 9, 2021
50477ce
Update description of degreeDaySummary
Nov 9, 2021
6367610
Update the naming from snow to snowfall
Nov 9, 2021
64116d2
Update example name
Nov 9, 2021
ab84c0d
Update query parameter with a refined non-string version
Nov 9, 2021
c4515f7
Update format description to only support json
Nov 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2415,6 +2415,8 @@ Ctlr
vcenters
Mwarev
pmem
actuals
Actuals
rawphysical
rawvirtual
sesparse
Expand All @@ -2427,4 +2429,4 @@ stackset
CSPM
autoprovisioning
schemagroups
videoanalyzer
videoanalyzer
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"parameters": {
"api-version": "1.0",
"format": "json",
"query": "40.78,-77.89",
"startDate": "2012-01-20",
"endDate": "2012-01-22"
},
"responses": {
"200": {
"body": {
"historicalActuals": [
{
"date": "2012-01-20T00:00:00-04:00",
"temperature": {
"maximum": {
"value": -6.1,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -11.1,
"unit": "C",
"unitType": 17
},
"average": {
"value": -8.6,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 27.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 10.9,
"unit": "mm",
"unitType": 3
},
"snowfall": {
"value": 12.19,
"unit": "cm",
"unitType": 4
},
"snowDepth": {
"value": 15.2,
"unit": "cm",
"unitType": 4
}
},
{
"date": "2012-01-21T00:00:00-04:00",
"temperature": {
"maximum": {
"value": -1.7,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -8.9,
"unit": "C",
"unitType": 17
},
"average": {
"value": -5.3,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 24.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 0.0,
"unit": "mm",
"unitType": 3
},
"snowfall": {
"value": 0.51,
"unit": "cm",
"unitType": 4
},
"snowDepth": {
"value": 12.7,
"unit": "cm",
"unitType": 4
}
},
{
"date": "2012-01-22T00:00:00-04:00",
"temperature": {
"maximum": {
"value": 0.0,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -7.2,
"unit": "C",
"unitType": 17
},
"average": {
"value": -3.6,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 22.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 0.0,
"unit": "mm",
"unitType": 3
},
"snowfall": {
"value": 0.0,
"unit": "cm",
"unitType": 4
},
"snowDepth": {
"value": 10.2,
"unit": "cm",
"unitType": 4
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"parameters": {
"api-version": "1.0",
"format": "json",
"query": "39.952583,-75.165222",
"startDate": "2012-01-20",
"endDate": "2012-01-22"
},
"responses": {
"200": {
"body": {
"historicalNormals": [
{
"date": "2012-01-20T00:00:00-04:00",
"temperature": {
"maximum": {
"value": 4.4,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -3.7,
"unit": "C",
"unitType": 17
},
"average": {
"value": 0.4,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 18.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 2.5,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2012-01-21T00:00:00-04:00",
"temperature": {
"maximum": {
"value": 4.5,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -3.7,
"unit": "C",
"unitType": 17
},
"average": {
"value": 0.4,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 18.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 2.5,
"unit": "mm",
"unitType": 3
}
},
{
"date": "2012-01-22T00:00:00-04:00",
"temperature": {
"maximum": {
"value": 4.5,
"unit": "C",
"unitType": 17
},
"minimum": {
"value": -3.7,
"unit": "C",
"unitType": 17
},
"average": {
"value": 0.4,
"unit": "C",
"unitType": 17
}
},
"degreeDaySummary": {
"heating": {
"value": 18.0,
"unit": "C",
"unitType": 17
},
"cooling": {
"value": 0.0,
"unit": "C",
"unitType": 17
}
},
"precipitation": {
"value": 2.3,
"unit": "mm",
"unitType": 3
}
}
]
}
}
}
}
Loading