{"info":{"_postman_id":"94926274-5a40-42f3-8091-6e7d6d1bb3b7","name":"Benchmark API doc","description":"<html><head></head><body><p>Benchmark's REST API lets you read data from our servers. You must have access to an existing Benchmark account to generate credentials and access to this API.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To read data from our servers, a token must be provided. Request an access token and inlcude it in the Token section in Postman under \"Auth\" tab. All requests must be performed over HTTPS. Requests made over HTTP will be automatically redirected.</p>\n<h1 id=\"responses\">Responses</h1>\n<p>All responses are formatted as JSON except Export responses which are formatted as csv. </p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Error codes follow typical HTTP conventions, and will include a human-readable error message when available.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is no limit to the number of requests.</p>\n<h1 id=\"model\">Model</h1>\n<h2 id=\"site\">Site</h2>\n<p>Data is organized in a <code>Site</code>. It is the most global term to represent a farm. Each site contains multiple <code>Areas</code>.</p>\n<h2 id=\"area\">Area</h2>\n<p><code>Areas</code> are part of <code>Sites</code>. In this way, <code>Areas</code> compose a <code>Site</code>. In every <code>Area</code> we have multiple <code>Stations</code>.</p>\n<h2 id=\"station\">Station</h2>\n<p><code>Stations</code> are devices that take data from the environment such as temperature, humidity, winds and others. <code>Stations</code> have an identifier, latitud, longitud and elevation.</p>\n<h2 id=\"provider\">Provider</h2>\n<p>A company that provides environmental data.</p>\n<h1 id=\"terminology\">Terminology</h1>\n<h2 id=\"hours-from-zero-time\">Hours from zero time</h2>\n<p>Represents the amount of hours in the past when it made the forecast. Another useful definition: represents the difference in hours from the time the forecast is made to the predicted time. When the value is zero it means that the forecast was made at the same time as the forecast.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Responses","slug":"responses"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Model","slug":"model"},{"content":"Terminology","slug":"terminology"}],"owner":"11840257","collectionId":"94926274-5a40-42f3-8091-6e7d6d1bb3b7","publishedId":"TVmLCe3g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-04T15:44:28.000Z"},"item":[{"name":"Find All Stations","id":"383f2bed-24d9-45be-b7d6-6af0e4e852fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.benchmarklabs.com/api/v1/:accountUid/station/list","description":"<p>Request information of all your stations. It returns station name, identifier, latitude, longitude, elevation, data provider, etc.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","station","list"],"host":["api","benchmarklabs","com"],"query":[],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"}]}},"response":[{"id":"28059745-9b8f-4171-93b1-cb720c514a7b","name":"Find All Stations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/station/list","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","station","list"],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) E.g: 9fc46be6-cc03-4e12-be52-69cd176d25f0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:13:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"uid\": \"77f46f96-bca6-47bf-a2a3-457b21fe52d4\",\n            \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"name\": \"Account 1\",\n            \"identifier\": \"21467\",\n            \"latitude\": 36.171702,\n            \"longitude\": -119.1026,\n            \"elevation\": 0,\n            \"dataProviderUid\": \"ae5c88f19-86d3-4a62-86b3-1d3ec2790f1b\",\n            \"dataProviderName\": \"Data provider name\",\n            \"metadata\": \"\"\n        },\n        {\n            \"uid\": \"b4da5759-10cd-4695-8d3c-53df065b8931\",\n            \"accountUid\": \"77f46f96-bca6-47bf-a2a3-457b21fe52d4\",\n            \"name\": \"Account 1\",\n            \"identifier\": \"21468\",\n            \"latitude\": 36.196854,\n            \"longitude\": -119.104731,\n            \"elevation\": 0,\n            \"dataProviderUid\": \"ae5c88f19-86d3-4a62-86b3-1d3ec2790f1b\",\n            \"dataProviderName\": \"Data provider name\",\n            \"metadata\": \"\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"last\": true,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"numberOfElements\": 2,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"383f2bed-24d9-45be-b7d6-6af0e4e852fc"},{"name":"Weekly Forecast","id":"1145faf2-fa43-4f7b-97ce-ecdc47468de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/weekly","description":"<p>Get weekly forecasts, from today plus 7 days. It returns account information such as site, area and station and metric information such as average, max, min and sum.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","reporting",":stationUid","weekly"],"host":["api","benchmarklabs","com"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"},{"description":{"content":"<p>A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b</p>\n","type":"text/plain"},"type":"string","value":"","key":"stationUid"}]}},"response":[{"id":"6a47ab6c-a8bc-4761-ae25-63db133235c0","name":"Weekly Forecast","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"stationUid\": \"aa05a449-67a2-4ffd-b55e-9e1ae040cc39\",\n    \"metrics\": [\n        \"TEMPERATURE\"\n    ],\n    \"provider\": \"UNIFIER\",\n    \"aggregation\": \"DAILY\",\n    \"dateFrom\": \"2020-08-01\",\n    \"dateTo\": \"2020-08-08\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/weekly","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","reporting",":stationUid","weekly"],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) E.g: 9fc46be6-cc03-4e12-be52-69cd176d25f0"},{"key":"stationUid","value":"2e0072cf-0cd2-4c03-81fd-fd4b08da639b","description":"A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:08:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"temperature\": {\n        \"metric\": \"TEMPERATURE\",\n        \"summary\": {\n            \"min\": 6.189920425415039,\n            \"max\": 16.34976577758789\n        },\n        \"forecasts\": [\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-01T00:00:00Z\",\n                \"avg\": 9.424145682652798,\n                \"max\": 14.090661621093773,\n                \"min\": 6.189920425415039,\n                \"sum\": 226.17949638366713\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-02T00:00:00Z\",\n                \"avg\": 8.867105801900228,\n                \"max\": 14.247800827026367,\n                \"min\": 6.881624221801758,\n                \"sum\": 212.81053924560547\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-03T00:00:00Z\",\n                \"avg\": 9.492979367574057,\n                \"max\": 16.34976577758789,\n                \"min\": 7.032794952392578,\n                \"sum\": 227.83150482177734\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-04T00:00:00Z\",\n                \"avg\": 9.665703376134237,\n                \"max\": 14.391042709350586,\n                \"min\": 7.041688919067383,\n                \"sum\": 231.97688102722168\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-05T00:00:00Z\",\n                \"avg\": 9.142534971237183,\n                \"max\": 14.71225357055664,\n                \"min\": 6.945301055908203,\n                \"sum\": 219.42083930969238\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-06T00:00:00Z\",\n                \"avg\": 8.296250263849894,\n                \"max\": 12.329809188842773,\n                \"min\": 6.425756454467773,\n                \"sum\": 199.11000633239746\n            },\n            {\n                \"accountUid\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n                \"siteUid\": \"528d416e-9832-4ae6-a695-7ecb06df6bce\",\n                \"areaUid\": \"e67f8813-6e12-4648-934a-546ae9eb8eba\",\n                \"stationUid\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n                \"latitude\": 36.171702,\n                \"longitude\": -119.1026,\n                \"provider\": \"UNIFIER\",\n                \"providerSource\": \"UNIFIER\",\n                \"metric\": \"TEMPERATURE\",\n                \"dateTime\": \"2020-12-07T00:00:00Z\",\n                \"avg\": 8.80253553390503,\n                \"max\": 13.414070129394531,\n                \"min\": 6.434587478637695,\n                \"sum\": 211.2608528137207\n            }\n        ]\n    }\n}"}],"_postman_id":"1145faf2-fa43-4f7b-97ce-ecdc47468de9"},{"name":"Forecast Comparison","id":"d8b9c03a-bfae-4eb7-a641-b30eb3f571e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/comparison/forecast/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=","description":"<p>Compares future forecasts of different providers for a range of dates.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","reporting",":stationUid","comparison","forecast",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"host":["api","benchmarklabs","com"],"query":[{"description":{"content":"<p>(At least one is required). A string with NOAA_GFS, IBM values.</p>\n","type":"text/plain"},"key":"providers","value":""},{"disabled":true,"description":{"content":"<p>Provider NOAA</p>\n","type":"text/plain"},"key":"providers","value":"NOAA_GFS"}],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"},{"description":{"content":"<p>A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b</p>\n","type":"text/plain"},"type":"string","value":"","key":"stationUid"},{"description":{"content":"<p>A string with \"TEMPERATURE\", \"HUMIDITY\" values.</p>\n","type":"text/plain"},"type":"string","value":"","key":"metric"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateFrom"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateTo"},{"description":{"content":"<p>A positive integer value. E.g.: 120</p>\n","type":"text/plain"},"type":"string","value":"","key":"hoursFrom0Time"}]}},"response":[{"id":"5d42534f-8100-4013-bb7a-219d0d214086","name":"Forecast Comparison","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/comparison/forecast/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=UNIFIER&providers=NOAA_GFS","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","reporting",":stationUid","comparison","forecast",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"query":[{"key":"providers","value":"UNIFIER","description":"Provider unifier"},{"key":"providers","value":"NOAA_GFS","description":"Provider NOAA"}],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) Your AccountUUID"},{"key":"stationUid","value":"2e0072cf-0cd2-4c03-81fd-fd4b08da639b","description":"(Required) StationUUID"},{"key":"metric","value":"TEMPERATURE","description":"(Required) Metric, e.g \"TEMPERATURE\""},{"key":"dateFrom","value":"2020-12-02","description":"(Required) DateFrom, format \"YYY-MM-DD\""},{"key":"dateTo","value":"2020-12-30","description":"(Required) DateTo, format \"YYYY-MM-DD\""},{"key":"hoursFrom0Time","value":"120","description":"(Required) Hours from zero time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:17:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"comparison\": [\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-02T00:00:00Z\",\n            \"UNIFIER\": \"10.581073760986328\",\n            \"NOAA_GFS\": \"13.577325439453148\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-02T06:00:00Z\",\n            \"UNIFIER\": \"7.438922882080078\",\n            \"NOAA_GFS\": \"9.342584228515648\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-02T12:00:00Z\",\n            \"UNIFIER\": \"6.894067764282227\",\n            \"NOAA_GFS\": \"7.855767822265648\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-02T18:00:00Z\",\n            \"UNIFIER\": \"10.978433609008789\",\n            \"NOAA_GFS\": \"14.427117919921898\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-03T00:00:00Z\",\n            \"UNIFIER\": \"11.204069137573242\",\n            \"NOAA_GFS\": \"15.017022705078148\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-03T06:00:00Z\",\n            \"UNIFIER\": \"7.2578277587890625\",\n            \"NOAA_GFS\": \"10.828698730468773\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-03T12:00:00Z\",\n            \"UNIFIER\": \"7.493690490722656\",\n            \"NOAA_GFS\": \"9.237176513671898\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-03T18:00:00Z\",\n            \"UNIFIER\": \"11.354717254638672\",\n            \"NOAA_GFS\": \"15.338372802734398\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-04T00:00:00Z\",\n            \"UNIFIER\": \"11.879861831665039\",\n            \"NOAA_GFS\": \"19.102838134765648\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-04T06:00:00Z\",\n            \"UNIFIER\": \"7.805339813232422\",\n            \"NOAA_GFS\": \"15.584252929687523\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-04T12:00:00Z\",\n            \"UNIFIER\": \"7.570379257202148\",\n            \"NOAA_GFS\": \"9.862969970703148\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-04T18:00:00Z\",\n            \"UNIFIER\": \"11.160276412963867\",\n            \"NOAA_GFS\": \"8.703637695312523\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-05T00:00:00Z\",\n            \"UNIFIER\": \"11.264606475830078\",\n            \"NOAA_GFS\": \"15.154077148437523\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-05T06:00:00Z\",\n            \"UNIFIER\": \"7.142860412597656\",\n            \"NOAA_GFS\": \"10.662469482421898\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-05T12:00:00Z\",\n            \"UNIFIER\": \"6.671504974365234\",\n            \"NOAA_GFS\": \"7.961328125000023\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 120,\n            \"Date\": \"2020-12-05T18:00:00Z\",\n            \"UNIFIER\": \"10.668582916259766\",\n            \"NOAA_GFS\": \"13.815301513671898\"\n        }\n    ]\n}"}],"_postman_id":"d8b9c03a-bfae-4eb7-a641-b30eb3f571e3"},{"name":"Historic Comparison","id":"50025fb0-4961-4623-bdec-1cf5905e1671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/comparison/historic/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=","description":"<p>Compares past forecasts of different providers for a range of dates.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","reporting",":stationUid","comparison","historic",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"host":["api","benchmarklabs","com"],"query":[{"description":{"content":"<p>(At least one is required). A string with NOAA_GFS, IBM, ACUITY, WEATHER_LINK values</p>\n","type":"text/plain"},"key":"providers","value":""},{"disabled":true,"key":"providers","value":"NOAA_GFS"},{"disabled":true,"key":"providers","value":"ACUITY"}],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"},{"description":{"content":"<p>A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b</p>\n","type":"text/plain"},"type":"string","value":"","key":"stationUid"},{"description":{"content":"<p>A string with \"TEMPERATURE\", \"HUMIDITY\" values.</p>\n","type":"text/plain"},"type":"string","value":"","key":"metric"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateFrom"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateTo"},{"description":{"content":"<p>A positive integer value. E.g.: 24</p>\n","type":"text/plain"},"type":"string","value":"","key":"hoursFrom0Time"}]}},"response":[{"id":"90748f8b-90cc-4481-940c-6cb2e8ccefe9","name":"Historic Comparison","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/reporting/:stationUid/comparison/historic/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=UNIFIER&providers=NOAA_GFS&providers=ACUITY","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","reporting",":stationUid","comparison","historic",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"query":[{"key":"providers","value":"UNIFIER"},{"key":"providers","value":"NOAA_GFS"},{"key":"providers","value":"ACUITY"}],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) Your AccountUUID"},{"key":"stationUid","value":"2e0072cf-0cd2-4c03-81fd-fd4b08da639b","description":"(Required) StationUUID"},{"key":"metric","value":"TEMPERATURE","description":"(Required) Metric, e.g \"TEMPERATURE\""},{"key":"dateFrom","value":"2020-11-01","description":"(Required) DateFrom, format \"YYYY-MM-DD\""},{"key":"dateTo","value":"2020-11-23","description":"(Required) DateTo, format \"YYYY-MM-DD\""},{"key":"hoursFrom0Time","value":"24","description":"(Required) Hours from zero time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:39:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"comparison\": [\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-02T00:00:00Z\",\n            \"UNIFIER\": \"24.827049255371094\",\n            \"NOAA_GFS\": \"26.192193603515648\",\n            \"ACUITY\": \"23.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-02T06:00:00Z\",\n            \"UNIFIER\": \"14.605899810791016\",\n            \"NOAA_GFS\": \"18.031457519531273\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-02T12:00:00Z\",\n            \"UNIFIER\": \"11.54861068725586\",\n            \"NOAA_GFS\": \"15.610009765625023\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-02T18:00:00Z\",\n            \"UNIFIER\": \"22.645055770874023\",\n            \"NOAA_GFS\": \"24.282525634765648\",\n            \"ACUITY\": \"22.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-03T00:00:00Z\",\n            \"UNIFIER\": \"24.6346378326416\",\n            \"NOAA_GFS\": \"26.455163574218773\",\n            \"ACUITY\": \"24.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-03T06:00:00Z\",\n            \"UNIFIER\": \"12.310649871826172\",\n            \"NOAA_GFS\": \"18.218530273437523\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-03T12:00:00Z\",\n            \"UNIFIER\": \"11.165950775146484\",\n            \"NOAA_GFS\": \"15.934411621093773\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-03T18:00:00Z\",\n            \"UNIFIER\": \"21.596912384033203\",\n            \"NOAA_GFS\": \"24.473535156250023\",\n            \"ACUITY\": \"22.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-04T00:00:00Z\",\n            \"UNIFIER\": \"23.129409790039062\",\n            \"NOAA_GFS\": \"25.230828857421898\",\n            \"ACUITY\": \"24.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-04T06:00:00Z\",\n            \"UNIFIER\": \"12.003362655639648\",\n            \"NOAA_GFS\": \"17.545617675781273\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-04T12:00:00Z\",\n            \"UNIFIER\": \"10.901163101196289\",\n            \"NOAA_GFS\": \"14.725244140625023\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-04T18:00:00Z\",\n            \"UNIFIER\": \"21.614940643310547\",\n            \"NOAA_GFS\": \"22.687310791015648\",\n            \"ACUITY\": \"21.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-05T00:00:00Z\",\n            \"UNIFIER\": \"23.50339126586914\",\n            \"NOAA_GFS\": \"25.340600585937523\",\n            \"ACUITY\": \"23.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-05T06:00:00Z\",\n            \"UNIFIER\": \"12.073541641235352\",\n            \"NOAA_GFS\": \"16.881372070312523\",\n            \"ACUITY\": \"13.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-05T12:00:00Z\",\n            \"UNIFIER\": \"10.619863510131836\",\n            \"NOAA_GFS\": \"14.438684082031273\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-05T18:00:00Z\",\n            \"UNIFIER\": \"20.0075740814209\",\n            \"NOAA_GFS\": \"22.838525390625023\",\n            \"ACUITY\": \"20.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-06T00:00:00Z\",\n            \"UNIFIER\": \"21.947526931762695\",\n            \"NOAA_GFS\": \"24.409509277343773\",\n            \"ACUITY\": \"21.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-06T06:00:00Z\",\n            \"UNIFIER\": \"12.532575607299805\",\n            \"NOAA_GFS\": \"17.708123779296898\",\n            \"ACUITY\": \"13.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-06T12:00:00Z\",\n            \"UNIFIER\": \"12.83397102355957\",\n            \"NOAA_GFS\": \"17.140130615234398\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-06T18:00:00Z\",\n            \"UNIFIER\": \"19.55710792541504\",\n            \"NOAA_GFS\": \"18.570977783203148\",\n            \"ACUITY\": \"19.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-07T00:00:00Z\",\n            \"UNIFIER\": \"12.669282913208008\",\n            \"NOAA_GFS\": \"16.599145507812523\",\n            \"ACUITY\": \"16.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-07T06:00:00Z\",\n            \"UNIFIER\": \"7.583089828491211\",\n            \"NOAA_GFS\": \"8.091668701171898\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-07T12:00:00Z\",\n            \"UNIFIER\": \"4.946535110473633\",\n            \"NOAA_GFS\": \"7.194970703125023\",\n            \"ACUITY\": \"8.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-07T18:00:00Z\",\n            \"UNIFIER\": \"7.520957946777344\",\n            \"NOAA_GFS\": \"10.312982177734398\",\n            \"ACUITY\": \"9.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-08T00:00:00Z\",\n            \"UNIFIER\": \"6.796623229980469\",\n            \"NOAA_GFS\": \"9.785577392578148\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-08T06:00:00Z\",\n            \"UNIFIER\": \"7.725564956665039\",\n            \"NOAA_GFS\": \"5.121179199218773\",\n            \"ACUITY\": \"8.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-08T12:00:00Z\",\n            \"UNIFIER\": \"6.6550750732421875\",\n            \"NOAA_GFS\": \"6.812615966796898\",\n            \"ACUITY\": \"8.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-08T18:00:00Z\",\n            \"UNIFIER\": \"7.580879211425781\",\n            \"NOAA_GFS\": \"9.576654052734398\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-09T00:00:00Z\",\n            \"UNIFIER\": \"7.26795768737793\",\n            \"NOAA_GFS\": \"8.116357421875023\",\n            \"ACUITY\": \"8.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-09T06:00:00Z\",\n            \"UNIFIER\": \"1.9992504119873047\",\n            \"NOAA_GFS\": \"3.7741333007812727\",\n            \"ACUITY\": \"2.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-09T12:00:00Z\",\n            \"UNIFIER\": \"1.52587890625E-5\",\n            \"NOAA_GFS\": \"3.2732177734375227\",\n            \"ACUITY\": \"0.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-09T18:00:00Z\",\n            \"UNIFIER\": \"7.591222763061523\",\n            \"NOAA_GFS\": \"9.281945800781273\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-10T00:00:00Z\",\n            \"UNIFIER\": \"7.062089920043945\",\n            \"NOAA_GFS\": \"11.222253417968773\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-10T06:00:00Z\",\n            \"UNIFIER\": \"5.485857009887695\",\n            \"NOAA_GFS\": \"5.840081787109398\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-10T12:00:00Z\",\n            \"UNIFIER\": \"0.012781143188476562\",\n            \"NOAA_GFS\": \"4.492608642578148\",\n            \"ACUITY\": \"0.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-10T18:00:00Z\",\n            \"UNIFIER\": \"7.086650848388672\",\n            \"NOAA_GFS\": \"10.171533203125023\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-11T00:00:00Z\",\n            \"UNIFIER\": \"8.57136344909668\",\n            \"NOAA_GFS\": \"12.315698242187523\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-11T06:00:00Z\",\n            \"UNIFIER\": \"6.652076721191406\",\n            \"NOAA_GFS\": \"7.128442382812523\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-11T12:00:00Z\",\n            \"UNIFIER\": \"2.8002891540527344\",\n            \"NOAA_GFS\": \"5.487207031250023\",\n            \"ACUITY\": \"2.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-11T18:00:00Z\",\n            \"UNIFIER\": \"7.806936264038086\",\n            \"NOAA_GFS\": \"11.659692382812523\",\n            \"ACUITY\": \"13.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-12T00:00:00Z\",\n            \"UNIFIER\": \"9.955764770507812\",\n            \"NOAA_GFS\": \"13.512261962890648\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-12T06:00:00Z\",\n            \"UNIFIER\": \"7.57817268371582\",\n            \"NOAA_GFS\": \"9.543328857421898\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-12T12:00:00Z\",\n            \"UNIFIER\": \"6.778974533081055\",\n            \"NOAA_GFS\": \"7.241632080078148\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-12T18:00:00Z\",\n            \"UNIFIER\": \"10.795125961303711\",\n            \"NOAA_GFS\": \"13.564172363281273\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-13T00:00:00Z\",\n            \"UNIFIER\": \"11.32815170288086\",\n            \"NOAA_GFS\": \"15.684533691406273\",\n            \"ACUITY\": \"17.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-13T06:00:00Z\",\n            \"UNIFIER\": \"7.092815399169922\",\n            \"NOAA_GFS\": \"10.251885986328148\",\n            \"ACUITY\": \"4.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-13T12:00:00Z\",\n            \"UNIFIER\": \"7.352943420410156\",\n            \"NOAA_GFS\": \"8.758477783203148\",\n            \"ACUITY\": \"1.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-13T18:00:00Z\",\n            \"UNIFIER\": \"10.926027297973633\",\n            \"NOAA_GFS\": \"14.627435302734398\",\n            \"ACUITY\": \"15.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-14T00:00:00Z\",\n            \"UNIFIER\": \"11.431619644165039\",\n            \"NOAA_GFS\": \"16.346124267578148\",\n            \"ACUITY\": \"18.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-14T06:00:00Z\",\n            \"UNIFIER\": \"10.715137481689453\",\n            \"NOAA_GFS\": \"13.566674804687523\",\n            \"ACUITY\": \"9.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-14T12:00:00Z\",\n            \"UNIFIER\": \"7.360807418823242\",\n            \"NOAA_GFS\": \"9.912957763671898\",\n            \"ACUITY\": \"4.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-14T18:00:00Z\",\n            \"UNIFIER\": \"10.906261444091797\",\n            \"NOAA_GFS\": \"14.816918945312523\",\n            \"ACUITY\": \"15.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-15T00:00:00Z\",\n            \"UNIFIER\": \"11.559759140014648\",\n            \"NOAA_GFS\": \"16.660943603515648\",\n            \"ACUITY\": \"18.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-15T06:00:00Z\",\n            \"UNIFIER\": \"7.550804138183594\",\n            \"NOAA_GFS\": \"11.088128662109398\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-15T12:00:00Z\",\n            \"UNIFIER\": \"7.394126892089844\",\n            \"NOAA_GFS\": \"9.246301269531273\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-15T18:00:00Z\",\n            \"UNIFIER\": \"11.253799438476562\",\n            \"NOAA_GFS\": \"15.131585693359398\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-16T00:00:00Z\",\n            \"UNIFIER\": \"12.628643035888672\",\n            \"NOAA_GFS\": \"17.290521240234398\",\n            \"ACUITY\": \"17.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-16T06:00:00Z\",\n            \"UNIFIER\": \"8.749883651733398\",\n            \"NOAA_GFS\": \"11.427026367187523\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-16T12:00:00Z\",\n            \"UNIFIER\": \"7.053096771240234\",\n            \"NOAA_GFS\": \"10.209222412109398\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-16T18:00:00Z\",\n            \"UNIFIER\": \"12.798458099365234\",\n            \"NOAA_GFS\": \"17.425683593750023\",\n            \"ACUITY\": \"15.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-17T00:00:00Z\",\n            \"UNIFIER\": \"16.504377365112305\",\n            \"NOAA_GFS\": \"19.780603027343773\",\n            \"ACUITY\": \"19.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-17T06:00:00Z\",\n            \"UNIFIER\": \"12.967622756958008\",\n            \"NOAA_GFS\": \"16.681665039062523\",\n            \"ACUITY\": \"8.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-17T12:00:00Z\",\n            \"UNIFIER\": \"12.62455940246582\",\n            \"NOAA_GFS\": \"15.690118408203148\",\n            \"ACUITY\": \"6.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-17T18:00:00Z\",\n            \"UNIFIER\": \"19.850881576538086\",\n            \"NOAA_GFS\": \"24.003564453125023\",\n            \"ACUITY\": \"23.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-18T00:00:00Z\",\n            \"UNIFIER\": \"19.16199493408203\",\n            \"NOAA_GFS\": \"21.036645507812523\",\n            \"ACUITY\": \"22.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-18T06:00:00Z\",\n            \"UNIFIER\": \"11.867633819580078\",\n            \"NOAA_GFS\": \"16.131188964843773\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-18T12:00:00Z\",\n            \"UNIFIER\": \"9.999135971069336\",\n            \"NOAA_GFS\": \"12.845635986328148\",\n            \"ACUITY\": \"5.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-18T18:00:00Z\",\n            \"UNIFIER\": \"10.366697311401367\",\n            \"NOAA_GFS\": \"14.881707763671898\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-19T00:00:00Z\",\n            \"UNIFIER\": \"10.989553451538086\",\n            \"NOAA_GFS\": \"15.408776855468773\",\n            \"ACUITY\": \"19.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-19T06:00:00Z\",\n            \"UNIFIER\": \"8.597372055053711\",\n            \"NOAA_GFS\": \"12.322534179687523\",\n            \"ACUITY\": \"7.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-19T12:00:00Z\",\n            \"UNIFIER\": \"7.54667854309082\",\n            \"NOAA_GFS\": \"9.682611083984398\",\n            \"ACUITY\": \"6.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-19T18:00:00Z\",\n            \"UNIFIER\": \"9.523818969726562\",\n            \"NOAA_GFS\": \"13.576654052734398\",\n            \"ACUITY\": \"10.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-20T00:00:00Z\",\n            \"UNIFIER\": \"11.062511444091797\",\n            \"NOAA_GFS\": \"16.179467773437523\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-20T06:00:00Z\",\n            \"UNIFIER\": \"7.339178085327148\",\n            \"NOAA_GFS\": \"9.833001708984398\",\n            \"ACUITY\": \"5.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-20T12:00:00Z\",\n            \"UNIFIER\": \"7.275964736938477\",\n            \"NOAA_GFS\": \"8.297723388671898\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-20T18:00:00Z\",\n            \"UNIFIER\": \"9.076128005981445\",\n            \"NOAA_GFS\": \"12.179132080078148\",\n            \"ACUITY\": \"11.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-21T00:00:00Z\",\n            \"UNIFIER\": \"13.841546630859398\",\n            \"NOAA_GFS\": \"13.841546630859398\",\n            \"ACUITY\": \"14.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-21T06:00:00Z\",\n            \"UNIFIER\": \"7.586122512817383\",\n            \"NOAA_GFS\": \"8.947106933593773\",\n            \"ACUITY\": \"6.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-21T12:00:00Z\",\n            \"UNIFIER\": \"6.974445343017578\",\n            \"NOAA_GFS\": \"7.937280273437523\",\n            \"ACUITY\": \"3.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-21T18:00:00Z\",\n            \"UNIFIER\": \"10.262800216674805\",\n            \"NOAA_GFS\": \"13.157250976562523\",\n            \"ACUITY\": \"12.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-22T00:00:00Z\",\n            \"UNIFIER\": \"11.253799438476562\",\n            \"NOAA_GFS\": \"15.130426025390648\",\n            \"ACUITY\": \"16.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-22T06:00:00Z\",\n            \"UNIFIER\": \"8.521249771118164\",\n            \"NOAA_GFS\": \"11.814416503906273\",\n            \"ACUITY\": \"6.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-22T12:00:00Z\",\n            \"UNIFIER\": \"7.546785354614258\",\n            \"NOAA_GFS\": \"9.405358886718773\",\n            \"ACUITY\": \"2.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-22T18:00:00Z\",\n            \"UNIFIER\": \"10.596446990966797\",\n            \"NOAA_GFS\": \"13.601861572265648\",\n            \"ACUITY\": \"12.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-23T00:00:00Z\",\n            \"UNIFIER\": \"11.808303833007812\",\n            \"NOAA_GFS\": \"17.586907958984398\",\n            \"ACUITY\": \"16.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-23T06:00:00Z\",\n            \"UNIFIER\": \"7.114505767822266\",\n            \"NOAA_GFS\": \"17.818109130859398\",\n            \"ACUITY\": \"5.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-23T12:00:00Z\",\n            \"UNIFIER\": \"7.381145477294922\",\n            \"NOAA_GFS\": \"8.716516113281273\",\n            \"ACUITY\": \"5.0\"\n        },\n        {\n            \"Account\": \"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\n            \"Station\": \"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\n            \"Metric\": \"TEMPERATURE\",\n            \"Forecast Hour\": 24,\n            \"Date\": \"2020-11-23T18:00:00Z\",\n            \"UNIFIER\": \"9.956537246704102\",\n            \"NOAA_GFS\": \"12.850305175781273\",\n            \"ACUITY\": \"13.0\"\n        }\n    ]\n}"}],"_postman_id":"50025fb0-4961-4623-bdec-1cf5905e1671"},{"name":"Export Forecast Comparison","id":"1d6d3ab3-7788-42b2-a8b1-a3653dff0815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.benchmarklabs.com/api/v1/:accountUid/export/:stationUid/comparison/forecast/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=","description":"<p>Exports future forecasts of different providers for a range of dates in csv format.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","export",":stationUid","comparison","forecast",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"host":["api","benchmarklabs","com"],"query":[{"description":{"content":"<p>(At least one is required). A string with NOAA_GFS, IBM values.</p>\n","type":"text/plain"},"key":"providers","value":""},{"disabled":true,"key":"providers","value":"NOAA_GFS"}],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"},{"description":{"content":"<p>A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b</p>\n","type":"text/plain"},"type":"string","value":"","key":"stationUid"},{"description":{"content":"<p>A string with \"TEMPERATURE\", \"HUMIDITY\" values.</p>\n","type":"text/plain"},"type":"string","value":"","key":"metric"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateFrom"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateTo"},{"description":{"content":"<p>A positive integer value. E.g.: 120</p>\n","type":"text/plain"},"type":"string","value":"","key":"hoursFrom0Time"}]}},"response":[{"id":"a46aa972-5855-4065-becd-abbf7bc0307f","name":"Export Forecast Comparison","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/export/:stationUid/comparison/forecast/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=UNIFIER&providers=NOAA_GFS","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","export",":stationUid","comparison","forecast",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"query":[{"key":"providers","value":"UNIFIER","description":"(At least one is required). E.g.: NOAA_GFS"},{"key":"providers","value":"NOAA_GFS"}],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0"},{"key":"stationUid","value":"2e0072cf-0cd2-4c03-81fd-fd4b08da639b","description":"(Required) E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b"},{"key":"metric","value":"TEMPERATURE","description":"(Required) E.g.: \"TEMPERATURE\""},{"key":"dateFrom","value":"2020-12-02","description":"(Required) Format \"YYYY-MM-DD\""},{"key":"dateTo","value":"2020-12-30","description":"(Required) Format \"YYYY-MM-DD\""},{"key":"hoursFrom0Time","value":"120","description":"(Required) E.g.: 120"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:50:25 GMT"},{"key":"Content-Type","value":"text/csv;charset=utf-8"},{"key":"Content-Length","value":"2679"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"attachment; filename=\"2020-12-01_a03f9b64-4994-4feb-82c0-100e33c74c64.csv.csv\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"\"accountUid\",\"stationUid\",\"metric\",\"hoursFrom0Time\",\"dateTime\",\"UNIFIER\",\"NOAA_GFS\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-02T00:00:00Z\",\"10.581073760986328\",\"13.577325439453148\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-02T06:00:00Z\",\"7.438922882080078\",\"9.342584228515648\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-02T12:00:00Z\",\"6.894067764282227\",\"7.855767822265648\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-02T18:00:00Z\",\"10.978433609008789\",\"14.427117919921898\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-03T00:00:00Z\",\"11.204069137573242\",\"15.017022705078148\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-03T06:00:00Z\",\"7.2578277587890625\",\"10.828698730468773\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-03T12:00:00Z\",\"7.493690490722656\",\"9.237176513671898\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-03T18:00:00Z\",\"11.354717254638672\",\"15.338372802734398\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-04T00:00:00Z\",\"11.879861831665039\",\"19.102838134765648\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-04T06:00:00Z\",\"7.805339813232422\",\"15.584252929687523\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-04T12:00:00Z\",\"7.570379257202148\",\"9.862969970703148\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-04T18:00:00Z\",\"11.160276412963867\",\"8.703637695312523\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-05T00:00:00Z\",\"11.264606475830078\",\"15.154077148437523\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-05T06:00:00Z\",\"7.142860412597656\",\"10.662469482421898\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-05T12:00:00Z\",\"6.671504974365234\",\"7.961328125000023\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"120\",\"2020-12-05T18:00:00Z\",\"10.668582916259766\",\"13.815301513671898\"\n"}],"_postman_id":"1d6d3ab3-7788-42b2-a8b1-a3653dff0815"},{"name":"Export Historic Comparison","id":"72044d3d-413b-46a9-91f1-7f1f4c847927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.benchmarklabs.com/api/v1/:accountUid/export/:stationUid/comparison/historic/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=","description":"<p>Exports past forecasts of different providers for a range of dates in csv format.</p>\n","urlObject":{"protocol":"https","path":["api","v1",":accountUid","export",":stationUid","comparison","historic",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"host":["api","benchmarklabs","com"],"query":[{"description":{"content":"<p>(At least one is required). A string with NOAA_GFS, IBM, ACUITY, WEATHER_LINK values</p>\n","type":"text/plain"},"key":"providers","value":""},{"disabled":true,"key":"providers","value":"NOAA_GFS"},{"disabled":true,"key":"providers","value":"ACUITY"}],"variable":[{"description":{"content":"<p>A UUID that represents your AccountUUID. E.g.: 9fc46be6-cc03-4e12-be52-69cd176d25f0</p>\n","type":"text/plain"},"type":"string","value":"","key":"accountUid"},{"description":{"content":"<p>A UUID that represents the StationUUID. E.g.: 2e0072cf-0cd2-4c03-81fd-fd4b08da639b</p>\n","type":"text/plain"},"type":"string","value":"","key":"stationUid"},{"description":{"content":"<p>A string with \"TEMPERATURE\", \"HUMIDITY\" values.</p>\n","type":"text/plain"},"type":"string","value":"","key":"metric"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateFrom"},{"description":{"content":"<p>A date with format \"YYYY-MM-DD\". E.g.: \"2020-12-01\"</p>\n","type":"text/plain"},"type":"string","value":"","key":"dateTo"},{"description":{"content":"<p>A positive integer value. E.g.: 24</p>\n","type":"text/plain"},"type":"string","value":"","key":"hoursFrom0Time"}]}},"response":[{"id":"bd37a0f6-fb83-4284-bb57-b90f8004f728","name":"Export Historic Comparison","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.benchmarklabs.com/api/v1/:accountUid/export/:stationUid/comparison/historic/:metric/:dateFrom/:dateTo/:hoursFrom0Time?providers=UNIFIER&providers=NOAA_GFS&providers=ACUITY","protocol":"https","host":["api","benchmarklabs","com"],"path":["api","v1",":accountUid","export",":stationUid","comparison","historic",":metric",":dateFrom",":dateTo",":hoursFrom0Time"],"query":[{"key":"providers","value":"UNIFIER","description":"(At least one is required). E.g.: NOAA_GFS"},{"key":"providers","value":"NOAA_GFS"},{"key":"providers","value":"ACUITY"}],"variable":[{"key":"accountUid","value":"9fc46be6-cc03-4e12-be52-69cd176d25f0","description":"(Required) Your AccountUUID"},{"key":"stationUid","value":"2e0072cf-0cd2-4c03-81fd-fd4b08da639b","description":"(Required) StationUUID"},{"key":"metric","value":"TEMPERATURE","description":"(Required) Metric, e.g \"TEMPERATURE\""},{"key":"dateFrom","value":"2020-11-01","description":"(Required) DateFrom, format \"YYYY-MM-DD\""},{"key":"dateTo","value":"2020-11-23","description":"(Required) DateTo, format \"YYYY-MM-DD\""},{"key":"hoursFrom0Time","value":"24","description":"(Required) Hours from zero time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:44:14 GMT"},{"key":"Content-Type","value":"text/csv;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"attachment; filename=\"2020-12-01_e5148b0b-5d55-407a-b65c-7a96acf84475.csv.csv\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"\"accountUid\",\"stationUid\",\"metric\",\"hoursFrom0Time\",\"dateTime\",\"UNIFIER\",\"NOAA_GFS\",\"ACUITY\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-02T00:00:00Z\",\"24.827049255371094\",\"26.192193603515648\",\"23.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-02T06:00:00Z\",\"14.605899810791016\",\"18.031457519531273\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-02T12:00:00Z\",\"11.54861068725586\",\"15.610009765625023\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-02T18:00:00Z\",\"22.645055770874023\",\"24.282525634765648\",\"22.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-03T00:00:00Z\",\"24.6346378326416\",\"26.455163574218773\",\"24.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-03T06:00:00Z\",\"12.310649871826172\",\"18.218530273437523\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-03T12:00:00Z\",\"11.165950775146484\",\"15.934411621093773\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-03T18:00:00Z\",\"21.596912384033203\",\"24.473535156250023\",\"22.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-04T00:00:00Z\",\"23.129409790039062\",\"25.230828857421898\",\"24.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-04T06:00:00Z\",\"12.003362655639648\",\"17.545617675781273\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-04T12:00:00Z\",\"10.901163101196289\",\"14.725244140625023\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-04T18:00:00Z\",\"21.614940643310547\",\"22.687310791015648\",\"21.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-05T00:00:00Z\",\"23.50339126586914\",\"25.340600585937523\",\"23.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-05T06:00:00Z\",\"12.073541641235352\",\"16.881372070312523\",\"13.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-05T12:00:00Z\",\"10.619863510131836\",\"14.438684082031273\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-05T18:00:00Z\",\"20.0075740814209\",\"22.838525390625023\",\"20.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-06T00:00:00Z\",\"21.947526931762695\",\"24.409509277343773\",\"21.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-06T06:00:00Z\",\"12.532575607299805\",\"17.708123779296898\",\"13.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-06T12:00:00Z\",\"12.83397102355957\",\"17.140130615234398\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-06T18:00:00Z\",\"19.55710792541504\",\"18.570977783203148\",\"19.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-07T00:00:00Z\",\"12.669282913208008\",\"16.599145507812523\",\"16.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-07T06:00:00Z\",\"7.583089828491211\",\"8.091668701171898\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-07T12:00:00Z\",\"4.946535110473633\",\"7.194970703125023\",\"8.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-07T18:00:00Z\",\"7.520957946777344\",\"10.312982177734398\",\"9.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-08T00:00:00Z\",\"6.796623229980469\",\"9.785577392578148\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-08T06:00:00Z\",\"7.725564956665039\",\"5.121179199218773\",\"8.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-08T12:00:00Z\",\"6.6550750732421875\",\"6.812615966796898\",\"8.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-08T18:00:00Z\",\"7.580879211425781\",\"9.576654052734398\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-09T00:00:00Z\",\"7.26795768737793\",\"8.116357421875023\",\"8.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-09T06:00:00Z\",\"1.9992504119873047\",\"3.7741333007812727\",\"2.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-09T12:00:00Z\",\"1.52587890625E-5\",\"3.2732177734375227\",\"0.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-09T18:00:00Z\",\"7.591222763061523\",\"9.281945800781273\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-10T00:00:00Z\",\"7.062089920043945\",\"11.222253417968773\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-10T06:00:00Z\",\"5.485857009887695\",\"5.840081787109398\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-10T12:00:00Z\",\"0.012781143188476562\",\"4.492608642578148\",\"0.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-10T18:00:00Z\",\"7.086650848388672\",\"10.171533203125023\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-11T00:00:00Z\",\"8.57136344909668\",\"12.315698242187523\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-11T06:00:00Z\",\"6.652076721191406\",\"7.128442382812523\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-11T12:00:00Z\",\"2.8002891540527344\",\"5.487207031250023\",\"2.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-11T18:00:00Z\",\"7.806936264038086\",\"11.659692382812523\",\"13.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-12T00:00:00Z\",\"9.955764770507812\",\"13.512261962890648\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-12T06:00:00Z\",\"7.57817268371582\",\"9.543328857421898\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-12T12:00:00Z\",\"6.778974533081055\",\"7.241632080078148\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-12T18:00:00Z\",\"10.795125961303711\",\"13.564172363281273\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-13T00:00:00Z\",\"11.32815170288086\",\"15.684533691406273\",\"17.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-13T06:00:00Z\",\"7.092815399169922\",\"10.251885986328148\",\"4.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-13T12:00:00Z\",\"7.352943420410156\",\"8.758477783203148\",\"1.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-13T18:00:00Z\",\"10.926027297973633\",\"14.627435302734398\",\"15.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-14T00:00:00Z\",\"11.431619644165039\",\"16.346124267578148\",\"18.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-14T06:00:00Z\",\"10.715137481689453\",\"13.566674804687523\",\"9.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-14T12:00:00Z\",\"7.360807418823242\",\"9.912957763671898\",\"4.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-14T18:00:00Z\",\"10.906261444091797\",\"14.816918945312523\",\"15.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-15T00:00:00Z\",\"11.559759140014648\",\"16.660943603515648\",\"18.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-15T06:00:00Z\",\"7.550804138183594\",\"11.088128662109398\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-15T12:00:00Z\",\"7.394126892089844\",\"9.246301269531273\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-15T18:00:00Z\",\"11.253799438476562\",\"15.131585693359398\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-16T00:00:00Z\",\"12.628643035888672\",\"17.290521240234398\",\"17.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-16T06:00:00Z\",\"8.749883651733398\",\"11.427026367187523\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-16T12:00:00Z\",\"7.053096771240234\",\"10.209222412109398\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-16T18:00:00Z\",\"12.798458099365234\",\"17.425683593750023\",\"15.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-17T00:00:00Z\",\"16.504377365112305\",\"19.780603027343773\",\"19.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-17T06:00:00Z\",\"12.967622756958008\",\"16.681665039062523\",\"8.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-17T12:00:00Z\",\"12.62455940246582\",\"15.690118408203148\",\"6.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-17T18:00:00Z\",\"19.850881576538086\",\"24.003564453125023\",\"23.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-18T00:00:00Z\",\"19.16199493408203\",\"21.036645507812523\",\"22.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-18T06:00:00Z\",\"11.867633819580078\",\"16.131188964843773\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-18T12:00:00Z\",\"9.999135971069336\",\"12.845635986328148\",\"5.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-18T18:00:00Z\",\"10.366697311401367\",\"14.881707763671898\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-19T00:00:00Z\",\"10.989553451538086\",\"15.408776855468773\",\"19.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-19T06:00:00Z\",\"8.597372055053711\",\"12.322534179687523\",\"7.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-19T12:00:00Z\",\"7.54667854309082\",\"9.682611083984398\",\"6.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-19T18:00:00Z\",\"9.523818969726562\",\"13.576654052734398\",\"10.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-20T00:00:00Z\",\"11.062511444091797\",\"16.179467773437523\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-20T06:00:00Z\",\"7.339178085327148\",\"9.833001708984398\",\"5.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-20T12:00:00Z\",\"7.275964736938477\",\"8.297723388671898\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-20T18:00:00Z\",\"9.076128005981445\",\"12.179132080078148\",\"11.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-21T00:00:00Z\",\"13.841546630859398\",\"13.841546630859398\",\"14.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-21T06:00:00Z\",\"7.586122512817383\",\"8.947106933593773\",\"6.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-21T12:00:00Z\",\"6.974445343017578\",\"7.937280273437523\",\"3.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-21T18:00:00Z\",\"10.262800216674805\",\"13.157250976562523\",\"12.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-22T00:00:00Z\",\"11.253799438476562\",\"15.130426025390648\",\"16.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-22T06:00:00Z\",\"8.521249771118164\",\"11.814416503906273\",\"6.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-22T12:00:00Z\",\"7.546785354614258\",\"9.405358886718773\",\"2.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-22T18:00:00Z\",\"10.596446990966797\",\"13.601861572265648\",\"12.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-23T00:00:00Z\",\"11.808303833007812\",\"17.586907958984398\",\"16.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-23T06:00:00Z\",\"7.114505767822266\",\"17.818109130859398\",\"5.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-23T12:00:00Z\",\"7.381145477294922\",\"8.716516113281273\",\"5.0\"\n\"9fc46be6-cc03-4e12-be52-69cd176d25f0\",\"2e0072cf-0cd2-4c03-81fd-fd4b08da639b\",\"TEMPERATURE\",\"24\",\"2020-11-23T18:00:00Z\",\"9.956537246704102\",\"12.850305175781273\",\"13.0\"\n"}],"_postman_id":"72044d3d-413b-46a9-91f1-7f1f4c847927"}],"event":[{"listen":"prerequest","script":{"id":"390473dc-e64d-4a43-baa6-150022a58a64","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1c06543-3bda-4667-98b4-7ee14d4daca1","type":"text/javascript","exec":[""]}}]}