1
0
mirror of https://github.com/daniviga/bite.git synced 2025-02-19 23:06:03 +01:00
bite/esp32/notebook/ESP32_1 RSSI-HALL.ipynb

8872 lines
3.8 MiB
Plaintext
Raw Normal View History

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "running-darwin",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
2021-03-24 23:32:19 +01:00
"model_id": "5bd7fed916b946b1a5da6d2d7cd3229e",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Text(value='esp32_1', description='Serial:', placeholder='Type something')"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
2021-03-24 23:32:19 +01:00
"model_id": "291f93e47e9b49ef8f8eb420f3f4a47c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"DatePicker(value=datetime.date(2021, 3, 24), description='From Date')"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
2021-03-24 23:32:19 +01:00
"model_id": "810137e6614b4e94a008e270fbac3df3",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"DatePicker(value=datetime.date(2021, 3, 25), description='To Date')"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
2021-03-24 23:32:19 +01:00
"# -*- coding: utf-8 -*-\n",
"# vim: tabstop=4 shiftwidth=4 softtabstop=4\n",
"#\n",
"# BITE - A Basic/IoT/Example\n",
"# Copyright (C) 2020-2021 Daniele Viganò <daniele@vigano.me>\n",
"#\n",
"# BITE is free software: you can redistribute it and/or modify\n",
"# it under the terms of the GNU Affero General Public License as published by\n",
"# the Free Software Foundation, either version 3 of the License, or\n",
"# (at your option) any later version.\n",
"#\n",
"# BITE is distributed in the hope that it will be useful,\n",
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
"# GNU Affero General Public License for more details.\n",
"#\n",
"# You should have received a copy of the GNU Affero General Public License\n",
"# along with this program. If not, see <http://www.gnu.org/licenses/>.\n",
"\n",
"import requests\n",
"import pandas as pd\n",
"import ipywidgets as widgets\n",
"import plotly.graph_objects as go\n",
"\n",
"from IPython.display import display\n",
"\n",
"from datetime import date, timedelta\n",
"\n",
"serial = widgets.Text(\n",
" value='esp32_1',\n",
" placeholder='Type something',\n",
" description='Serial:',\n",
" disabled=False\n",
")\n",
"date_from = widgets.DatePicker(\n",
" description='From Date',\n",
" disabled=False,\n",
" value=date.today()\n",
")\n",
"date_to = widgets.DatePicker(\n",
" description='To Date',\n",
" disabled=False,\n",
" value=date.today() + timedelta(days=1)\n",
")\n",
"display(serial)\n",
"display(date_from)\n",
"display(date_to)"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "designing-milwaukee",
"metadata": {},
"outputs": [],
"source": [
"try:\n",
" r = requests.get(\"http://localhost/telemetry/{serial}/{date_from}/{date_to}/\".format(\n",
" serial=serial.value,\n",
" date_from=date_from.value,\n",
" date_to=date_to.value\n",
" ))\n",
" data = r.json()\n",
"except requests.exceptions.RequestException as e:\n",
" raise SystemExit(e)\n",
"\n",
"df = pd.json_normalize(data)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "related-place",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
" <script type=\"text/javascript\">\n",
" window.PlotlyConfig = {MathJaxConfig: 'local'};\n",
" if (window.MathJax) {MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n",
" if (typeof require !== 'undefined') {\n",
" require.undef(\"plotly\");\n",
" define('plotly', function(require, exports, module) {\n",
" /**\n",
"* plotly.js v1.58.4\n",
"* Copyright 2012-2020, Plotly, Inc.\n",
"* All rights reserved.\n",
"* Licensed under the MIT license\n",
"*/\n",
"!function(t){if(\"object\"==typeof exports&&\"undefined\"!=typeof module)module.exports=t();else if(\"function\"==typeof define&&define.amd)define([],t);else{(\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:this).Plotly=t()}}((function(){return function t(e,r,n){function i(o,s){if(!r[o]){if(!e[o]){var l=\"function\"==typeof require&&require;if(!s&&l)return l(o,!0);if(a)return a(o,!0);var c=new Error(\"Cannot find module '\"+o+\"'\");throw c.code=\"MODULE_NOT_FOUND\",c}var u=r[o]={exports:{}};e[o][0].call(u.exports,(function(t){return i(e[o][1][t]||t)}),u,u.exports,t,e,r,n)}return r[o].exports}for(var a=\"function\"==typeof require&&require,o=0;o<n.length;o++)i(n[o]);return i}({1:[function(t,e,r){\"use strict\";var n=t(\"../src/lib\"),i={\"X,X div\":\"direction:ltr;font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;\",\"X input,X button\":\"font-family:'Open Sans', verdana, arial, sans-serif;\",\"X input:focus,X button:focus\":\"outline:none;\",\"X a\":\"text-decoration:none;\",\"X a:hover\":\"text-decoration:none;\",\"X .crisp\":\"shape-rendering:crispEdges;\",\"X .user-select-none\":\"-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;\",\"X svg\":\"overflow:hidden;\",\"X svg a\":\"fill:#447adb;\",\"X svg a:hover\":\"fill:#3c6dc5;\",\"X .main-svg\":\"position:absolute;top:0;left:0;pointer-events:none;\",\"X .main-svg .draglayer\":\"pointer-events:all;\",\"X .cursor-default\":\"cursor:default;\",\"X .cursor-pointer\":\"cursor:pointer;\",\"X .cursor-crosshair\":\"cursor:crosshair;\",\"X .cursor-move\":\"cursor:move;\",\"X .cursor-col-resize\":\"cursor:col-resize;\",\"X .cursor-row-resize\":\"cursor:row-resize;\",\"X .cursor-ns-resize\":\"cursor:ns-resize;\",\"X .cursor-ew-resize\":\"cursor:ew-resize;\",\"X .cursor-sw-resize\":\"cursor:sw-resize;\",\"X .cursor-s-resize\":\"cursor:s-resize;\",\"X .cursor-se-resize\":\"cursor:se-resize;\",\"X .cursor-w-resize\":\"cursor:w-resize;\",\"X .cursor-e-resize\":\"cursor:e-resize;\",\"X .cursor-nw-resize\":\"cursor:nw-resize;\",\"X .cursor-n-resize\":\"cursor:n-resize;\",\"X .cursor-ne-resize\":\"cursor:ne-resize;\",\"X .cursor-grab\":\"cursor:-webkit-grab;cursor:grab;\",\"X .modebar\":\"position:absolute;top:2px;right:2px;\",\"X .ease-bg\":\"-webkit-transition:background-color 0.3s ease 0s;-moz-transition:background-color 0.3s ease 0s;-ms-transition:background-color 0.3s ease 0s;-o-transition:background-color 0.3s ease 0s;transition:background-color 0.3s ease 0s;\",\"X .modebar--hover>:not(.watermark)\":\"opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;\",\"X:hover .modebar--hover .modebar-group\":\"opacity:1;\",\"X .modebar-group\":\"float:left;display:inline-block;box-sizing:border-box;padding-left:8px;position:relative;vertical-align:middle;white-space:nowrap;\",\"X .modebar-btn\":\"position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;\",\"X .modebar-btn svg\":\"position:relative;top:2px;\",\"X .modebar.vertical\":\"display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;\",\"X .modebar.vertical svg\":\"top:-1px;\",\"X .modebar.vertical .modebar-group\":\"display:block;float:none;padding-left:0px;padding-bottom:8px;\",\"X .modebar.vertical .modebar-group .modebar-btn\":\"display:block;text-align:center;\",\"X [data-title]:before,X [data-title]:after\":\"position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;\",\"X [data-title]:hover:before,X [data-title]:hover:after\":\"display:block;opacity:1;\",\"X [data-title]:before\":\"content:'';position:absolute;background:transparent;border:6px solid transpa
"/*!\n",
" * The buffer module from node.js, for the browser.\n",
" *\n",
" * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\n",
" * @license MIT\n",
" */function i(t,e){if(t===e)return 0;for(var r=t.length,n=e.length,i=0,a=Math.min(r,n);i<a;++i)if(t[i]!==e[i]){r=t[i],n=e[i];break}return r<n?-1:n<r?1:0}function a(t){return r.Buffer&&\"function\"==typeof r.Buffer.isBuffer?r.Buffer.isBuffer(t):!(null==t||!t._isBuffer)}var o=t(\"util/\"),s=Object.prototype.hasOwnProperty,l=Array.prototype.slice,c=\"foo\"===function(){}.name;function u(t){return Object.prototype.toString.call(t)}function f(t){return!a(t)&&(\"function\"==typeof r.ArrayBuffer&&(\"function\"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):!!t&&(t instanceof DataView||!!(t.buffer&&t.buffer instanceof ArrayBuffer))))}var h=e.exports=y,p=/\\s*function\\s+([^\\(\\s]*)\\s*/;function d(t){if(o.isFunction(t)){if(c)return t.name;var e=t.toString().match(p);return e&&e[1]}}function g(t,e){return\"string\"==typeof t?t.length<e?t:t.slice(0,e):t}function m(t){if(c||!o.isFunction(t))return o.inspect(t);var e=d(t);return\"[Function\"+(e?\": \"+e:\"\")+\"]\"}function v(t,e,r,n,i){throw new h.AssertionError({message:r,actual:t,expected:e,operator:n,stackStartFunction:i})}function y(t,e){t||v(t,!0,e,\"==\",h.ok)}function x(t,e,r,n){if(t===e)return!0;if(a(t)&&a(e))return 0===i(t,e);if(o.isDate(t)&&o.isDate(e))return t.getTime()===e.getTime();if(o.isRegExp(t)&&o.isRegExp(e))return t.source===e.source&&t.global===e.global&&t.multiline===e.multiline&&t.lastIndex===e.lastIndex&&t.ignoreCase===e.ignoreCase;if(null!==t&&\"object\"==typeof t||null!==e&&\"object\"==typeof e){if(f(t)&&f(e)&&u(t)===u(e)&&!(t instanceof Float32Array||t instanceof Float64Array))return 0===i(new Uint8Array(t.buffer),new Uint8Array(e.buffer));if(a(t)!==a(e))return!1;var s=(n=n||{actual:[],expected:[]}).actual.indexOf(t);return-1!==s&&s===n.expected.indexOf(e)||(n.actual.push(t),n.expected.push(e),function(t,e,r,n){if(null==t||null==e)return!1;if(o.isPrimitive(t)||o.isPrimitive(e))return t===e;if(r&&Object.getPrototypeOf(t)!==Object.getPrototypeOf(e))return!1;var i=b(t),a=b(e);if(i&&!a||!i&&a)return!1;if(i)return t=l.call(t),e=l.call(e),x(t,e,r);var s,c,u=T(t),f=T(e);if(u.length!==f.length)return!1;for(u.sort(),f.sort(),c=u.length-1;c>=0;c--)if(u[c]!==f[c])return!1;for(c=u.length-1;c>=0;c--)if(s=u[c],!x(t[s],e[s],r,n))return!1;return!0}(t,e,r,n))}return r?t===e:t==e}function b(t){return\"[object Arguments]\"==Object.prototype.toString.call(t)}function _(t,e){if(!t||!e)return!1;if(\"[object RegExp]\"==Object.prototype.toString.call(e))return e.test(t);try{if(t instanceof e)return!0}catch(t){}return!Error.isPrototypeOf(e)&&!0===e.call({},t)}function w(t,e,r,n){var i;if(\"function\"!=typeof e)throw new TypeError('\"block\" argument must be a function');\"string\"==typeof r&&(n=r,r=null),i=function(t){var e;try{t()}catch(t){e=t}return e}(e),n=(r&&r.name?\" (\"+r.name+\").\":\".\")+(n?\" \"+n:\".\"),t&&!i&&v(i,r,\"Missing expected exception\"+n);var a=\"string\"==typeof n,s=!t&&i&&!r;if((!t&&o.isError(i)&&a&&_(i,r)||s)&&v(i,r,\"Got unwanted exception\"+n),t&&i&&r&&!_(i,r)||!t&&i)throw i}h.AssertionError=function(t){this.name=\"AssertionError\",this.actual=t.actual,this.expected=t.expected,this.operator=t.operator,t.message?(this.message=t.message,this.generatedMessage=!1):(this.message=function(t){return g(m(t.actual),128)+\" \"+t.operator+\" \"+g(m(t.expected),128)}(this),this.generatedMessage=!0);var e=t.stackStartFunction||v;if(Error.captureStackTrace)Error.captureStackTrace(this,e);else{var r=new Error;if(r.stack){var n=r.stack,i=d(e),a=n.indexOf(\"\\n\"+i);if(a>=0){var o=n.indexOf(\"\\n\",a+1);n=n.substring(o+1)}this.stack=n}}},o.inherits(h.AssertionError,Error),h.fail=v,h.ok=y,h.equal=function(t,e,r){t!=e&&v(t,e,r,\"==\",h.equal)},h.notEqual=function(t,e,r){t==e&&v(t,e,r,\"!=\",h.notEqual)},h.deepEqual=function(t,e,r){x(t,e,!1)||v(t,e,r,\"deepEqual\",h.deepEqual)},h.deepStrictEqual=function(t,e,r){x(t,e,!0)||v(t,e,r,\"deepStrictEqual\",h.deepStrictEqual)},h.notDeepEqual=function(t,e,r){x(t,e,!1)&&v(t,e,r,\"notDeepEqual\",h.notDeepEqual)},h.notDeepStrictEqual=function t(e,r,n){x(e,r,!0)&&v(e,r,n,\"notDeepStrictEqual\",t)},h.strictEqual=function(t,e
"/*!\n",
" * The buffer module from node.js, for the browser.\n",
" *\n",
" * @author Feross Aboukhadijeh <https://feross.org>\n",
" * @license MIT\n",
" */\n",
"\"use strict\";var e=t(\"base64-js\"),n=t(\"ieee754\");r.Buffer=a,r.SlowBuffer=function(t){+t!=t&&(t=0);return a.alloc(+t)},r.INSPECT_MAX_BYTES=50;function i(t){if(t>2147483647)throw new RangeError('The value \"'+t+'\" is invalid for option \"size\"');var e=new Uint8Array(t);return e.__proto__=a.prototype,e}function a(t,e,r){if(\"number\"==typeof t){if(\"string\"==typeof e)throw new TypeError('The \"string\" argument must be of type string. Received type number');return l(t)}return o(t,e,r)}function o(t,e,r){if(\"string\"==typeof t)return function(t,e){\"string\"==typeof e&&\"\"!==e||(e=\"utf8\");if(!a.isEncoding(e))throw new TypeError(\"Unknown encoding: \"+e);var r=0|f(t,e),n=i(r),o=n.write(t,e);o!==r&&(n=n.slice(0,o));return n}(t,e);if(ArrayBuffer.isView(t))return c(t);if(null==t)throw TypeError(\"The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type \"+typeof t);if(B(t,ArrayBuffer)||t&&B(t.buffer,ArrayBuffer))return function(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('\"offset\" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('\"length\" is outside of buffer bounds');var n;n=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,e):new Uint8Array(t,e,r);return n.__proto__=a.prototype,n}(t,e,r);if(\"number\"==typeof t)throw new TypeError('The \"value\" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(null!=n&&n!==t)return a.from(n,e,r);var o=function(t){if(a.isBuffer(t)){var e=0|u(t.length),r=i(e);return 0===r.length||t.copy(r,0,0,e),r}if(void 0!==t.length)return\"number\"!=typeof t.length||N(t.length)?i(0):c(t);if(\"Buffer\"===t.type&&Array.isArray(t.data))return c(t.data)}(t);if(o)return o;if(\"undefined\"!=typeof Symbol&&null!=Symbol.toPrimitive&&\"function\"==typeof t[Symbol.toPrimitive])return a.from(t[Symbol.toPrimitive](\"string\"),e,r);throw new TypeError(\"The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type \"+typeof t)}function s(t){if(\"number\"!=typeof t)throw new TypeError('\"size\" argument must be of type number');if(t<0)throw new RangeError('The value \"'+t+'\" is invalid for option \"size\"')}function l(t){return s(t),i(t<0?0:0|u(t))}function c(t){for(var e=t.length<0?0:0|u(t.length),r=i(e),n=0;n<e;n+=1)r[n]=255&t[n];return r}function u(t){if(t>=2147483647)throw new RangeError(\"Attempt to allocate Buffer larger than maximum size: 0x\"+2147483647..toString(16)+\" bytes\");return 0|t}function f(t,e){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||B(t,ArrayBuffer))return t.byteLength;if(\"string\"!=typeof t)throw new TypeError('The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var i=!1;;)switch(e){case\"ascii\":case\"latin1\":case\"binary\":return r;case\"utf8\":case\"utf-8\":return D(t).length;case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return 2*r;case\"hex\":return r>>>1;case\"base64\":return R(t).length;default:if(i)return n?-1:D(t).length;e=(\"\"+e).toLowerCase(),i=!0}}function h(t,e,r){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return\"\";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return\"\";if((r>>>=0)<=(e>>>=0))return\"\";for(t||(t=\"utf8\");;)switch(t){case\"hex\":return A(this,e,r);case\"utf8\":case\"utf-8\":return T(this,e,r);case\"ascii\":return k(this,e,r);case\"latin1\":case\"binary\":return M(this,e,r);case\"base64\":return w(this,e,r);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return S(this,e,r);default:if(n)throw new TypeError(\"Unknown encoding: \"+t);t=(t+\"\").toLowerCase(),n=!0}}function p(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}function d(t,e,r,n,i){if(0===t.length)return-1;if(\"string\"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),N(r=+r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0){if(!i)return-1;r=0}i
"/*!\n",
" * @overview es6-promise - a tiny implementation of Promises/A+.\n",
" * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)\n",
" * @license Licensed under MIT license\n",
" * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE\n",
" * @version v4.2.8+1e68dce6\n",
" */\n",
"!function(t,n){\"object\"==typeof r&&\"undefined\"!=typeof e?e.exports=n():t.ES6Promise=n()}(this,(function(){\"use strict\";function e(t){return\"function\"==typeof t}var r=Array.isArray?Array.isArray:function(t){return\"[object Array]\"===Object.prototype.toString.call(t)},a=0,o=void 0,s=void 0,l=function(t,e){g[a]=t,g[a+1]=e,2===(a+=2)&&(s?s(m):_())};var c=\"undefined\"!=typeof window?window:void 0,u=c||{},f=u.MutationObserver||u.WebKitMutationObserver,h=\"undefined\"==typeof self&&\"undefined\"!=typeof n&&\"[object process]\"==={}.toString.call(n),p=\"undefined\"!=typeof Uint8ClampedArray&&\"undefined\"!=typeof importScripts&&\"undefined\"!=typeof MessageChannel;function d(){var t=setTimeout;return function(){return t(m,1)}}var g=new Array(1e3);function m(){for(var t=0;t<a;t+=2){(0,g[t])(g[t+1]),g[t]=void 0,g[t+1]=void 0}a=0}var v,y,x,b,_=void 0;function w(t,e){var r=this,n=new this.constructor(M);void 0===n[k]&&D(n);var i=r._state;if(i){var a=arguments[i-1];l((function(){return z(i,n,a,r._result)}))}else I(r,n,t,e);return n}function T(t){if(t&&\"object\"==typeof t&&t.constructor===this)return t;var e=new this(M);return S(e,t),e}h?_=function(){return n.nextTick(m)}:f?(y=0,x=new f(m),b=document.createTextNode(\"\"),x.observe(b,{characterData:!0}),_=function(){b.data=y=++y%2}):p?((v=new MessageChannel).port1.onmessage=m,_=function(){return v.port2.postMessage(0)}):_=void 0===c&&\"function\"==typeof t?function(){try{var t=Function(\"return this\")().require(\"vertx\");return\"undefined\"!=typeof(o=t.runOnLoop||t.runOnContext)?function(){o(m)}:d()}catch(t){return d()}}():d();var k=Math.random().toString(36).substring(2);function M(){}function A(t,r,n){r.constructor===t.constructor&&n===w&&r.constructor.resolve===T?function(t,e){1===e._state?C(t,e._result):2===e._state?L(t,e._result):I(e,void 0,(function(e){return S(t,e)}),(function(e){return L(t,e)}))}(t,r):void 0===n?C(t,r):e(n)?function(t,e,r){l((function(t){var n=!1,i=function(t,e,r,n){try{t.call(e,r,n)}catch(t){return t}}(r,e,(function(r){n||(n=!0,e!==r?S(t,r):C(t,r))}),(function(e){n||(n=!0,L(t,e))}),t._label);!n&&i&&(n=!0,L(t,i))}),t)}(t,r,n):C(t,r)}function S(t,e){if(t===e)L(t,new TypeError(\"You cannot resolve a promise with itself\"));else if(i=typeof(n=e),null===n||\"object\"!==i&&\"function\"!==i)C(t,e);else{var r=void 0;try{r=e.then}catch(e){return void L(t,e)}A(t,e,r)}var n,i}function E(t){t._onerror&&t._onerror(t._result),P(t)}function C(t,e){void 0===t._state&&(t._result=e,t._state=1,0!==t._subscribers.length&&l(P,t))}function L(t,e){void 0===t._state&&(t._state=2,t._result=e,l(E,t))}function I(t,e,r,n){var i=t._subscribers,a=i.length;t._onerror=null,i[a]=e,i[a+1]=r,i[a+2]=n,0===a&&t._state&&l(P,t)}function P(t){var e=t._subscribers,r=t._state;if(0!==e.length){for(var n=void 0,i=void 0,a=t._result,o=0;o<e.length;o+=3)n=e[o],i=e[o+r],n?z(r,n,i,a):i(a);t._subscribers.length=0}}function z(t,r,n,i){var a=e(n),o=void 0,s=void 0,l=!0;if(a){try{o=n(i)}catch(t){l=!1,s=t}if(r===o)return void L(r,new TypeError(\"A promises callback cannot return that same promise.\"))}else o=i;void 0!==r._state||(a&&l?S(r,o):!1===l?L(r,s):1===t?C(r,o):2===t&&L(r,o))}var O=0;function D(t){t[k]=O++,t._state=void 0,t._result=void 0,t._subscribers=[]}var R=function(){function t(t,e){this._instanceConstructor=t,this.promise=new t(M),this.promise[k]||D(this.promise),r(e)?(this.length=e.length,this._remaining=e.length,this._result=new Array(this.length),0===this.length?C(this.promise,this._result):(this.length=this.length||0,this._enumerate(e),0===this._remaining&&C(this.promise,this._result))):L(this.promise,new Error(\"Array Methods must be provided an Array\"))}return t.prototype._enumerate=function(t){for(var e=0;void 0===this._state&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var r=this._instanceConstructor,n=r.resolve;if(n===T){var i=void 0,a=void 0,o=!1;try{i=t.then}catch(t){o=!0,a=t}if(i===w&&void 0!==t._state)this._settledAt(t._state,e,t._result);else if(\"function\"!=typeof i)this._remaining--,this._result[e]=t;else if(r===F){var s=new r
"/*!\n",
" * Determine if an object is a Buffer\n",
" *\n",
" * @author Feross Aboukhadijeh <https://feross.org>\n",
" * @license MIT\n",
" */\n",
"e.exports=function(t){return null!=t&&(n(t)||function(t){return\"function\"==typeof t.readFloatLE&&\"function\"==typeof t.slice&&n(t.slice(0,0))}(t)||!!t._isBuffer)}},{}],466:[function(t,e,r){\"use strict\";e.exports=\"undefined\"!=typeof navigator&&(/MSIE/.test(navigator.userAgent)||/Trident\\//.test(navigator.appVersion))},{}],467:[function(t,e,r){\"use strict\";e.exports=a,e.exports.isMobile=a,e.exports.default=a;var n=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series[46]0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i,i=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series[46]0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i;function a(t){t||(t={});var e=t.ua;if(e||\"undefined\"==typeof navigator||(e=navigator.userAgent),e&&e.headers&&\"string\"==typeof e.headers[\"user-agent\"]&&(e=e.headers[\"user-agent\"]),\"string\"!=typeof e)return!1;var r=t.tablet?i.test(e):n.test(e);return!r&&t.tablet&&t.featureDetect&&navigator&&navigator.maxTouchPoints>1&&-1!==e.indexOf(\"Macintosh\")&&-1!==e.indexOf(\"Safari\")&&(r=!0),r}},{}],468:[function(t,e,r){\"use strict\";e.exports=function(t){var e=typeof t;return null!==t&&(\"object\"===e||\"function\"===e)}},{}],469:[function(t,e,r){\"use strict\";var n=Object.prototype.toString;e.exports=function(t){var e;return\"[object Object]\"===n.call(t)&&(null===(e=Object.getPrototypeOf(t))||e===Object.getPrototypeOf({}))}},{}],470:[function(t,e,r){\"use strict\";e.exports=function(t){for(var e,r=t.length,n=0;n<r;n++)if(((e=t.charCodeAt(n))<9||e>13)&&32!==e&&133!==e&&160!==e&&5760!==e&&6158!==e&&(e<8192||e>8205)&&8232!==e&&8233!==e&&8239!==e&&8287!==e&&8288!==e&&12288!==e&&65279!==e)return!1;return!0}},{}],471:[function(t,e,r){\"use strict\";e.exports=function(t){return\"string\"==typeof t&&(t=t.trim(),!!(/^[mzlhvcsqta]\\s*[-+.0-9][^mlhvzcsqta]+/i.test(t)&&/[\\dz]$/i.test(t)&&t.length>4))}},{}],472:[function(t,e,r){e.exports=function(t,e,r){return t*(1-r)+e*r}},{}],473:[function(t,e,r){!function(t,n){\"object\"==typeof r&&\"undefined\"!=typeof e?e.exports=n():(t=t||self).mapboxgl=n()}(this,(function(){\"use strict\";var t,e,r;function n(n,i){if(t)if(e){var a=\"var sharedChunk = {}; (\"+t+\")(sharedChunk); (\"+e+\")(sharedChunk);\",o={};t(o),(r=i(o)).workerUrl=window.URL.createObjectURL(new Blob([a],{type:\"text/javascript\"}))}else e=i;else t=i}return n(0,(function(t){function e(t,e){return t(e={exports:{}},e.exports),e.exports}var r=n;function n(t,e,r,n){this.cx=3*t,this.bx=3*(r-t)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*e,this.by=3*(n-e)-this.cy,this.ay=1-this.cy-this.by,this.p1x=t,this.p1y=n,this.p2x=r,this.p2y=n}n.prototype.sampleCurveX=function(t){return((this.ax*t+this.bx)*t+this.cx)*t},n.prototype.sampleCurveY=function(t){return((this.ay*t+this.by)*t+this.cy)*t},n.prototype.sampleCurveDerivativeX=function(t){return(3*this.ax*t+2*this.bx)*t+this.cx},n.prototype.solveCurveX=function(t,e){var r,n,i,a,o;for(void 0===e&&(e=1e-6),i=t,o=0;o<8;o++){if(a=this.sampleCurveX(i)-t,Math.abs(a)<e)return i;var s=this.sampleCurveDerivativeX(i);if(Math.abs(s)<1e-6)break;i-=a/s}if((i=t)<(r=0))return r;if(i>(n=1))return n;for(;r<n;){if(a=this.sampleCurveX(i),Math.abs(a-t)<e)return i;t>a?r=i:n=i,i=.5*(n-r)+r}return i},n.prototype.solve=function(t,e){return this.sampleCurveY(this.solveCurveX(t,e))};var i=a;function a(t,e){this.x=t,this.y=e}function o(t,e,n,i){var a=new r(t,e,n,i);return function(t){return a.solve(t)}}a.prototype={clone:function(){return new a(this.x,this.y)},add:function(t){return this.clone()._add(t)},sub:function(t){return this.clone()._sub(t)},multByPoint:function(t){return this.clone()._multByPoint(t)},divByPoi
"/*\n",
"object-assign\n",
"(c) Sindre Sorhus\n",
"@license MIT\n",
"*/\n",
"\"use strict\";var n=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function o(t){if(null==t)throw new TypeError(\"Object.assign cannot be called with null or undefined\");return Object(t)}e.exports=function(){try{if(!Object.assign)return!1;var t=new String(\"abc\");if(t[5]=\"de\",\"5\"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},r=0;r<10;r++)e[\"_\"+String.fromCharCode(r)]=r;if(\"0123456789\"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(\"\"))return!1;var n={};return\"abcdefghijklmnopqrst\".split(\"\").forEach((function(t){n[t]=t})),\"abcdefghijklmnopqrst\"===Object.keys(Object.assign({},n)).join(\"\")}catch(t){return!1}}()?Object.assign:function(t,e){for(var r,s,l=o(t),c=1;c<arguments.length;c++){for(var u in r=Object(arguments[c]))i.call(r,u)&&(l[u]=r[u]);if(n){s=n(r);for(var f=0;f<s.length;f++)a.call(r,s[f])&&(l[s[f]]=r[s[f]])}}return l}},{}],500:[function(t,e,r){\"use strict\";e.exports=function(t,e,r,n,i,a,o,s,l,c){var u=e+a+c;if(f>0){var f=Math.sqrt(u+1);t[0]=.5*(o-l)/f,t[1]=.5*(s-n)/f,t[2]=.5*(r-a)/f,t[3]=.5*f}else{var h=Math.max(e,a,c);f=Math.sqrt(2*h-u+1);e>=h?(t[0]=.5*f,t[1]=.5*(i+r)/f,t[2]=.5*(s+n)/f,t[3]=.5*(o-l)/f):a>=h?(t[0]=.5*(r+i)/f,t[1]=.5*f,t[2]=.5*(l+o)/f,t[3]=.5*(s-n)/f):(t[0]=.5*(n+s)/f,t[1]=.5*(o+l)/f,t[2]=.5*f,t[3]=.5*(r-i)/f)}return t}},{}],501:[function(t,e,r){\"use strict\";e.exports=function(t){var e=(t=t||{}).center||[0,0,0],r=t.rotation||[0,0,0,1],n=t.radius||1;e=[].slice.call(e,0,3),u(r=[].slice.call(r,0,4),r);var i=new f(r,e,Math.log(n));i.setDistanceLimits(t.zoomMin,t.zoomMax),(\"eye\"in t||\"up\"in t)&&i.lookAt(0,t.eye,t.center,t.up);return i};var n=t(\"filtered-vector\"),i=t(\"gl-mat4/lookAt\"),a=t(\"gl-mat4/fromQuat\"),o=t(\"gl-mat4/invert\"),s=t(\"./lib/quatFromFrame\");function l(t,e,r){return Math.sqrt(Math.pow(t,2)+Math.pow(e,2)+Math.pow(r,2))}function c(t,e,r,n){return Math.sqrt(Math.pow(t,2)+Math.pow(e,2)+Math.pow(r,2)+Math.pow(n,2))}function u(t,e){var r=e[0],n=e[1],i=e[2],a=e[3],o=c(r,n,i,a);o>1e-6?(t[0]=r/o,t[1]=n/o,t[2]=i/o,t[3]=a/o):(t[0]=t[1]=t[2]=0,t[3]=1)}function f(t,e,r){this.radius=n([r]),this.center=n(e),this.rotation=n(t),this.computedRadius=this.radius.curve(0),this.computedCenter=this.center.curve(0),this.computedRotation=this.rotation.curve(0),this.computedUp=[.1,0,0],this.computedEye=[.1,0,0],this.computedMatrix=[.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],this.recalcMatrix(0)}var h=f.prototype;h.lastT=function(){return Math.max(this.radius.lastT(),this.center.lastT(),this.rotation.lastT())},h.recalcMatrix=function(t){this.radius.curve(t),this.center.curve(t),this.rotation.curve(t);var e=this.computedRotation;u(e,e);var r=this.computedMatrix;a(r,e);var n=this.computedCenter,i=this.computedEye,o=this.computedUp,s=Math.exp(this.computedRadius[0]);i[0]=n[0]+s*r[2],i[1]=n[1]+s*r[6],i[2]=n[2]+s*r[10],o[0]=r[1],o[1]=r[5],o[2]=r[9];for(var l=0;l<3;++l){for(var c=0,f=0;f<3;++f)c+=r[l+4*f]*i[f];r[12+l]=-c}},h.getMatrix=function(t,e){this.recalcMatrix(t);var r=this.computedMatrix;if(e){for(var n=0;n<16;++n)e[n]=r[n];return e}return r},h.idle=function(t){this.center.idle(t),this.radius.idle(t),this.rotation.idle(t)},h.flush=function(t){this.center.flush(t),this.radius.flush(t),this.rotation.flush(t)},h.pan=function(t,e,r,n){e=e||0,r=r||0,n=n||0,this.recalcMatrix(t);var i=this.computedMatrix,a=i[1],o=i[5],s=i[9],c=l(a,o,s);a/=c,o/=c,s/=c;var u=i[0],f=i[4],h=i[8],p=u*a+f*o+h*s,d=l(u-=a*p,f-=o*p,h-=s*p);u/=d,f/=d,h/=d;var g=i[2],m=i[6],v=i[10],y=g*a+m*o+v*s,x=g*u+m*f+v*h,b=l(g-=y*a+x*u,m-=y*o+x*f,v-=y*s+x*h);g/=b,m/=b,v/=b;var _=u*e+a*r,w=f*e+o*r,T=h*e+s*r;this.center.move(t,_,w,T);var k=Math.exp(this.computedRadius[0]);k=Math.max(1e-4,k+n),this.radius.set(t,Math.log(k))},h.rotate=function(t,e,r,n){this.recalcMatrix(t),e=e||0,r=r||0;var i=this.computedMatrix,a=i[0],o=i[4],s=i[8],u=i[1],f=i[5],h=i[9],p=i[2],d=i[6],g=i[10],m=e*a+r*u,v=e*o+r*f,y=e*s+r*h,x=-(d*y-g*v),b=-(g*m-p*y),_=-(p*v-d*m),w=Math.sqrt(Math.max(0,1-Math.pow(x,2)-Math.pow(b,2)-Math.pow(_,2))),T=c(x,b,_,w);T>1e-6?(x/=T,b/=
"/*!\n",
" * pad-left <https://github.com/jonschlinkert/pad-left>\n",
" *\n",
" * Copyright (c) 2014-2015, Jon Schlinkert.\n",
" * Licensed under the MIT license.\n",
" */\n",
"\"use strict\";var n=t(\"repeat-string\");e.exports=function(t,e,r){return n(r=\"undefined\"!=typeof r?r+\"\":\" \",e)+t}},{\"repeat-string\":541}],503:[function(t,e,r){\"use strict\";function n(t,e){if(\"string\"!=typeof t)return[t];var r=[t];\"string\"==typeof e||Array.isArray(e)?e={brackets:e}:e||(e={});var n=e.brackets?Array.isArray(e.brackets)?e.brackets:[e.brackets]:[\"{}\",\"[]\",\"()\"],i=e.escape||\"___\",a=!!e.flat;n.forEach((function(t){var e=new RegExp([\"\\\\\",t[0],\"[^\\\\\",t[0],\"\\\\\",t[1],\"]*\\\\\",t[1]].join(\"\")),n=[];function a(e,a,o){var s=r.push(e.slice(t[0].length,-t[1].length))-1;return n.push(s),i+s+i}r.forEach((function(t,n){for(var i,o=0;t!=i;)if(i=t,t=t.replace(e,a),o++>1e4)throw Error(\"References have circular dependency. Please, check them.\");r[n]=t})),n=n.reverse(),r=r.map((function(e){return n.forEach((function(r){e=e.replace(new RegExp(\"(\\\\\"+i+r+\"\\\\\"+i+\")\",\"g\"),t[0]+\"$1\"+t[1])})),e}))}));var o=new RegExp(\"\\\\\"+i+\"([0-9]+)\\\\\"+i);return a?r:function t(e,r,n){for(var i,a=[],s=0;i=o.exec(e);){if(s++>1e4)throw Error(\"Circular references in parenthesis\");a.push(e.slice(0,i.index)),a.push(t(r[i[1]],r)),e=e.slice(i.index+i[0].length)}return a.push(e),a}(r[0],r)}function i(t,e){if(e&&e.flat){var r,n=e&&e.escape||\"___\",i=t[0];if(!i)return\"\";for(var a=new RegExp(\"\\\\\"+n+\"([0-9]+)\\\\\"+n),o=0;i!=r;){if(o++>1e4)throw Error(\"Circular references in \"+t);r=i,i=i.replace(a,s)}return i}return t.reduce((function t(e,r){return Array.isArray(r)&&(r=r.reduce(t,\"\")),e+r}),\"\");function s(e,r){if(null==t[r])throw Error(\"Reference \"+r+\"is undefined\");return t[r]}}function a(t,e){return Array.isArray(t)?i(t,e):n(t,e)}a.parse=n,a.stringify=i,e.exports=a},{}],504:[function(t,e,r){\"use strict\";var n=t(\"pick-by-alias\");e.exports=function(t){var e;arguments.length>1&&(t=arguments);\"string\"==typeof t?t=t.split(/\\s/).map(parseFloat):\"number\"==typeof t&&(t=[t]);t.length&&\"number\"==typeof t[0]?e=1===t.length?{width:t[0],height:t[0],x:0,y:0}:2===t.length?{width:t[0],height:t[1],x:0,y:0}:{x:t[0],y:t[1],width:t[2]-t[0]||0,height:t[3]-t[1]||0}:t&&(t=n(t,{left:\"x l left Left\",top:\"y t top Top\",width:\"w width W Width\",height:\"h height W Width\",bottom:\"b bottom Bottom\",right:\"r right Right\"}),e={x:t.left||0,y:t.top||0},null==t.width?t.right?e.width=t.right-e.x:e.width=0:e.width=t.width,null==t.height?t.bottom?e.height=t.bottom-e.y:e.height=0:e.height=t.height);return e}},{\"pick-by-alias\":511}],505:[function(t,e,r){e.exports=function(t){var e=[];return t.replace(i,(function(t,r,i){var o=r.toLowerCase();for(i=function(t){var e=t.match(a);return e?e.map(Number):[]}(i),\"m\"==o&&i.length>2&&(e.push([r].concat(i.splice(0,2))),o=\"l\",r=\"m\"==r?\"l\":\"L\");;){if(i.length==n[o])return i.unshift(r),e.push(i);if(i.length<n[o])throw new Error(\"malformed path data\");e.push([r].concat(i.splice(0,n[o])))}})),e};var n={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},i=/([astvzqmhlc])([^astvzqmhlc]*)/gi;var a=/-?[0-9]*\\.?[0-9]+(?:e[-+]?\\d+)?/gi},{}],506:[function(t,e,r){e.exports=function(t,e){e||(e=[0,\"\"]),t=String(t);var r=parseFloat(t,10);return e[0]=r,e[1]=t.match(/[\\d.\\-\\+]*\\s*(.*)/)[1]||\"\",e}},{}],507:[function(t,e,r){(function(t){(function(){\"use strict\";function r(t){if(\"string\"!=typeof t)throw new TypeError(\"Path must be a string. Received \"+JSON.stringify(t))}function n(t,e){for(var r,n=\"\",i=0,a=-1,o=0,s=0;s<=t.length;++s){if(s<t.length)r=t.charCodeAt(s);else{if(47===r)break;r=47}if(47===r){if(a===s-1||1===o);else if(a!==s-1&&2===o){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var l=n.lastIndexOf(\"/\");if(l!==n.length-1){-1===l?(n=\"\",i=0):i=(n=n.slice(0,l)).length-1-n.lastIndexOf(\"/\"),a=s,o=0;continue}}else if(2===n.length||1===n.length){n=\"\",i=0,a=s,o=0;continue}e&&(n.length>0?n+=\"/..\":n=\"..\",i=2)}else n.length>0?n+=\"/\"+t.slice(a+1,s):n=t.slice(a+1,s),i=s-a-1;a=s,o=0}else 46===r&&-1!==o?++o:o=-1}return n}var i={resolve:function(){for(var e,i=\"\",a=!1,o=arguments.length-1;o
"/*\n",
" * @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc\n",
" * @license MIT\n",
" * @preserve Project Home: https://github.com/voidqk/polybooljs\n",
" */\n",
"var n,i=t(\"./lib/build-log\"),a=t(\"./lib/epsilon\"),o=t(\"./lib/intersecter\"),s=t(\"./lib/segment-chainer\"),l=t(\"./lib/segment-selector\"),c=t(\"./lib/geojson\"),u=!1,f=a();function h(t,e,r){var i=n.segments(t),a=n.segments(e),o=r(n.combine(i,a));return n.polygon(o)}n={buildLog:function(t){return!0===t?u=i():!1===t&&(u=!1),!1!==u&&u.list},epsilon:function(t){return f.epsilon(t)},segments:function(t){var e=o(!0,f,u);return t.regions.forEach(e.addRegion),{segments:e.calculate(t.inverted),inverted:t.inverted}},combine:function(t,e){return{combined:o(!1,f,u).calculate(t.segments,t.inverted,e.segments,e.inverted),inverted1:t.inverted,inverted2:e.inverted}},selectUnion:function(t){return{segments:l.union(t.combined,u),inverted:t.inverted1||t.inverted2}},selectIntersect:function(t){return{segments:l.intersect(t.combined,u),inverted:t.inverted1&&t.inverted2}},selectDifference:function(t){return{segments:l.difference(t.combined,u),inverted:t.inverted1&&!t.inverted2}},selectDifferenceRev:function(t){return{segments:l.differenceRev(t.combined,u),inverted:!t.inverted1&&t.inverted2}},selectXor:function(t){return{segments:l.xor(t.combined,u),inverted:t.inverted1!==t.inverted2}},polygon:function(t){return{regions:s(t.segments,f,u),inverted:t.inverted}},polygonFromGeoJSON:function(t){return c.toPolygon(n,t)},polygonToGeoJSON:function(t){return c.fromPolygon(n,f,t)},union:function(t,e){return h(t,e,n.selectUnion)},intersect:function(t,e){return h(t,e,n.selectIntersect)},difference:function(t,e){return h(t,e,n.selectDifference)},differenceRev:function(t,e){return h(t,e,n.selectDifferenceRev)},xor:function(t,e){return h(t,e,n.selectXor)}},\"object\"==typeof window&&(window.PolyBool=n),e.exports=n},{\"./lib/build-log\":518,\"./lib/epsilon\":519,\"./lib/geojson\":520,\"./lib/intersecter\":521,\"./lib/segment-chainer\":523,\"./lib/segment-selector\":524}],518:[function(t,e,r){e.exports=function(){var t,e=0,r=!1;function n(e,r){return t.list.push({type:e,data:r?JSON.parse(JSON.stringify(r)):void 0}),t}return t={list:[],segmentId:function(){return e++},checkIntersection:function(t,e){return n(\"check\",{seg1:t,seg2:e})},segmentChop:function(t,e){return n(\"div_seg\",{seg:t,pt:e}),n(\"chop\",{seg:t,pt:e})},statusRemove:function(t){return n(\"pop_seg\",{seg:t})},segmentUpdate:function(t){return n(\"seg_update\",{seg:t})},segmentNew:function(t,e){return n(\"new_seg\",{seg:t,primary:e})},segmentRemove:function(t){return n(\"rem_seg\",{seg:t})},tempStatus:function(t,e,r){return n(\"temp_status\",{seg:t,above:e,below:r})},rewind:function(t){return n(\"rewind\",{seg:t})},status:function(t,e,r){return n(\"status\",{seg:t,above:e,below:r})},vert:function(e){return e===r?t:(r=e,n(\"vert\",{x:e}))},log:function(t){return\"string\"!=typeof t&&(t=JSON.stringify(t,!1,\" \")),n(\"log\",{txt:t})},reset:function(){return n(\"reset\")},selected:function(t){return n(\"selected\",{segs:t})},chainStart:function(t){return n(\"chain_start\",{seg:t})},chainRemoveHead:function(t,e){return n(\"chain_rem_head\",{index:t,pt:e})},chainRemoveTail:function(t,e){return n(\"chain_rem_tail\",{index:t,pt:e})},chainNew:function(t,e){return n(\"chain_new\",{pt1:t,pt2:e})},chainMatch:function(t){return n(\"chain_match\",{index:t})},chainClose:function(t){return n(\"chain_close\",{index:t})},chainAddHead:function(t,e){return n(\"chain_add_head\",{index:t,pt:e})},chainAddTail:function(t,e){return n(\"chain_add_tail\",{index:t,pt:e})},chainConnect:function(t,e){return n(\"chain_con\",{index1:t,index2:e})},chainReverse:function(t){return n(\"chain_rev\",{index:t})},chainJoin:function(t,e){return n(\"chain_join\",{index1:t,index2:e})},done:function(){return n(\"done\")}}}},{}],519:[function(t,e,r){e.exports=function(t){\"number\"!=typeof t&&(t=1e-10);var e={epsilon:function(e){return\"number\"==typeof e&&(t=e),t},pointAboveOrOnLine:function(e,r,n){var i=r[0],a=r[1],o=n[0],s=n[1],l=e[0];return(o-i)*(e[1]-a)-(s-a)*(l-i)>=-t},pointBetween:function(e,r,n){var i=e[1]-r[1],a=n[0]-r[0],o=e[0]-r[0],s=n[1]-r[1],l=o*a+i*s;return!(l<t)&&!(l-(a*a+s*s)>-t)},pointsSameX:function(e,r){r
"/*!\n",
" * repeat-string <https://github.com/jonschlinkert/repeat-string>\n",
" *\n",
" * Copyright (c) 2014-2015, Jon Schlinkert.\n",
" * Licensed under the MIT License.\n",
" */\n",
"\"use strict\";var n,i=\"\";e.exports=function(t,e){if(\"string\"!=typeof t)throw new TypeError(\"expected a string\");if(1===e)return t;if(2===e)return t+t;var r=t.length*e;if(n!==t||\"undefined\"==typeof n)n=t,i=\"\";else if(i.length>=r)return i.substr(0,r);for(;r>i.length&&e>1;)1&e&&(i+=t),e>>=1,t+=t;return i=(i+=t).substr(0,r)}},{}],542:[function(t,e,r){(function(t){(function(){e.exports=t.performance&&t.performance.now?function(){return performance.now()}:Date.now||function(){return+new Date}}).call(this)}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{}],543:[function(t,e,r){\"use strict\";e.exports=function(t){for(var e=t.length,r=t[t.length-1],n=e,i=e-2;i>=0;--i){var a=r,o=t[i];(l=o-((r=a+o)-a))&&(t[--n]=r,r=l)}var s=0;for(i=n;i<e;++i){var l;a=t[i];(l=(o=r)-((r=a+o)-a))&&(t[s++]=l)}return t[s++]=r,t.length=s,t}},{}],544:[function(t,e,r){\"use strict\";var n=t(\"two-product\"),i=t(\"robust-sum\"),a=t(\"robust-scale\"),o=t(\"robust-compress\");function s(t,e){for(var r=new Array(t.length-1),n=1;n<t.length;++n)for(var i=r[n-1]=new Array(t.length-1),a=0,o=0;a<t.length;++a)a!==e&&(i[o++]=t[n][a]);return r}function l(t){for(var e=new Array(t),r=0;r<t;++r){e[r]=new Array(t);for(var n=0;n<t;++n)e[r][n]=[\"m[\",r,\"][\",n,\"]\"].join(\"\")}return e}function c(t){if(2===t.length)return[\"sum(prod(\",t[0][0],\",\",t[1][1],\"),prod(-\",t[0][1],\",\",t[1][0],\"))\"].join(\"\");for(var e=[],r=0;r<t.length;++r)e.push([\"scale(\",c(s(t,r)),\",\",(n=r,1&n?\"-\":\"\"),t[0][r],\")\"].join(\"\"));return function t(e){if(1===e.length)return e[0];if(2===e.length)return[\"sum(\",e[0],\",\",e[1],\")\"].join(\"\");var r=e.length>>1;return[\"sum(\",t(e.slice(0,r)),\",\",t(e.slice(r)),\")\"].join(\"\")}(e);var n}function u(t){return new Function(\"sum\",\"scale\",\"prod\",\"compress\",[\"function robustDeterminant\",t,\"(m){return compress(\",c(l(t)),\")};return robustDeterminant\",t].join(\"\"))(i,a,n,o)}var f=[function(){return[0]},function(t){return[t[0][0]]}];!function(){for(;f.length<6;)f.push(u(f.length));for(var t=[],r=[\"function robustDeterminant(m){switch(m.length){\"],n=0;n<6;++n)t.push(\"det\"+n),r.push(\"case \",n,\":return det\",n,\"(m);\");r.push(\"}var det=CACHE[m.length];if(!det)det=CACHE[m.length]=gen(m.length);return det(m);}return robustDeterminant\"),t.push(\"CACHE\",\"gen\",r.join(\"\"));var i=Function.apply(void 0,t);for(e.exports=i.apply(void 0,f.concat([f,u])),n=0;n<f.length;++n)e.exports[n]=f[n]}()},{\"robust-compress\":543,\"robust-scale\":550,\"robust-sum\":553,\"two-product\":582}],545:[function(t,e,r){\"use strict\";var n=t(\"two-product\"),i=t(\"robust-sum\");e.exports=function(t,e){for(var r=n(t[0],e[0]),a=1;a<t.length;++a)r=i(r,n(t[a],e[a]));return r}},{\"robust-sum\":553,\"two-product\":582}],546:[function(t,e,r){\"use strict\";var n=t(\"two-product\"),i=t(\"robust-sum\"),a=t(\"robust-subtract\"),o=t(\"robust-scale\");function s(t,e){for(var r=new Array(t.length-1),n=1;n<t.length;++n)for(var i=r[n-1]=new Array(t.length-1),a=0,o=0;a<t.length;++a)a!==e&&(i[o++]=t[n][a]);return r}function l(t){if(1===t.length)return t[0];if(2===t.length)return[\"sum(\",t[0],\",\",t[1],\")\"].join(\"\");var e=t.length>>1;return[\"sum(\",l(t.slice(0,e)),\",\",l(t.slice(e)),\")\"].join(\"\")}function c(t,e){if(\"m\"===t.charAt(0)){if(\"w\"===e.charAt(0)){var r=t.split(\"[\");return[\"w\",e.substr(1),\"m\",r[0].substr(1)].join(\"\")}return[\"prod(\",t,\",\",e,\")\"].join(\"\")}return c(e,t)}function u(t){if(2===t.length)return[[\"diff(\",c(t[0][0],t[1][1]),\",\",c(t[1][0],t[0][1]),\")\"].join(\"\")];for(var e=[],r=0;r<t.length;++r)e.push([\"scale(\",l(u(s(t,r))),\",\",(n=r,!0&n?\"-\":\"\"),t[0][r],\")\"].join(\"\"));return e;var n}function f(t,e){for(var r=[],n=0;n<e-2;++n)r.push([\"prod(m\",t,\"[\",n,\"],m\",t,\"[\",n,\"])\"].join(\"\"));return l(r)}function h(t){for(var e=[],r=[],c=function(t){for(var e=new Array(t),r=0;r<t;++r){e[r]=new Array(t);for(var n=0;n<t;++n)e[r][n]=[\"m\",n,\"[\",t-r-2,\"]\"].join(\"\")}return e}(t),h=0;h<t;++h)c[0][h]=\
" });\n",
" require(['plotly'], function(Plotly) {\n",
" window._Plotly = Plotly;\n",
" });\n",
" }\n",
" </script>\n",
" "
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"name": "WiFI RSSI",
"type": "scatter",
"x": [
2021-03-24 23:32:19 +01:00
"2021-03-24T22:31:22.418037Z",
"2021-03-24T22:31:12.494937Z",
"2021-03-24T22:31:02.405575Z",
"2021-03-24T22:30:52.430795Z",
"2021-03-24T22:30:42.610625Z",
"2021-03-24T22:30:32.384602Z",
"2021-03-24T22:30:22.378873Z",
"2021-03-24T22:30:12.371245Z",
"2021-03-24T22:30:02.364397Z",
"2021-03-24T22:29:52.547510Z",
"2021-03-24T22:29:42.413016Z",
"2021-03-24T22:29:32.484015Z",
"2021-03-24T22:29:22.347971Z",
"2021-03-24T22:29:12.421336Z",
"2021-03-24T22:29:02.490340Z",
"2021-03-24T22:28:52.355438Z",
"2021-03-24T22:28:42.426792Z",
"2021-03-24T22:28:32.393582Z",
"2021-03-24T22:28:22.363033Z",
"2021-03-24T22:28:12.293077Z",
"2021-03-24T22:28:02.299386Z",
"2021-03-24T22:27:52.369461Z",
"2021-03-24T22:27:42.440079Z",
"2021-03-24T22:27:32.304989Z",
"2021-03-24T22:27:22.375171Z",
"2021-03-24T22:27:12.446684Z",
"2021-03-24T22:27:02.311561Z",
"2021-03-24T22:26:52.240969Z",
"2021-03-24T22:26:42.246826Z",
"2021-03-24T22:26:32.318815Z",
"2021-03-24T22:26:22.392245Z",
"2021-03-24T22:26:12.256293Z",
"2021-03-24T22:26:02.326936Z",
"2021-03-24T22:25:52.396603Z",
"2021-03-24T22:25:42.192281Z",
"2021-03-24T22:25:32.335007Z",
"2021-03-24T22:25:22.197462Z",
"2021-03-24T22:25:12.268713Z",
"2021-03-24T22:25:02.341358Z",
"2021-03-24T22:24:52.205674Z",
"2021-03-24T22:24:42.173097Z",
"2021-03-24T22:24:32.345616Z",
"2021-03-24T22:24:22.211331Z",
"2021-03-24T22:24:12.281248Z",
"2021-03-24T22:24:02.145457Z",
"2021-03-24T22:23:52.216804Z",
"2021-03-24T22:23:42.289399Z",
"2021-03-24T22:23:32.153689Z",
"2021-03-24T22:23:22.224049Z",
"2021-03-24T22:23:12.295542Z",
"2021-03-24T22:23:02.093675Z",
"2021-03-24T22:22:52.076576Z",
"2021-03-24T22:22:42.096134Z",
"2021-03-24T22:22:32.169395Z",
"2021-03-24T22:22:22.239712Z",
"2021-03-24T22:22:12.050004Z",
"2021-03-24T22:22:02.172895Z",
"2021-03-24T22:21:52.097933Z",
"2021-03-24T22:21:42.113826Z",
"2021-03-24T22:21:32.079728Z",
"2021-03-24T22:21:22.048206Z",
"2021-03-24T22:21:12.118046Z",
"2021-03-24T22:21:02.191131Z",
"2021-03-24T22:20:52.057100Z",
"2021-03-24T22:20:42.123062Z",
"2021-03-24T22:20:32.194841Z",
"2021-03-24T22:20:22.063811Z",
"2021-03-24T22:20:12.026572Z",
"2021-03-24T22:20:02.001029Z",
"2021-03-24T22:19:52.070542Z",
"2021-03-24T22:19:42.139925Z",
"2021-03-24T22:19:31.950043Z",
"2021-03-24T22:19:22.078235Z",
"2021-03-24T22:19:12.145075Z",
"2021-03-24T22:19:02.016238Z",
"2021-03-24T22:18:52.086137Z",
"2021-03-24T22:18:41.949381Z",
"2021-03-24T22:18:32.020444Z",
"2021-03-24T22:18:22.091778Z",
"2021-03-24T22:18:11.955233Z",
"2021-03-24T22:18:01.918526Z",
"2021-03-24T22:17:52.074193Z",
"2021-03-24T22:17:41.963263Z",
"2021-03-24T22:17:32.038570Z",
"2021-03-24T22:17:21.898798Z",
"2021-03-24T22:17:11.855877Z",
"2021-03-24T22:17:02.041705Z",
"2021-03-24T22:16:51.905252Z",
"2021-03-24T22:16:41.976149Z",
"2021-03-24T22:16:31.832040Z",
"2021-03-24T22:16:21.912103Z",
"2021-03-24T22:16:11.984944Z",
"2021-03-24T22:16:01.843413Z",
"2021-03-24T22:15:51.919410Z",
"2021-03-24T22:15:41.990654Z",
"2021-03-24T22:15:31.849906Z",
"2021-03-24T22:15:22.210356Z",
"2021-03-24T22:15:12.000571Z",
"2021-03-24T22:15:01.856534Z",
"2021-03-24T22:14:51.935597Z",
"2021-03-24T22:14:41.792893Z",
"2021-03-24T22:14:31.864589Z",
"2021-03-24T22:14:21.939955Z",
"2021-03-24T22:14:11.801795Z",
"2021-03-24T22:14:01.873012Z",
"2021-03-24T22:13:51.736639Z",
"2021-03-24T22:13:41.806424Z",
"2021-03-24T22:13:31.709546Z",
"2021-03-24T22:13:21.742425Z",
"2021-03-24T22:13:11.813794Z",
"2021-03-24T22:13:01.783411Z",
"2021-03-24T22:12:51.749359Z",
"2021-03-24T22:12:41.819679Z",
"2021-03-24T22:12:31.685536Z",
"2021-03-24T22:12:21.757855Z",
"2021-03-24T22:12:11.827064Z",
"2021-03-24T22:12:01.691954Z",
"2021-03-24T22:11:51.764709Z",
"2021-03-24T22:11:41.833725Z",
"2021-03-24T22:11:31.699601Z",
"2021-03-24T22:11:21.769666Z",
"2021-03-24T22:11:11.635211Z",
"2021-03-24T22:11:01.706646Z",
"2021-03-24T22:10:51.776580Z",
"2021-03-24T22:10:41.643419Z",
"2021-03-24T22:10:31.713781Z",
"2021-03-24T22:10:21.783777Z",
"2021-03-24T22:10:11.651386Z",
"2021-03-24T22:10:01.719692Z",
"2021-03-24T22:09:51.586115Z",
"2021-03-24T22:09:41.654789Z",
"2021-03-24T22:09:31.727225Z",
"2021-03-24T22:09:21.590331Z",
"2021-03-24T22:09:11.662021Z",
"2021-03-24T22:09:01.734834Z",
"2021-03-24T22:08:51.604026Z",
"2021-03-24T22:08:41.668514Z",
"2021-03-24T22:08:31.535395Z",
"2021-03-24T22:08:21.605391Z",
"2021-03-24T22:08:11.677428Z",
"2021-03-24T22:08:01.540156Z",
"2021-03-24T22:07:51.613129Z",
"2021-03-24T22:07:41.646878Z",
"2021-03-24T22:07:31.549503Z",
"2021-03-24T22:07:21.618891Z",
"2021-03-24T22:07:11.482618Z",
"2021-03-24T22:07:01.451862Z",
"2021-03-24T22:06:51.569630Z",
"2021-03-24T22:06:41.489370Z",
"2021-03-24T22:06:31.432872Z",
"2021-03-24T22:06:21.632114Z",
"2021-03-24T22:06:11.497482Z",
"2021-03-24T22:06:01.568113Z",
"2021-03-24T22:05:51.435082Z",
"2021-03-24T22:05:41.504823Z",
"2021-03-24T22:05:31.499143Z",
"2021-03-24T22:05:21.438979Z",
"2021-03-24T22:05:11.379470Z",
"2021-03-24T22:05:01.583345Z",
"2021-03-24T22:04:51.445819Z",
"2021-03-24T22:04:41.526401Z",
"2021-03-24T22:04:31.384813Z",
"2021-03-24T22:04:21.453641Z",
"2021-03-24T22:04:11.524187Z",
"2021-03-24T22:04:01.388590Z",
"2021-03-24T22:03:51.465642Z",
"2021-03-24T22:03:41.531002Z",
"2021-03-24T22:03:31.395547Z",
"2021-03-24T22:03:21.466943Z",
"2021-03-24T22:03:11.332582Z",
"2021-03-24T22:03:01.403586Z",
"2021-03-24T22:02:51.475734Z",
"2021-03-24T22:02:41.337953Z",
"2021-03-24T22:02:31.410662Z",
"2021-03-24T22:02:21.275077Z",
"2021-03-24T22:02:11.345053Z",
"2021-03-24T22:02:01.418499Z",
"2021-03-24T22:01:51.281266Z",
"2021-03-24T22:01:41.353566Z",
"2021-03-24T22:01:31.372209Z",
"2021-03-24T22:01:21.228058Z",
"2021-03-24T22:01:11.361611Z",
"2021-03-24T22:01:01.223654Z",
"2021-03-24T22:00:51.294388Z",
"2021-03-24T22:00:41.365470Z",
"2021-03-24T22:00:31.234848Z",
"2021-03-24T22:00:21.199938Z",
"2021-03-24T22:00:11.372787Z",
"2021-03-24T22:00:01.237211Z",
"2021-03-24T21:59:51.309426Z",
"2021-03-24T21:59:41.175906Z",
"2021-03-24T21:59:31.243972Z",
"2021-03-24T21:59:21.315631Z",
"2021-03-24T21:59:11.182555Z",
"2021-03-24T21:59:01.250717Z",
"2021-03-24T21:58:51.325623Z",
"2021-03-24T21:58:41.186825Z",
"2021-03-24T21:58:31.257966Z",
"2021-03-24T21:58:21.123158Z",
"2021-03-24T21:58:11.194655Z",
"2021-03-24T21:58:01.265636Z",
"2021-03-24T21:57:51.131909Z",
"2021-03-24T21:57:41.202948Z",
"2021-03-24T21:57:31.069527Z",
"2021-03-24T21:57:21.137408Z",
"2021-03-24T21:57:11.057937Z",
"2021-03-24T21:57:01.073105Z",
"2021-03-24T21:56:51.149384Z",
"2021-03-24T21:56:41.110990Z",
"2021-03-24T21:56:31.078874Z",
"2021-03-24T21:56:21.049001Z",
"2021-03-24T21:56:11.016376Z",
"2021-03-24T21:56:01.008754Z",
"2021-03-24T21:55:51.004397Z",
"2021-03-24T21:55:41.023423Z",
"2021-03-24T21:55:31.094539Z",
"2021-03-24T21:55:21.170615Z",
"2021-03-24T21:55:11.001682Z",
"2021-03-24T21:55:00.996699Z",
"2021-03-24T21:54:51.178579Z",
"2021-03-24T21:54:41.036025Z",
"2021-03-24T21:54:31.003557Z",
"2021-03-24T21:54:20.972063Z",
"2021-03-24T21:54:11.049800Z",
"2021-03-24T21:54:01.009861Z",
"2021-03-24T21:53:50.977967Z",
"2021-03-24T21:53:41.053922Z",
"2021-03-24T21:53:31.125516Z",
"2021-03-24T21:53:20.989645Z",
"2021-03-24T21:53:11.062766Z",
"2021-03-24T21:53:00.920710Z",
"2021-03-24T21:52:50.996784Z",
"2021-03-24T21:52:41.068194Z",
"2021-03-24T21:52:30.935519Z",
"2021-03-24T21:52:20.897359Z",
"2021-03-24T21:52:11.076794Z",
"2021-03-24T21:52:00.939550Z",
"2021-03-24T21:51:50.841904Z",
"2021-03-24T21:51:40.874824Z",
"2021-03-24T21:51:30.947223Z",
"2021-03-24T21:51:21.017246Z",
"2021-03-24T21:51:10.814514Z",
"2021-03-24T21:51:00.809991Z",
"2021-03-24T21:50:51.019340Z",
"2021-03-24T21:50:40.889041Z",
"2021-03-24T21:50:30.957339Z",
"2021-03-24T21:50:20.824865Z",
"2021-03-24T21:50:10.895995Z",
"2021-03-24T21:50:00.961700Z",
"2021-03-24T21:49:50.831446Z",
"2021-03-24T21:49:40.902581Z",
"2021-03-24T21:49:30.768106Z",
"2021-03-24T21:49:20.838322Z",
"2021-03-24T21:49:10.904752Z",
"2021-03-24T21:49:00.774378Z",
"2021-03-24T21:48:50.848049Z",
"2021-03-24T21:48:40.913509Z",
"2021-03-24T21:48:30.781125Z",
"2021-03-24T21:48:20.847288Z",
"2021-03-24T21:48:10.719628Z",
"2021-03-24T21:48:00.787610Z",
"2021-03-24T21:47:50.856996Z",
"2021-03-24T21:47:40.725424Z",
"2021-03-24T21:47:30.791631Z",
"2021-03-24T21:47:20.864096Z",
"2021-03-24T21:47:10.733087Z",
"2021-03-24T21:47:00.797079Z",
"2021-03-24T21:46:50.669067Z",
"2021-03-24T21:46:40.734842Z",
"2021-03-24T21:46:30.803472Z",
"2021-03-24T21:46:20.675869Z",
"2021-03-24T21:46:10.740819Z",
"2021-03-24T21:46:00.709262Z",
"2021-03-24T21:45:50.677444Z",
"2021-03-24T21:45:40.750966Z",
"2021-03-24T21:45:30.610627Z",
"2021-03-24T21:45:20.682057Z",
"2021-03-24T21:45:10.753426Z",
"2021-03-24T21:45:00.617953Z",
"2021-03-24T21:44:50.690977Z",
"2021-03-24T21:44:40.761285Z",
"2021-03-24T21:44:30.624759Z",
"2021-03-24T21:44:20.696192Z",
"2021-03-24T21:44:10.562996Z",
"2021-03-24T21:44:00.631916Z",
"2021-03-24T21:43:50.704263Z",
"2021-03-24T21:43:40.569535Z",
"2021-03-24T21:43:30.639108Z",
"2021-03-24T21:43:20.712689Z",
"2021-03-24T21:43:10.575752Z",
"2021-03-24T21:43:00.647262Z",
"2021-03-24T21:42:50.510206Z",
"2021-03-24T21:42:40.582368Z",
"2021-03-24T21:42:30.660344Z",
"2021-03-24T21:42:20.521568Z",
"2021-03-24T21:42:10.591330Z",
"2021-03-24T21:42:00.659584Z",
"2021-03-24T21:41:50.523859Z",
"2021-03-24T21:41:40.595396Z",
"2021-03-24T21:41:30.459976Z",
"2021-03-24T21:41:20.532635Z",
"2021-03-24T21:41:10.426760Z",
"2021-03-24T21:41:00.422386Z",
"2021-03-24T21:40:50.413926Z",
"2021-03-24T21:40:40.556248Z",
"2021-03-24T21:40:30.401973Z",
"2021-03-24T21:40:20.442376Z",
"2021-03-24T21:40:10.399458Z",
"2021-03-24T21:40:00.479863Z",
"2021-03-24T21:39:50.374931Z",
"2021-03-24T21:39:40.416123Z",
"2021-03-24T21:39:30.362465Z",
"2021-03-24T21:39:20.560059Z",
"2021-03-24T21:39:10.349324Z",
"2021-03-24T21:39:00.390471Z",
"2021-03-24T21:38:50.360581Z",
"2021-03-24T21:38:40.429999Z",
"2021-03-24T21:38:30.500564Z",
"2021-03-24T21:38:20.367456Z",
"2021-03-24T21:38:10.436599Z",
"2021-03-24T21:38:00.507711Z",
"2021-03-24T21:37:50.372611Z",
"2021-03-24T21:37:40.305024Z",
"2021-03-24T21:37:30.311522Z",
"2021-03-24T21:37:20.379113Z",
"2021-03-24T21:37:10.453567Z",
"2021-03-24T21:37:00.314869Z",
"2021-03-24T21:36:50.386162Z",
"2021-03-24T21:36:40.458257Z",
"2021-03-24T21:36:30.322230Z",
"2021-03-24T21:36:20.400904Z",
"2021-03-24T21:36:10.258110Z",
"2021-03-24T21:36:00.334135Z",
"2021-03-24T21:35:50.215792Z",
"2021-03-24T21:35:40.207269Z",
"2021-03-24T21:35:30.335710Z",
"2021-03-24T21:35:20.406882Z",
"2021-03-24T21:35:10.188575Z",
"2021-03-24T21:35:00.180244Z",
"2021-03-24T21:34:50.208129Z",
"2021-03-24T21:34:40.280553Z",
"2021-03-24T21:34:30.350042Z",
"2021-03-24T21:34:20.214767Z",
"2021-03-24T21:34:10.285863Z",
"2021-03-24T21:34:00.173218Z",
"2021-03-24T21:33:50.222970Z",
"2021-03-24T21:33:40.293725Z",
"2021-03-24T21:33:30.156678Z",
"2021-03-24T21:33:20.228041Z",
"2021-03-24T21:33:10.107500Z",
"2021-03-24T21:33:00.111948Z",
"2021-03-24T21:32:50.094276Z",
"2021-03-24T21:32:40.101346Z",
"2021-03-24T21:32:30.171222Z",
"2021-03-24T21:32:20.137741Z",
"2021-03-24T21:32:10.106641Z",
"2021-03-24T21:32:00.074073Z",
"2021-03-24T21:31:50.053038Z",
"2021-03-24T21:31:40.112910Z",
"2021-03-24T21:31:30.185228Z",
"2021-03-24T21:31:20.049619Z",
"2021-03-24T21:31:10.120952Z",
"2021-03-24T21:31:00.191694Z",
"2021-03-24T21:30:50.057730Z",
"2021-03-24T21:30:40.126710Z",
"2021-03-24T21:30:29.999254Z",
"2021-03-24T21:30:20.012061Z",
"2021-03-24T21:30:10.029907Z",
"2021-03-24T21:29:59.998048Z",
"2021-03-24T21:29:50.042401Z",
"2021-03-24T21:29:39.965491Z",
"2021-03-24T21:29:30.004583Z",
"2021-03-24T21:29:20.076244Z",
"2021-03-24T21:29:10.148648Z",
"2021-03-24T21:28:59.939191Z",
"2021-03-24T21:28:50.083013Z",
"2021-03-24T21:28:39.947018Z",
"2021-03-24T21:28:29.988638Z",
"2021-03-24T21:28:19.912816Z",
"2021-03-24T21:28:09.954988Z",
"2021-03-24T21:27:59.922069Z",
"2021-03-24T21:27:50.098002Z",
"2021-03-24T21:27:39.963556Z",
"2021-03-24T21:27:31.282622Z",
"2021-03-24T21:27:19.898573Z",
"2021-03-24T21:27:09.970743Z",
"2021-03-24T21:27:00.039377Z",
"2021-03-24T21:26:49.906116Z",
"2021-03-24T21:26:39.976100Z",
"2021-03-24T21:26:30.053077Z",
"2021-03-24T21:26:19.912140Z",
"2021-03-24T21:26:09.983829Z",
"2021-03-24T21:25:59.848258Z",
"2021-03-24T21:25:49.917778Z",
"2021-03-24T21:25:39.991919Z",
"2021-03-24T21:25:29.853035Z",
"2021-03-24T21:25:19.883064Z",
"2021-03-24T21:25:09.894918Z",
"2021-03-24T21:24:59.860173Z",
"2021-03-24T21:24:49.934471Z",
"2021-03-24T21:24:39.796849Z",
"2021-03-24T21:24:29.870131Z",
"2021-03-24T21:24:19.938709Z",
"2021-03-24T21:24:09.803121Z",
"2021-03-24T21:23:59.877040Z",
"2021-03-24T21:23:49.945125Z",
"2021-03-24T21:23:39.809759Z",
"2021-03-24T21:23:29.717038Z",
"2021-03-24T21:23:19.729124Z",
"2021-03-24T21:23:09.816554Z",
"2021-03-24T21:22:59.887555Z",
"2021-03-24T21:22:49.754319Z",
"2021-03-24T21:22:39.826325Z",
"2021-03-24T21:22:29.690463Z",
"2021-03-24T21:22:19.760639Z",
"2021-03-24T21:22:09.830161Z",
"2021-03-24T21:21:59.697122Z",
"2021-03-24T21:21:49.767871Z",
"2021-03-24T21:21:39.836834Z",
"2021-03-24T21:21:29.704236Z",
"2021-03-24T21:21:19.655661Z",
"2021-03-24T21:21:09.638633Z",
"2021-03-24T21:20:59.708759Z",
"2021-03-24T21:20:49.780031Z",
"2021-03-24T21:20:39.645356Z",
"2021-03-24T21:20:29.608069Z",
"2021-03-24T21:20:19.787137Z",
"2021-03-24T21:20:09.655151Z",
"2021-03-24T21:19:59.644145Z",
"2021-03-24T21:19:49.569225Z",
"2021-03-24T21:19:46.281275Z",
"2021-03-24T21:19:36.143592Z",
"2021-03-24T21:19:26.189118Z",
"2021-03-24T21:19:16.044842Z",
"2021-03-24T21:19:06.036094Z",
"2021-03-24T21:18:56.031627Z",
"2021-03-24T21:18:46.085390Z",
"2021-03-24T21:18:36.015355Z",
"2021-03-24T21:18:26.022951Z",
"2021-03-24T21:18:16.091442Z",
"2021-03-24T21:18:06.162597Z",
"2021-03-24T21:17:56.028449Z",
"2021-03-24T21:17:46.098517Z",
"2021-03-24T21:17:36.171771Z",
"2021-03-24T21:17:26.034254Z",
"2021-03-24T21:17:16.105171Z",
"2021-03-24T21:17:05.969530Z",
"2021-03-24T21:16:56.040586Z",
"2021-03-24T21:16:46.114467Z",
"2021-03-24T21:16:35.980087Z",
"2021-03-24T21:16:26.047777Z",
"2021-03-24T21:16:16.118902Z",
"2021-03-24T21:16:05.984644Z",
"2021-03-24T21:15:55.848106Z",
"2021-03-24T21:15:45.919718Z",
"2021-03-24T21:15:35.785126Z",
"2021-03-24T21:15:25.856757Z",
"2021-03-24T21:15:15.925821Z",
"2021-03-24T21:15:05.791824Z",
"2021-03-24T21:14:55.863006Z",
"2021-03-24T21:14:45.727995Z",
"2021-03-24T21:14:35.800839Z",
"2021-03-24T21:14:25.868595Z",
"2021-03-24T21:14:15.733149Z",
"2021-03-24T21:14:05.804240Z",
"2021-03-24T21:13:55.875501Z",
"2021-03-24T21:13:45.745110Z",
"2021-03-24T21:13:35.812796Z",
"2021-03-24T21:13:25.677667Z",
"2021-03-24T21:13:15.751737Z",
"2021-03-24T21:13:05.822976Z",
"2021-03-24T21:12:55.682786Z",
"2021-03-24T21:12:45.754242Z",
"2021-03-24T21:12:35.828112Z",
"2021-03-24T21:12:25.689368Z",
"2021-03-24T21:12:15.760937Z",
"2021-03-24T21:12:05.624547Z",
"2021-03-24T21:11:55.697375Z",
"2021-03-24T21:11:45.767284Z",
"2021-03-24T21:11:35.631713Z",
"2021-03-24T21:11:25.705849Z",
"2021-03-24T21:11:15.774560Z",
"2021-03-24T21:11:05.641633Z",
"2021-03-24T21:10:55.713276Z",
"2021-03-24T21:10:45.576812Z",
"2021-03-24T21:10:35.576350Z",
"2021-03-24T21:10:25.721289Z",
"2021-03-24T21:10:15.584785Z",
"2021-03-24T21:10:05.652894Z",
"2021-03-24T21:09:55.727134Z",
"2021-03-24T21:09:45.589870Z",
"2021-03-24T21:09:35.660422Z",
"2021-03-24T21:09:25.525068Z",
"2021-03-24T21:09:15.599068Z",
"2021-03-24T21:09:05.666369Z",
"2021-03-24T21:08:55.531529Z",
"2021-03-24T21:08:45.602045Z",
"2021-03-24T21:08:35.616973Z",
"2021-03-24T21:08:25.539925Z",
"2021-03-24T21:08:15.609274Z",
"2021-03-24T21:08:05.473763Z",
"2021-03-24T21:07:55.545526Z",
"2021-03-24T21:07:45.619133Z",
"2021-03-24T21:07:35.480559Z",
"2021-03-24T21:07:25.551786Z",
"2021-03-24T21:07:15.623161Z",
"2021-03-24T21:07:05.487550Z",
"2021-03-24T21:06:55.559609Z",
"2021-03-24T21:06:45.423027Z",
"2021-03-24T21:06:35.494818Z",
"2021-03-24T21:06:25.566856Z",
"2021-03-24T21:06:15.429830Z",
"2021-03-24T21:06:05.502058Z",
"2021-03-24T21:05:55.573016Z",
"2021-03-24T21:05:45.437691Z",
"2021-03-24T21:05:35.509146Z",
"2021-03-24T21:05:25.372504Z",
"2021-03-24T21:05:15.443871Z",
"2021-03-24T21:05:05.328063Z",
"2021-03-24T21:04:55.494788Z",
"2021-03-24T21:04:45.452909Z",
"2021-03-24T21:04:35.317128Z",
"2021-03-24T21:04:25.387765Z",
"2021-03-24T21:04:15.458013Z",
"2021-03-24T21:04:05.322127Z",
"2021-03-24T21:03:55.393256Z",
"2021-03-24T21:03:45.464780Z",
"2021-03-24T21:03:35.329282Z",
"2021-03-24T21:03:25.400863Z",
"2021-03-24T21:03:15.265181Z",
"2021-03-24T21:03:05.336430Z",
"2021-03-24T21:02:55.408230Z",
"2021-03-24T21:02:45.273787Z",
"2021-03-24T21:02:35.343182Z",
"2021-03-24T21:02:25.416411Z",
"2021-03-24T21:02:15.278254Z",
"2021-03-24T21:02:05.350902Z",
"2021-03-24T21:01:55.214084Z",
"2021-03-24T21:01:45.286413Z",
"2021-03-24T21:01:35.356678Z",
"2021-03-24T21:01:25.220917Z",
"2021-03-24T21:01:15.293694Z",
"2021-03-24T21:01:05.368712Z",
"2021-03-24T21:00:55.159733Z",
"2021-03-24T21:00:45.195601Z",
"2021-03-24T21:00:35.170799Z",
"2021-03-24T21:00:25.236022Z",
"2021-03-24T21:00:15.211636Z",
"2021-03-24T21:00:05.146989Z",
"2021-03-24T20:59:55.138836Z",
"2021-03-24T20:59:45.204374Z",
"2021-03-24T20:59:35.179718Z",
"2021-03-24T20:59:25.098750Z",
"2021-03-24T20:59:15.113039Z",
"2021-03-24T20:59:05.184761Z",
"2021-03-24T20:58:55.262120Z",
"2021-03-24T20:58:45.120450Z",
"2021-03-24T20:58:35.192360Z",
"2021-03-24T20:58:25.084463Z",
"2021-03-24T20:58:15.126987Z",
"2021-03-24T20:58:05.206558Z",
"2021-03-24T20:57:55.062923Z",
"2021-03-24T20:57:45.133939Z",
"2021-03-24T20:57:35.206552Z",
"2021-03-24T20:57:25.073092Z",
"2021-03-24T20:57:15.148414Z",
"2021-03-24T20:57:05.217460Z",
"2021-03-24T20:56:55.081037Z",
"2021-03-24T20:56:45.149576Z",
"2021-03-24T20:56:35.012849Z",
"2021-03-24T20:56:25.088629Z",
"2021-03-24T20:56:15.161342Z",
"2021-03-24T20:56:05.019263Z",
"2021-03-24T20:55:55.095764Z",
"2021-03-24T20:55:44.952409Z",
"2021-03-24T20:55:35.033919Z",
"2021-03-24T20:55:25.110402Z",
"2021-03-24T20:55:14.962244Z",
"2021-03-24T20:55:05.039504Z",
"2021-03-24T20:54:55.110671Z",
"2021-03-24T20:54:44.970428Z",
"2021-03-24T20:54:35.045417Z",
"2021-03-24T20:54:25.111974Z",
"2021-03-24T20:54:14.976577Z",
"2021-03-24T20:54:05.052520Z",
"2021-03-24T20:53:54.917116Z",
"2021-03-24T20:53:44.988135Z",
"2021-03-24T20:53:35.055454Z",
"2021-03-24T20:53:24.924821Z",
"2021-03-24T20:53:14.995713Z",
"2021-03-24T20:53:04.859404Z",
"2021-03-24T20:52:54.931403Z",
"2021-03-24T20:52:44.998490Z",
"2021-03-24T20:52:34.866750Z",
"2021-03-24T20:52:24.939139Z",
"2021-03-24T20:52:15.004529Z",
"2021-03-24T20:52:04.873366Z",
"2021-03-24T20:51:54.939555Z",
"2021-03-24T20:51:44.810812Z",
"2021-03-24T20:51:34.880509Z",
"2021-03-24T20:51:24.946879Z",
"2021-03-24T20:51:14.816161Z",
"2021-03-24T20:51:04.882159Z",
"2021-03-24T20:50:54.756605Z",
"2021-03-24T20:50:44.831526Z",
"2021-03-24T20:50:34.889163Z",
"2021-03-24T20:50:24.761688Z",
"2021-03-24T20:50:14.831144Z",
"2021-03-24T20:50:04.897684Z",
"2021-03-24T20:49:54.765959Z",
"2021-03-24T20:49:44.832814Z",
"2021-03-24T20:49:34.903084Z",
"2021-03-24T20:49:24.773922Z",
"2021-03-24T20:49:14.838182Z",
"2021-03-24T20:49:04.709912Z",
"2021-03-24T20:48:54.774177Z",
"2021-03-24T20:48:44.845612Z",
"2021-03-24T20:48:34.716967Z",
"2021-03-24T20:48:24.782728Z",
"2021-03-24T20:48:14.852958Z",
"2021-03-24T20:48:04.718342Z",
"2021-03-24T20:47:54.789471Z",
"2021-03-24T20:47:44.659008Z",
"2021-03-24T20:47:34.724364Z",
"2021-03-24T20:47:24.798431Z",
"2021-03-24T20:47:14.665170Z",
"2021-03-24T20:47:04.734061Z",
"2021-03-24T20:46:54.802332Z",
"2021-03-24T20:46:44.666729Z",
"2021-03-24T20:46:34.740067Z",
"2021-03-24T20:46:24.603626Z",
"2021-03-24T20:46:14.674524Z",
"2021-03-24T20:46:04.746205Z",
"2021-03-24T20:45:54.611198Z",
"2021-03-24T20:45:44.683840Z",
"2021-03-24T20:45:34.754925Z",
"2021-03-24T20:45:24.616726Z",
"2021-03-24T20:45:14.688216Z",
"2021-03-24T20:45:04.534719Z",
"2021-03-24T20:44:54.623974Z",
"2021-03-24T20:44:44.695726Z",
"2021-03-24T20:44:34.562203Z",
"2021-03-24T20:44:24.631611Z",
"2021-03-24T20:44:14.702059Z",
"2021-03-24T20:44:04.569026Z",
"2021-03-24T20:43:54.637549Z",
"2021-03-24T20:43:44.502263Z",
"2021-03-24T20:43:34.573069Z",
"2021-03-24T20:43:24.644113Z",
"2021-03-24T20:43:14.508722Z",
"2021-03-24T20:43:04.580675Z",
"2021-03-24T20:42:54.652357Z",
"2021-03-24T20:42:44.518605Z",
"2021-03-24T20:42:34.588057Z",
"2021-03-24T20:42:24.454255Z",
"2021-03-24T20:42:14.523419Z",
"2021-03-24T20:42:04.594031Z",
"2021-03-24T20:41:54.461345Z",
"2021-03-24T20:41:44.529578Z",
"2021-03-24T20:41:34.601817Z",
"2021-03-24T20:41:24.468121Z",
"2021-03-24T20:41:14.536996Z",
"2021-03-24T20:41:04.401124Z",
"2021-03-24T20:40:54.473437Z",
"2021-03-24T20:40:44.544209Z",
"2021-03-24T20:40:34.407913Z",
"2021-03-24T20:40:24.481077Z",
"2021-03-24T20:40:14.551421Z",
"2021-03-24T20:40:04.418138Z",
"2021-03-24T20:39:54.487288Z",
"2021-03-24T20:39:44.464487Z",
"2021-03-24T20:39:34.422737Z",
"2021-03-24T20:39:24.494767Z",
"2021-03-24T20:39:14.358552Z",
"2021-03-24T20:39:04.429695Z",
"2021-03-24T20:38:54.500132Z",
"2021-03-24T20:38:44.367493Z",
"2021-03-24T20:38:34.437725Z",
"2021-03-24T20:38:24.302087Z",
"2021-03-24T20:38:14.372219Z",
"2021-03-24T20:38:04.443570Z",
"2021-03-24T20:37:54.312502Z",
"2021-03-24T20:37:44.378503Z",
"2021-03-24T20:37:34.245956Z",
"2021-03-24T20:37:24.317362Z",
"2021-03-24T20:37:14.385420Z",
"2021-03-24T20:37:04.251984Z",
"2021-03-24T20:36:54.323984Z",
"2021-03-24T20:36:44.392207Z",
"2021-03-24T20:36:34.258866Z",
"2021-03-24T20:36:24.329836Z",
"2021-03-24T20:36:14.192193Z",
"2021-03-24T20:36:04.263688Z",
"2021-03-24T20:35:54.334903Z",
"2021-03-24T20:35:44.201056Z",
"2021-03-24T20:35:34.271435Z",
"2021-03-24T20:35:24.344871Z",
"2021-03-24T20:35:14.206192Z",
"2021-03-24T20:35:04.280525Z",
"2021-03-24T20:34:54.142092Z",
"2021-03-24T20:34:44.215859Z",
"2021-03-24T20:34:34.287526Z",
"2021-03-24T20:34:24.151968Z",
"2021-03-24T20:34:14.221086Z",
"2021-03-24T20:34:04.294534Z",
"2021-03-24T20:33:54.159092Z",
"2021-03-24T20:33:44.227316Z",
"2021-03-24T20:33:34.092784Z",
"2021-03-24T20:33:24.166029Z",
"2021-03-24T20:33:14.234275Z",
"2021-03-24T20:33:04.100869Z",
"2021-03-24T20:32:54.170440Z",
"2021-03-24T20:32:44.241496Z",
"2021-03-24T20:32:34.108815Z",
"2021-03-24T20:32:24.180014Z",
"2021-03-24T20:32:14.041308Z",
"2021-03-24T20:32:04.113114Z",
"2021-03-24T20:31:54.186647Z",
"2021-03-24T20:31:44.048802Z",
"2021-03-24T20:31:34.119566Z",
"2021-03-24T20:31:24.190987Z",
"2021-03-24T20:31:14.055483Z",
"2021-03-24T20:31:04.129645Z",
"2021-03-24T20:30:53.991033Z",
"2021-03-24T20:30:44.064018Z",
"2021-03-24T20:30:34.136705Z",
"2021-03-24T20:30:24.001260Z",
"2021-03-24T20:30:14.071110Z",
"2021-03-24T20:30:04.143284Z",
"2021-03-24T20:29:54.005846Z",
"2021-03-24T20:29:44.079069Z",
"2021-03-24T20:29:33.942658Z",
"2021-03-24T20:29:24.014817Z",
"2021-03-24T20:29:14.083107Z",
"2021-03-24T20:29:03.950634Z",
"2021-03-24T20:28:54.021850Z",
"2021-03-24T20:28:44.092661Z",
"2021-03-24T20:28:33.957373Z",
"2021-03-24T20:28:24.026937Z",
"2021-03-24T20:28:13.890154Z",
"2021-03-24T20:28:03.964417Z",
"2021-03-24T20:27:54.038736Z",
"2021-03-24T20:27:43.899995Z",
"2021-03-24T20:27:33.968832Z",
"2021-03-24T20:27:24.041341Z",
"2021-03-24T20:27:13.905114Z",
"2021-03-24T20:27:03.976348Z",
"2021-03-24T20:26:53.842813Z",
"2021-03-24T20:26:43.912003Z",
"2021-03-24T20:26:33.982648Z",
"2021-03-24T20:26:23.847567Z",
"2021-03-24T20:26:13.921378Z",
"2021-03-24T20:26:03.786369Z",
"2021-03-24T20:25:53.856785Z",
"2021-03-24T20:25:43.927749Z",
"2021-03-24T20:25:33.791149Z",
"2021-03-24T20:25:23.863861Z",
"2021-03-24T20:25:13.932225Z",
"2021-03-24T20:25:03.799353Z",
"2021-03-24T20:24:53.869751Z",
"2021-03-24T20:24:43.737790Z",
"2021-03-24T20:24:33.927333Z",
"2021-03-24T20:24:23.875763Z",
"2021-03-24T20:24:13.741906Z",
"2021-03-24T20:24:03.810418Z",
"2021-03-24T20:23:53.779728Z",
"2021-03-24T20:23:43.748651Z",
"2021-03-24T20:23:33.817683Z",
"2021-03-24T20:23:23.681724Z",
"2021-03-24T20:23:13.753068Z",
"2021-03-24T20:23:03.827636Z",
"2021-03-24T20:22:53.692191Z",
"2021-03-24T20:22:43.763001Z",
"2021-03-24T20:22:33.834165Z",
"2021-03-24T20:22:23.696775Z",
"2021-03-24T20:22:13.770105Z",
"2021-03-24T20:22:03.634367Z",
"2021-03-24T20:21:53.702574Z",
"2021-03-24T20:21:43.670431Z",
"2021-03-24T20:21:33.587309Z",
"2021-03-24T20:21:23.709757Z",
"2021-03-24T20:21:13.781280Z",
"2021-03-24T20:21:03.645687Z",
"2021-03-24T20:20:53.719639Z",
"2021-03-24T20:20:43.584368Z",
"2021-03-24T20:20:33.658285Z",
"2021-03-24T20:20:23.726340Z",
"2021-03-24T20:20:13.588284Z",
"2021-03-24T20:20:03.659352Z",
"2021-03-24T20:19:53.733423Z",
"2021-03-24T20:19:43.596261Z",
"2021-03-24T20:19:33.562860Z",
"2021-03-24T20:19:23.530761Z",
"2021-03-24T20:19:13.602610Z",
"2021-03-24T20:19:03.673996Z",
"2021-03-24T20:18:53.538798Z",
"2021-03-24T20:18:43.612222Z",
"2021-03-24T20:18:33.683184Z",
"2021-03-24T20:18:23.545613Z",
"2021-03-24T20:18:13.619014Z",
"2021-03-24T20:18:03.481502Z",
"2021-03-24T20:17:53.551537Z",
"2021-03-24T20:17:43.625840Z",
"2021-03-24T20:17:33.490520Z",
"2021-03-24T20:17:23.560662Z",
"2021-03-24T20:17:13.426197Z",
"2021-03-24T20:17:03.494387Z",
"2021-03-24T20:16:53.565541Z",
"2021-03-24T20:16:43.436393Z",
"2021-03-24T20:16:33.504281Z",
"2021-03-24T20:16:23.572534Z",
"2021-03-24T20:16:13.439995Z",
"2021-03-24T20:16:03.508415Z",
"2021-03-24T20:15:53.374412Z",
"2021-03-24T20:15:43.445032Z",
"2021-03-24T20:15:33.515125Z",
"2021-03-24T20:15:23.379406Z",
"2021-03-24T20:15:13.454063Z",
"2021-03-24T20:15:03.525114Z",
"2021-03-24T20:14:53.386262Z",
"2021-03-24T20:14:43.459650Z",
"2021-03-24T20:14:33.323904Z",
"2021-03-24T20:14:23.393730Z",
"2021-03-24T20:14:13.465675Z",
"2021-03-24T20:14:03.332394Z",
"2021-03-24T20:13:53.403928Z",
"2021-03-24T20:13:43.473937Z",
"2021-03-24T20:13:33.337166Z",
"2021-03-24T20:13:23.409794Z",
"2021-03-24T20:13:13.274835Z",
"2021-03-24T20:13:03.344677Z",
"2021-03-24T20:12:53.415017Z",
"2021-03-24T20:12:43.281842Z",
"2021-03-24T20:12:33.350254Z",
"2021-03-24T20:12:23.423988Z",
"2021-03-24T20:12:13.285441Z",
"2021-03-24T20:12:03.359841Z",
"2021-03-24T20:11:53.224441Z",
"2021-03-24T20:11:43.295954Z",
"2021-03-24T20:11:33.371685Z",
"2021-03-24T20:11:23.230217Z",
"2021-03-24T20:11:13.299990Z",
"2021-03-24T20:11:03.371808Z",
"2021-03-24T20:10:53.236773Z",
"2021-03-24T20:10:43.306857Z",
"2021-03-24T20:10:33.173934Z",
"2021-03-24T20:10:23.244923Z",
"2021-03-24T20:10:13.316238Z",
"2021-03-24T20:10:03.178092Z",
"2021-03-24T20:09:53.249277Z",
"2021-03-24T20:09:43.320722Z",
"2021-03-24T20:09:33.185503Z",
"2021-03-24T20:09:23.314518Z",
"2021-03-24T20:09:13.123665Z",
"2021-03-24T20:09:03.192530Z",
"2021-03-24T20:08:53.266504Z",
"2021-03-24T20:08:43.127354Z",
"2021-03-24T20:08:33.199109Z",
"2021-03-24T20:08:23.270353Z",
"2021-03-24T20:08:13.135277Z",
"2021-03-24T20:08:03.205838Z",
"2021-03-24T20:07:53.076168Z",
"2021-03-24T20:07:43.142791Z",
"2021-03-24T20:07:33.213720Z",
"2021-03-24T20:07:23.077212Z",
"2021-03-24T20:07:13.151642Z",
"2021-03-24T20:07:03.219881Z",
"2021-03-24T20:06:53.084206Z",
"2021-03-24T20:06:43.158767Z",
"2021-03-24T20:06:33.021136Z",
"2021-03-24T20:06:23.093964Z",
"2021-03-24T20:06:13.164148Z",
"2021-03-24T20:06:03.026921Z",
"2021-03-24T20:05:53.098230Z",
"2021-03-24T20:05:43.169552Z",
"2021-03-24T20:05:33.034023Z",
"2021-03-24T20:05:23.106390Z",
"2021-03-24T20:05:12.972561Z",
"2021-03-24T20:05:03.040869Z",
"2021-03-24T20:04:53.115133Z",
"2021-03-24T20:04:42.982746Z",
"2021-03-24T20:04:33.049046Z",
"2021-03-24T20:04:22.912278Z",
"2021-03-24T20:04:12.983599Z",
"2021-03-24T20:04:03.054577Z",
"2021-03-24T20:03:52.922449Z",
"2021-03-24T20:03:42.990576Z",
"2021-03-24T20:03:33.063729Z",
"2021-03-24T20:03:22.926004Z",
"2021-03-24T20:03:13.000278Z",
"2021-03-24T20:03:02.861485Z",
"2021-03-24T20:02:52.936192Z",
"2021-03-24T20:02:43.005238Z",
"2021-03-24T20:02:32.868876Z",
"2021-03-24T20:02:22.941039Z",
"2021-03-24T20:02:13.014162Z",
"2021-03-24T20:02:02.875537Z",
"2021-03-24T20:01:52.947051Z",
"2021-03-24T20:01:42.812099Z",
"2021-03-24T20:01:32.885705Z",
"2021-03-24T20:01:22.955215Z",
"2021-03-24T20:01:12.821450Z",
"2021-03-24T20:01:02.889665Z",
"2021-03-24T20:00:52.961702Z",
"2021-03-24T20:00:42.825330Z",
"2021-03-24T20:00:32.899627Z",
"2021-03-24T20:00:22.762276Z",
"2021-03-24T20:00:12.832407Z",
"2021-03-24T20:00:02.903782Z",
"2021-03-24T19:59:52.769126Z",
"2021-03-24T19:59:42.839337Z",
"2021-03-24T19:59:32.913621Z",
"2021-03-24T19:59:22.775191Z",
"2021-03-24T19:59:12.846217Z",
"2021-03-24T19:59:02.710493Z",
"2021-03-24T19:58:52.680932Z",
"2021-03-24T19:58:42.853143Z",
"2021-03-24T19:58:32.717660Z",
"2021-03-24T19:58:22.789516Z",
"2021-03-24T19:58:12.860755Z",
"2021-03-24T19:58:02.724939Z",
"2021-03-24T19:57:52.795750Z",
"2021-03-24T19:57:42.663291Z",
"2021-03-24T19:57:32.731090Z",
"2021-03-24T19:57:22.805426Z",
"2021-03-24T19:57:12.667356Z",
"2021-03-24T19:57:02.738544Z",
"2021-03-24T19:56:52.812781Z",
"2021-03-24T19:56:42.674151Z",
"2021-03-24T19:56:32.745509Z",
"2021-03-24T19:56:22.612760Z",
"2021-03-24T19:56:12.684154Z",
"2021-03-24T19:56:02.755621Z",
"2021-03-24T19:55:52.618988Z",
"2021-03-24T19:55:42.689106Z",
"2021-03-24T19:55:32.759748Z",
"2021-03-24T19:55:22.625602Z",
"2021-03-24T19:55:12.695891Z",
"2021-03-24T19:55:02.559499Z",
"2021-03-24T19:54:52.630573Z",
"2021-03-24T19:54:42.704822Z",
"2021-03-24T19:54:32.569554Z",
"2021-03-24T19:54:22.644399Z",
"2021-03-24T19:54:12.504872Z",
"2021-03-24T19:54:02.574153Z",
"2021-03-24T19:53:52.644715Z",
"2021-03-24T19:53:42.511999Z",
"2021-03-24T19:53:32.582543Z",
"2021-03-24T19:53:22.651510Z",
"2021-03-24T19:53:12.516660Z",
"2021-03-24T19:53:02.586892Z",
"2021-03-24T19:52:52.454528Z",
"2021-03-24T19:52:42.526038Z",
"2021-03-24T19:52:32.597238Z",
"2021-03-24T19:52:22.458362Z",
"2021-03-24T19:52:12.530656Z",
"2021-03-24T19:52:02.602254Z",
"2021-03-24T19:51:52.465516Z",
"2021-03-24T19:51:42.537376Z",
"2021-03-24T19:51:32.403907Z",
"2021-03-24T19:51:22.475529Z",
"2021-03-24T19:51:12.545203Z",
"2021-03-24T19:51:02.408497Z",
"2021-03-24T19:50:52.481781Z",
"2021-03-24T19:50:42.554011Z",
"2021-03-24T19:50:32.416079Z",
"2021-03-24T19:50:22.487920Z",
"2021-03-24T19:50:12.354094Z",
"2021-03-24T19:50:02.424873Z",
"2021-03-24T19:49:52.500194Z",
"2021-03-24T19:49:42.358403Z",
"2021-03-24T19:49:32.429102Z",
"2021-03-24T19:49:22.500343Z",
"2021-03-24T19:49:12.478205Z",
"2021-03-24T19:49:02.438598Z",
"2021-03-24T19:48:52.300899Z",
"2021-03-24T19:48:42.374823Z",
"2021-03-24T19:48:32.444540Z",
"2021-03-24T19:48:22.310265Z",
"2021-03-24T19:48:12.379016Z",
"2021-03-24T19:48:02.456835Z",
"2021-03-24T19:47:52.321118Z",
"2021-03-24T19:47:42.386746Z",
"2021-03-24T19:47:32.250239Z",
"2021-03-24T19:47:22.321508Z",
"2021-03-24T19:47:12.401111Z",
"2021-03-24T19:47:02.256990Z",
"2021-03-24T19:46:52.329003Z",
"2021-03-24T19:46:42.404966Z",
"2021-03-24T19:46:32.263614Z",
"2021-03-24T19:46:22.340769Z",
"2021-03-24T19:46:12.199928Z",
"2021-03-24T19:46:02.271051Z",
"2021-03-24T19:45:52.347548Z",
"2021-03-24T19:45:42.209635Z",
"2021-03-24T19:45:32.283339Z",
"2021-03-24T19:45:22.357009Z",
"2021-03-24T19:45:12.216078Z",
"2021-03-24T19:45:02.292909Z",
"2021-03-24T19:44:52.157384Z",
"2021-03-24T19:44:42.228773Z",
"2021-03-24T19:44:32.299137Z",
"2021-03-24T19:44:22.159014Z",
"2021-03-24T19:44:12.230842Z",
"2021-03-24T19:44:02.095112Z",
"2021-03-24T19:43:52.171742Z",
"2021-03-24T19:43:42.242853Z",
"2021-03-24T19:43:32.101931Z",
"2021-03-24T19:43:22.175547Z",
"2021-03-24T19:43:12.243524Z",
"2021-03-24T19:43:02.111581Z",
"2021-03-24T19:42:52.074007Z",
"2021-03-24T19:42:42.045256Z",
"2021-03-24T19:42:32.121053Z",
"2021-03-24T19:42:22.189154Z",
"2021-03-24T19:42:12.056800Z",
"2021-03-24T19:42:02.127938Z",
"2021-03-24T19:41:52.196314Z",
"2021-03-24T19:41:42.061731Z",
"2021-03-24T19:41:32.127342Z",
"2021-03-24T19:41:21.996390Z",
"2021-03-24T19:41:12.068659Z",
"2021-03-24T19:41:02.138906Z",
"2021-03-24T19:40:52.003365Z",
"2021-03-24T19:40:42.075619Z",
"2021-03-24T19:40:32.143614Z",
"2021-03-24T19:40:22.010030Z",
"2021-03-24T19:40:12.081603Z",
"2021-03-24T19:40:01.949386Z",
"2021-03-24T19:39:52.020759Z",
"2021-03-24T19:39:42.086426Z",
"2021-03-24T19:39:31.955969Z",
"2021-03-24T19:39:22.024484Z",
"2021-03-24T19:39:12.090857Z",
"2021-03-24T19:39:01.960032Z",
"2021-03-24T19:38:52.026500Z",
"2021-03-24T19:38:41.898816Z",
"2021-03-24T19:38:31.969762Z",
"2021-03-24T19:38:22.033277Z",
"2021-03-24T19:38:11.904912Z",
"2021-03-24T19:38:01.969833Z",
"2021-03-24T19:37:52.043267Z",
"2021-03-24T19:37:41.912645Z",
"2021-03-24T19:37:31.979143Z",
"2021-03-24T19:37:21.848186Z",
"2021-03-24T19:37:11.911631Z",
"2021-03-24T19:37:01.985974Z",
"2021-03-24T19:36:51.853707Z",
"2021-03-24T19:36:41.921605Z",
"2021-03-24T19:36:31.789950Z",
"2021-03-24T19:36:21.854706Z",
"2021-03-24T19:36:11.925745Z",
"2021-03-24T19:36:01.796167Z",
"2021-03-24T19:35:51.861222Z",
"2021-03-24T19:35:41.935670Z",
"2021-03-24T19:35:31.796732Z",
"2021-03-24T19:35:21.868102Z",
"2021-03-24T19:35:11.940997Z",
"2021-03-24T19:35:01.806856Z",
"2021-03-24T19:34:51.878386Z",
"2021-03-24T19:34:41.742584Z",
"2021-03-24T19:34:31.811015Z",
"2021-03-24T19:34:21.885144Z",
"2021-03-24T19:34:11.746773Z",
"2021-03-24T19:34:01.818588Z",
"2021-03-24T19:33:51.785555Z",
"2021-03-24T19:33:41.755688Z",
"2021-03-24T19:33:31.826825Z",
"2021-03-24T19:33:21.692031Z",
"2021-03-24T19:33:11.760256Z",
"2021-03-24T19:33:01.831839Z",
"2021-03-24T19:32:51.696289Z",
"2021-03-24T19:32:41.768711Z",
"2021-03-24T19:32:31.839485Z",
"2021-03-24T19:32:21.630274Z",
"2021-03-24T19:32:11.774788Z",
"2021-03-24T19:32:01.639026Z",
"2021-03-24T19:31:51.712604Z",
"2021-03-24T19:31:41.784581Z",
"2021-03-24T19:31:31.645766Z",
"2021-03-24T19:31:21.718504Z",
"2021-03-24T19:31:11.791471Z",
"2021-03-24T19:31:01.653692Z",
"2021-03-24T19:30:51.727146Z",
"2021-03-24T19:30:41.588972Z",
"2021-03-24T19:30:31.662797Z",
"2021-03-24T19:30:21.627512Z",
"2021-03-24T19:30:11.595557Z",
"2021-03-24T19:30:01.667086Z",
"2021-03-24T19:29:51.741236Z",
"2021-03-24T19:29:41.605578Z",
"2021-03-24T19:29:31.673824Z",
"2021-03-24T19:29:21.538388Z",
"2021-03-24T19:29:11.610778Z",
"2021-03-24T19:29:01.683973Z",
"2021-03-24T19:28:51.548135Z",
"2021-03-24T19:28:41.616324Z",
"2021-03-24T19:28:31.687936Z",
"2021-03-24T19:28:21.554955Z",
"2021-03-24T19:28:11.624254Z",
"2021-03-24T19:28:01.488348Z",
"2021-03-24T19:27:51.562157Z",
"2021-03-24T19:27:41.630501Z",
"2021-03-24T19:27:31.496242Z",
"2021-03-24T19:27:21.567248Z",
"2021-03-24T19:27:11.639010Z",
"2021-03-24T19:27:01.502405Z",
"2021-03-24T19:26:51.573140Z",
"2021-03-24T19:26:41.439143Z",
"2021-03-24T19:26:31.509953Z",
"2021-03-24T19:26:21.583247Z",
"2021-03-24T19:26:11.445698Z",
"2021-03-24T19:26:01.516280Z",
"2021-03-24T19:25:51.590032Z",
"2021-03-24T19:25:41.452208Z",
"2021-03-24T19:25:31.523107Z",
"2021-03-24T19:25:21.389596Z",
"2021-03-24T19:25:11.459488Z",
"2021-03-24T19:25:01.530015Z",
"2021-03-24T19:24:51.395349Z",
"2021-03-24T19:24:41.465424Z",
"2021-03-24T19:24:31.332429Z",
"2021-03-24T19:24:21.401108Z",
"2021-03-24T19:24:11.477350Z",
"2021-03-24T19:24:01.451079Z",
"2021-03-24T19:23:51.410930Z",
"2021-03-24T19:23:41.479278Z",
"2021-03-24T19:23:31.343769Z",
"2021-03-24T19:23:21.417989Z",
"2021-03-24T19:23:11.279692Z",
"2021-03-24T19:23:01.353371Z",
"2021-03-24T19:22:51.423163Z",
"2021-03-24T19:22:41.286017Z",
"2021-03-24T19:22:31.286062Z",
"2021-03-24T19:22:21.428965Z",
"2021-03-24T19:22:11.296140Z",
"2021-03-24T19:22:01.364597Z",
"2021-03-24T19:21:51.230391Z",
"2021-03-24T19:21:41.299786Z",
"2021-03-24T19:21:31.372013Z",
"2021-03-24T19:21:21.236056Z",
"2021-03-24T19:21:11.307644Z",
"2021-03-24T19:21:01.379940Z",
"2021-03-24T19:20:51.243320Z",
"2021-03-24T19:20:41.315953Z",
"2021-03-24T19:20:31.179843Z",
"2021-03-24T19:20:21.254067Z",
"2021-03-24T19:20:11.324623Z",
"2021-03-24T19:20:01.186417Z",
"2021-03-24T19:19:51.257124Z",
"2021-03-24T19:19:41.329416Z",
"2021-03-24T19:19:31.193581Z",
"2021-03-24T19:19:21.113929Z",
"2021-03-24T19:19:11.128536Z",
"2021-03-24T19:19:01.199802Z",
"2021-03-24T19:18:51.273334Z",
"2021-03-24T19:18:41.135738Z",
"2021-03-24T19:18:31.207921Z",
"2021-03-24T19:18:21.280959Z",
"2021-03-24T19:18:11.152132Z",
"2021-03-24T19:18:01.213442Z",
"2021-03-24T19:17:51.077971Z",
"2021-03-24T19:17:41.152427Z",
"2021-03-24T19:17:31.221699Z",
"2021-03-24T19:17:21.088515Z",
"2021-03-24T19:17:11.157508Z",
"2021-03-24T19:17:01.227660Z",
"2021-03-24T19:16:51.099994Z",
"2021-03-24T19:16:41.165790Z",
"2021-03-24T19:16:31.028864Z",
"2021-03-24T19:16:21.101897Z",
"2021-03-24T19:16:11.173826Z",
"2021-03-24T19:16:01.037634Z",
"2021-03-24T19:15:50.974738Z",
"2021-03-24T19:15:40.763251Z",
"2021-03-24T19:15:30.835673Z",
"2021-03-24T19:15:20.699904Z",
"2021-03-24T19:15:10.770408Z",
"2021-03-24T19:15:00.639960Z",
"2021-03-24T19:14:50.706093Z",
"2021-03-24T19:14:40.777324Z",
"2021-03-24T19:14:30.642412Z",
"2021-03-24T19:14:20.713608Z",
"2021-03-24T19:14:10.784429Z",
"2021-03-24T19:14:00.648873Z",
"2021-03-24T19:13:50.720140Z",
"2021-03-24T19:13:40.793135Z",
"2021-03-24T19:13:30.658413Z",
"2021-03-24T19:13:20.625170Z",
"2021-03-24T19:13:10.591759Z",
"2021-03-24T19:13:00.766383Z",
"2021-03-24T19:12:50.734064Z",
"2021-03-24T19:12:40.600278Z",
"2021-03-24T19:12:30.669785Z",
"2021-03-24T19:12:20.533770Z",
"2021-03-24T19:12:10.608627Z",
"2021-03-24T19:12:00.676999Z",
"2021-03-24T19:11:50.544496Z",
"2021-03-24T19:11:40.612578Z",
"2021-03-24T19:11:30.684748Z",
"2021-03-24T19:11:20.549695Z",
"2021-03-24T19:11:10.619713Z",
"2021-03-24T19:11:00.690960Z",
"2021-03-24T19:10:50.556682Z",
"2021-03-24T19:10:40.626451Z",
"2021-03-24T19:10:30.493681Z",
"2021-03-24T19:10:20.565004Z",
"2021-03-24T19:10:10.632896Z",
"2021-03-24T19:10:00.498002Z",
"2021-03-24T19:09:50.571055Z",
"2021-03-24T19:09:40.433618Z",
"2021-03-24T19:09:30.507905Z",
"2021-03-24T19:09:20.474651Z",
"2021-03-24T19:09:10.443585Z",
"2021-03-24T19:09:00.514043Z",
"2021-03-24T19:08:50.586921Z",
"2021-03-24T19:08:40.450415Z",
"2021-03-24T19:08:30.521943Z",
"2021-03-24T19:08:20.370830Z",
"2021-03-24T19:08:10.457078Z",
"2021-03-24T19:08:00.525797Z",
"2021-03-24T19:07:50.390218Z",
"2021-03-24T19:07:40.464382Z",
"2021-03-24T19:07:30.532472Z",
"2021-03-24T19:07:20.399955Z",
"2021-03-24T19:07:10.468007Z",
"2021-03-24T19:07:00.335760Z",
"2021-03-24T19:06:50.406847Z",
"2021-03-24T19:06:40.475173Z",
"2021-03-24T19:06:30.339748Z",
"2021-03-24T19:06:20.414091Z",
"2021-03-24T19:06:10.482395Z",
"2021-03-24T19:06:00.348449Z",
"2021-03-24T19:05:50.418247Z",
"2021-03-24T19:05:40.288107Z",
"2021-03-24T19:05:30.353995Z",
"2021-03-24T19:05:20.426839Z",
"2021-03-24T19:05:10.301290Z",
"2021-03-24T19:05:00.362753Z",
"2021-03-24T19:04:50.435080Z",
"2021-03-24T19:04:40.299368Z",
"2021-03-24T19:04:30.370931Z",
"2021-03-24T19:04:20.234631Z",
"2021-03-24T19:04:10.306253Z",
"2021-03-24T19:04:00.374613Z",
"2021-03-24T19:03:50.358122Z",
"2021-03-24T19:03:40.313207Z",
"2021-03-24T19:03:30.381611Z",
"2021-03-24T19:03:20.246411Z",
"2021-03-24T19:03:10.325270Z",
"2021-03-24T19:03:00.181993Z",
"2021-03-24T19:02:50.253466Z",
"2021-03-24T19:02:40.325007Z",
"2021-03-24T19:02:30.189184Z",
"2021-03-24T19:02:20.261463Z",
"2021-03-24T19:02:10.333110Z",
"2021-03-24T19:02:00.195658Z",
"2021-03-24T19:01:50.266937Z",
"2021-03-24T19:01:40.131538Z",
"2021-03-24T19:01:30.204116Z",
"2021-03-24T19:01:20.276949Z",
"2021-03-24T19:01:10.139861Z",
"2021-03-24T19:01:00.212598Z",
"2021-03-24T19:00:50.283917Z",
"2021-03-24T19:00:40.148184Z",
"2021-03-24T19:00:30.219708Z",
"2021-03-24T19:00:20.084054Z",
"2021-03-24T19:00:10.152363Z",
"2021-03-24T19:00:00.226859Z",
"2021-03-24T18:59:50.090709Z",
"2021-03-24T18:59:40.162619Z",
"2021-03-24T18:59:30.230668Z",
"2021-03-24T18:59:20.095324Z",
"2021-03-24T18:59:10.166561Z",
"2021-03-24T18:59:00.031700Z",
"2021-03-24T18:58:50.109987Z",
"2021-03-24T18:58:40.176158Z",
"2021-03-24T18:58:30.037764Z",
"2021-03-24T18:58:20.109772Z",
"2021-03-24T18:58:09.976376Z",
"2021-03-24T18:58:00.045671Z",
"2021-03-24T18:57:50.117238Z",
"2021-03-24T18:57:39.983456Z",
"2021-03-24T18:57:30.051613Z",
"2021-03-24T18:57:20.126145Z",
"2021-03-24T18:57:09.987527Z",
"2021-03-24T18:56:59.915901Z",
"2021-03-24T18:56:49.922703Z",
"2021-03-24T18:56:39.995559Z",
"2021-03-24T18:56:30.065871Z",
"2021-03-24T18:56:19.930386Z",
"2021-03-24T18:56:10.000980Z",
"2021-03-24T18:56:00.075446Z",
"2021-03-24T18:55:49.938102Z",
"2021-03-24T18:55:40.009537Z",
"2021-03-24T18:55:29.872493Z",
"2021-03-24T18:55:19.946902Z",
"2021-03-24T18:55:10.018450Z",
"2021-03-24T18:54:59.879407Z",
"2021-03-24T18:54:49.958619Z",
"2021-03-24T18:54:40.025205Z",
"2021-03-24T18:54:29.887901Z",
"2021-03-24T18:54:19.959680Z",
"2021-03-24T18:54:09.825213Z",
"2021-03-24T18:53:59.893822Z",
"2021-03-24T18:53:49.967524Z",
"2021-03-24T18:53:39.832147Z",
"2021-03-24T18:53:29.903753Z",
"2021-03-24T18:53:19.973397Z",
"2021-03-24T18:53:09.838571Z",
"2021-03-24T18:52:59.910455Z",
"2021-03-24T18:52:49.773920Z",
"2021-03-24T18:52:39.843744Z",
"2021-03-24T18:52:29.914955Z",
"2021-03-24T18:52:19.781188Z",
"2021-03-24T18:52:09.852508Z",
"2021-03-24T18:51:59.924569Z",
"2021-03-24T18:51:49.787237Z",
"2021-03-24T18:51:39.857393Z",
"2021-03-24T18:51:29.724154Z",
"2021-03-24T18:51:19.795941Z",
"2021-03-24T18:51:09.864044Z",
"2021-03-24T18:50:59.731653Z",
"2021-03-24T18:50:49.800178Z",
"2021-03-24T18:50:39.871410Z",
"2021-03-24T18:50:29.738843Z",
"2021-03-24T18:50:19.806894Z",
"2021-03-24T18:50:09.672902Z",
"2021-03-24T18:49:59.743920Z",
"2021-03-24T18:49:49.813862Z",
"2021-03-24T18:49:39.678053Z",
"2021-03-24T18:49:29.751187Z",
"2021-03-24T18:49:19.828235Z",
"2021-03-24T18:49:09.687534Z",
"2021-03-24T18:48:59.759430Z",
"2021-03-24T18:48:49.621982Z",
"2021-03-24T18:48:39.819768Z",
"2021-03-24T18:48:29.763593Z",
"2021-03-24T18:48:19.629954Z",
"2021-03-24T18:48:09.702096Z",
"2021-03-24T18:47:59.565538Z",
"2021-03-24T18:47:49.635914Z",
"2021-03-24T18:47:39.706102Z",
"2021-03-24T18:47:29.573483Z",
"2021-03-24T18:47:19.642720Z",
"2021-03-24T18:47:09.716052Z",
"2021-03-24T18:46:59.579760Z",
"2021-03-24T18:46:49.648682Z",
"2021-03-24T18:46:39.515057Z",
"2021-03-24T18:46:29.586129Z",
"2021-03-24T18:46:19.657821Z",
"2021-03-24T18:46:09.522756Z",
"2021-03-24T18:45:59.591568Z",
"2021-03-24T18:45:49.663561Z",
"2021-03-24T18:45:39.530357Z",
"2021-03-24T18:45:29.601523Z",
"2021-03-24T18:45:19.462956Z",
"2021-03-24T18:45:09.537367Z",
"2021-03-24T18:44:59.607225Z",
"2021-03-24T18:44:49.472886Z",
"2021-03-24T18:44:39.420574Z",
"2021-03-24T18:44:29.615075Z",
"2021-03-24T18:44:19.479152Z",
"2021-03-24T18:44:09.550554Z",
"2021-03-24T18:43:59.415476Z",
"2021-03-24T18:43:49.485895Z",
"2021-03-24T18:43:39.379519Z",
"2021-03-24T18:43:29.420070Z",
"2021-03-24T18:43:19.490904Z",
"2021-03-24T18:43:09.565071Z",
"2021-03-24T18:42:59.426583Z",
"2021-03-24T18:42:49.501052Z",
"2021-03-24T18:42:39.365372Z",
"2021-03-24T18:42:29.435185Z",
"2021-03-24T18:42:19.505541Z",
"2021-03-24T18:42:09.369165Z",
"2021-03-24T18:41:59.440535Z",
"2021-03-24T18:41:49.514883Z",
"2021-03-24T18:41:39.376928Z",
"2021-03-24T18:41:29.448230Z",
"2021-03-24T18:41:19.312221Z",
"2021-03-24T18:41:09.383188Z",
"2021-03-24T18:40:59.457586Z",
"2021-03-24T18:40:49.318872Z",
"2021-03-24T18:40:39.389899Z",
"2021-03-24T18:40:29.464517Z",
"2021-03-24T18:40:19.327693Z",
"2021-03-24T18:40:09.400136Z",
"2021-03-24T18:39:59.262912Z",
"2021-03-24T18:39:49.228034Z",
"2021-03-24T18:39:39.406432Z",
"2021-03-24T18:39:29.271537Z",
"2021-03-24T18:39:19.341739Z",
"2021-03-24T18:39:09.410782Z",
"2021-03-24T18:38:59.277868Z",
"2021-03-24T18:38:49.348499Z",
"2021-03-24T18:38:39.211093Z",
"2021-03-24T18:38:29.285510Z",
"2021-03-24T18:38:19.354569Z",
"2021-03-24T18:38:09.218229Z",
"2021-03-24T18:37:59.289344Z",
"2021-03-24T18:37:49.363490Z",
"2021-03-24T18:37:39.225012Z",
"2021-03-24T18:37:29.298904Z",
"2021-03-24T18:37:19.161722Z",
"2021-03-24T18:37:09.232354Z",
"2021-03-24T18:36:59.306021Z",
"2021-03-24T18:36:49.167950Z",
"2021-03-24T18:36:39.239142Z",
"2021-03-24T18:36:29.103557Z",
"2021-03-24T18:36:19.175646Z",
"2021-03-24T18:36:09.248979Z",
"2021-03-24T18:35:59.118844Z",
"2021-03-24T18:35:49.183641Z",
"2021-03-24T18:35:39.255965Z",
"2021-03-24T18:35:29.120403Z",
"2021-03-24T18:35:19.188974Z",
"2021-03-24T18:35:09.056129Z",
"2021-03-24T18:34:59.125989Z",
"2021-03-24T18:34:49.197731Z",
"2021-03-24T18:34:39.062395Z",
"2021-03-24T18:34:29.134360Z",
"2021-03-24T18:34:19.204534Z",
"2021-03-24T18:34:09.069908Z",
"2021-03-24T18:33:59.141478Z",
"2021-03-24T18:33:49.003799Z",
"2021-03-24T18:33:39.076791Z",
"2021-03-24T18:33:29.177895Z",
"2021-03-24T18:33:19.009253Z",
"2021-03-24T18:33:09.084128Z",
"2021-03-24T18:32:58.953245Z",
"2021-03-24T18:32:49.023880Z",
"2021-03-24T18:32:39.091000Z",
"2021-03-24T18:32:28.953876Z",
"2021-03-24T18:32:19.025549Z",
"2021-03-24T18:32:09.098008Z",
"2021-03-24T18:31:58.959829Z",
"2021-03-24T18:31:49.033592Z",
"2021-03-24T18:31:39.105284Z",
"2021-03-24T18:31:28.967400Z",
"2021-03-24T18:31:19.040490Z",
"2021-03-24T18:31:08.903837Z",
"2021-03-24T18:30:58.976366Z",
"2021-03-24T18:30:49.050578Z",
"2021-03-24T18:30:38.911793Z",
"2021-03-24T18:30:28.983463Z",
"2021-03-24T18:30:19.051655Z",
"2021-03-24T18:30:08.918100Z",
"2021-03-24T18:29:58.990425Z",
"2021-03-24T18:29:48.852832Z",
"2021-03-24T18:29:38.923218Z",
"2021-03-24T18:29:28.994405Z",
"2021-03-24T18:29:18.859529Z",
"2021-03-24T18:29:08.930922Z",
"2021-03-24T18:28:59.006595Z",
"2021-03-24T18:28:48.867579Z",
"2021-03-24T18:28:38.938225Z",
"2021-03-24T18:28:28.802644Z",
"2021-03-24T18:28:18.874473Z",
"2021-03-24T18:28:08.946289Z",
"2021-03-24T18:27:58.809059Z",
"2021-03-24T18:27:48.879629Z",
"2021-03-24T18:27:38.951581Z",
"2021-03-24T18:27:28.815071Z",
"2021-03-24T18:27:18.886544Z",
"2021-03-24T18:27:08.751779Z",
"2021-03-24T18:26:58.764582Z",
"2021-03-24T18:26:48.900622Z",
"2021-03-24T18:26:38.758037Z",
"2021-03-24T18:26:28.829245Z",
"2021-03-24T18:26:18.693667Z",
"2021-03-24T18:26:08.767946Z",
"2021-03-24T18:25:58.839293Z",
"2021-03-24T18:25:48.701504Z",
"2021-03-24T18:25:38.771771Z",
"2021-03-24T18:25:28.851431Z",
"2021-03-24T18:25:18.708078Z",
"2021-03-24T18:25:08.781895Z",
"2021-03-24T18:24:58.645959Z",
"2021-03-24T18:24:48.714613Z",
"2021-03-24T18:24:38.794043Z",
"2021-03-24T18:24:28.649865Z",
"2021-03-24T18:24:18.722085Z",
"2021-03-24T18:24:08.800977Z",
"2021-03-24T18:23:58.665230Z",
"2021-03-24T18:23:48.735705Z",
"2021-03-24T18:23:38.595149Z",
"2021-03-24T18:23:28.665337Z",
"2021-03-24T18:23:18.740294Z",
"2021-03-24T18:23:08.599937Z",
"2021-03-24T18:22:58.676432Z",
"2021-03-24T18:22:48.748028Z",
"2021-03-24T18:22:38.607999Z",
"2021-03-24T18:22:28.683129Z",
"2021-03-24T18:22:18.542567Z",
"2021-03-24T18:22:08.621019Z",
"2021-03-24T18:21:58.691852Z",
"2021-03-24T18:21:48.551939Z",
"2021-03-24T18:21:38.496463Z",
"2021-03-24T18:21:28.706672Z",
"2021-03-24T18:21:18.562320Z",
"2021-03-24T18:21:08.633033Z",
"2021-03-24T18:20:58.495436Z",
"2021-03-24T18:20:48.568791Z",
"2021-03-24T18:20:38.634888Z",
"2021-03-24T18:20:28.505642Z",
"2021-03-24T18:20:18.576982Z",
"2021-03-24T18:20:08.649798Z",
"2021-03-24T18:19:58.510830Z",
"2021-03-24T18:19:48.582783Z",
"2021-03-24T18:19:38.447654Z",
"2021-03-24T18:19:28.519799Z",
"2021-03-24T18:19:18.591067Z",
"2021-03-24T18:19:08.454084Z",
"2021-03-24T18:18:58.525248Z",
"2021-03-24T18:18:48.591456Z",
"2021-03-24T18:18:38.462660Z",
"2021-03-24T18:18:28.533641Z",
"2021-03-24T18:18:18.398142Z",
"2021-03-24T18:18:08.470733Z",
"2021-03-24T18:17:58.536952Z",
"2021-03-24T18:17:48.406516Z",
"2021-03-24T18:17:38.478099Z",
"2021-03-24T18:17:28.341929Z",
"2021-03-24T18:17:18.410766Z",
"2021-03-24T18:17:08.478658Z",
"2021-03-24T18:16:58.347067Z",
"2021-03-24T18:16:48.419094Z",
"2021-03-24T18:16:38.484036Z",
"2021-03-24T18:16:28.353738Z",
"2021-03-24T18:16:18.419960Z",
"2021-03-24T18:16:08.290139Z",
"2021-03-24T18:15:58.360394Z",
"2021-03-24T18:15:48.429203Z",
"2021-03-24T18:15:38.296186Z",
"2021-03-24T18:15:28.364976Z",
"2021-03-24T18:15:18.435685Z",
"2021-03-24T18:15:08.304130Z",
"2021-03-24T18:14:58.371994Z",
"2021-03-24T18:14:48.240497Z",
"2021-03-24T18:14:38.304941Z",
"2021-03-24T18:14:28.375909Z",
"2021-03-24T18:14:18.245476Z",
"2021-03-24T18:14:08.313541Z",
"2021-03-24T18:13:58.386085Z",
"2021-03-24T18:13:48.248921Z",
"2021-03-24T18:13:38.320360Z",
"2021-03-24T18:13:28.189898Z",
"2021-03-24T18:13:18.256288Z",
"2021-03-24T18:13:08.327730Z",
"2021-03-24T18:12:58.196432Z",
"2021-03-24T18:12:48.261654Z",
"2021-03-24T18:12:38.335893Z",
"2021-03-24T18:12:28.200127Z",
"2021-03-24T18:12:18.268373Z",
"2021-03-24T18:12:08.140608Z",
"2021-03-24T18:11:58.203824Z",
"2021-03-24T18:11:48.278778Z",
"2021-03-24T18:11:38.140956Z",
"2021-03-24T18:11:28.211355Z",
"2021-03-24T18:11:18.283637Z",
"2021-03-24T18:11:08.149600Z",
"2021-03-24T18:10:58.220888Z",
"2021-03-24T18:10:48.083896Z",
"2021-03-24T18:10:38.154836Z",
"2021-03-24T18:10:28.226261Z",
"2021-03-24T18:10:18.089671Z",
"2021-03-24T18:10:08.163609Z",
"2021-03-24T18:09:58.233896Z",
"2021-03-24T18:09:48.099059Z",
"2021-03-24T18:09:38.171046Z",
"2021-03-24T18:09:28.032739Z",
"2021-03-24T18:09:18.103041Z",
"2021-03-24T18:09:08.178170Z",
"2021-03-24T18:08:58.039127Z",
"2021-03-24T18:08:48.113516Z",
"2021-03-24T18:08:38.184502Z",
"2021-03-24T18:08:27.978053Z",
"2021-03-24T18:08:18.233694Z",
"2021-03-24T18:08:07.981524Z",
"2021-03-24T18:07:58.052570Z",
"2021-03-24T18:07:48.125352Z",
"2021-03-24T18:07:37.991796Z",
"2021-03-24T18:07:28.059852Z",
"2021-03-24T18:07:18.133186Z",
"2021-03-24T18:07:07.998653Z",
"2021-03-24T18:06:58.067859Z",
"2021-03-24T18:06:47.934511Z",
"2021-03-24T18:06:38.005628Z",
"2021-03-24T18:06:28.073850Z",
"2021-03-24T18:06:17.940606Z",
"2021-03-24T18:06:08.012545Z",
"2021-03-24T18:05:58.082273Z",
"2021-03-24T18:05:47.948452Z",
"2021-03-24T18:05:38.016962Z",
"2021-03-24T18:05:27.883991Z",
"2021-03-24T18:05:17.952355Z",
"2021-03-24T18:05:08.023252Z",
"2021-03-24T18:04:57.890923Z",
"2021-03-24T18:04:47.959264Z",
"2021-03-24T18:04:38.032458Z",
"2021-03-24T18:04:27.895338Z",
"2021-03-24T18:04:17.968823Z",
"2021-03-24T18:04:07.832836Z",
"2021-03-24T18:03:57.904185Z",
"2021-03-24T18:03:47.976498Z",
"2021-03-24T18:03:37.838272Z",
"2021-03-24T18:03:27.908766Z",
"2021-03-24T18:03:17.980284Z",
"2021-03-24T18:03:07.845411Z",
"2021-03-24T18:02:57.812054Z",
"2021-03-24T18:02:47.783411Z",
"2021-03-24T18:02:37.854476Z",
"2021-03-24T18:02:27.925565Z",
"2021-03-24T18:02:17.788382Z",
"2021-03-24T18:02:07.858649Z",
"2021-03-24T18:01:57.931218Z",
"2021-03-24T18:01:47.794199Z",
"2021-03-24T18:01:37.865482Z",
"2021-03-24T18:01:27.730491Z",
"2021-03-24T18:01:17.803905Z",
"2021-03-24T18:01:07.872590Z",
"2021-03-24T18:00:57.736811Z",
"2021-03-24T18:00:47.808123Z",
"2021-03-24T18:00:37.879728Z",
"2021-03-24T18:00:27.745550Z",
"2021-03-24T18:00:17.817143Z",
"2021-03-24T18:00:07.682649Z",
"2021-03-24T17:59:57.753799Z",
"2021-03-24T17:59:47.825038Z",
"2021-03-24T17:59:37.686449Z",
"2021-03-24T17:59:27.760178Z",
"2021-03-24T17:59:17.623644Z",
"2021-03-24T17:59:07.696380Z",
"2021-03-24T17:58:57.767655Z",
"2021-03-24T17:58:47.632138Z",
"2021-03-24T17:58:37.703176Z",
"2021-03-24T17:58:27.772891Z",
"2021-03-24T17:58:17.639122Z",
"2021-03-24T17:58:07.708777Z",
"2021-03-24T17:57:57.577692Z",
"2021-03-24T17:57:47.645017Z",
"2021-03-24T17:57:37.715469Z",
"2021-03-24T17:57:27.578723Z",
"2021-03-24T17:57:17.653077Z",
"2021-03-24T17:57:07.723094Z",
"2021-03-24T17:56:57.585778Z",
"2021-03-24T17:56:47.658736Z",
"2021-03-24T17:56:37.522552Z",
"2021-03-24T17:56:27.592785Z",
"2021-03-24T17:56:17.667052Z",
"2021-03-24T17:56:07.528732Z",
"2021-03-24T17:55:57.602925Z",
"2021-03-24T17:55:47.673859Z",
"2021-03-24T17:55:37.535429Z",
"2021-03-24T17:55:27.607721Z",
"2021-03-24T17:55:17.473385Z",
"2021-03-24T17:55:07.542401Z",
"2021-03-24T17:54:57.616629Z",
"2021-03-24T17:54:47.479873Z",
"2021-03-24T17:54:37.551620Z",
"2021-03-24T17:54:27.622121Z",
"2021-03-24T17:54:17.487623Z",
"2021-03-24T17:54:07.556503Z",
"2021-03-24T17:53:57.423941Z",
"2021-03-24T17:53:47.491701Z",
"2021-03-24T17:53:37.563294Z",
"2021-03-24T17:53:27.429458Z",
"2021-03-24T17:53:17.501376Z",
"2021-03-24T17:53:07.570257Z",
"2021-03-24T17:52:57.435437Z",
"2021-03-24T17:52:47.508266Z",
"2021-03-24T17:52:37.370040Z",
"2021-03-24T17:52:27.442047Z",
"2021-03-24T17:52:17.515107Z",
"2021-03-24T17:52:07.377261Z",
"2021-03-24T17:51:57.450479Z",
"2021-03-24T17:51:47.520619Z",
"2021-03-24T17:51:37.387071Z",
"2021-03-24T17:51:27.458873Z",
"2021-03-24T17:51:17.320137Z",
"2021-03-24T17:51:07.391280Z",
"2021-03-24T17:50:57.462786Z",
"2021-03-24T17:50:47.326840Z",
"2021-03-24T17:50:37.296571Z",
"2021-03-24T17:50:27.262532Z",
"2021-03-24T17:50:17.339061Z",
"2021-03-24T17:50:07.405194Z",
"2021-03-24T17:49:57.272748Z",
"2021-03-24T17:49:47.343876Z",
"2021-03-24T17:49:37.415078Z",
"2021-03-24T17:49:27.276152Z",
"2021-03-24T17:49:17.348011Z",
"2021-03-24T17:49:07.212226Z",
"2021-03-24T17:48:57.283990Z",
"2021-03-24T17:48:47.357862Z",
"2021-03-24T17:48:37.222216Z",
"2021-03-24T17:48:27.290528Z",
"2021-03-24T17:48:17.362661Z",
"2021-03-24T17:48:07.226198Z",
"2021-03-24T17:47:57.298006Z",
"2021-03-24T17:47:47.164921Z",
"2021-03-24T17:47:37.233269Z",
"2021-03-24T17:47:27.307513Z",
"2021-03-24T17:47:17.168784Z",
"2021-03-24T17:47:07.240664Z",
"2021-03-24T17:46:57.311746Z",
"2021-03-24T17:46:47.176539Z",
"2021-03-24T17:46:37.250112Z",
"2021-03-24T17:46:27.111723Z",
"2021-03-24T17:46:17.183025Z",
"2021-03-24T17:46:07.257541Z",
"2021-03-24T17:45:57.121785Z",
"2021-03-24T17:45:47.192980Z",
"2021-03-24T17:45:37.261058Z",
"2021-03-24T17:45:27.125553Z",
"2021-03-24T17:45:17.200174Z",
"2021-03-24T17:45:07.064272Z",
"2021-03-24T17:44:57.132581Z",
"2021-03-24T17:44:47.206772Z",
"2021-03-24T17:44:37.071806Z",
"2021-03-24T17:44:27.141098Z",
"2021-03-24T17:44:17.210948Z",
"2021-03-24T17:44:07.076370Z",
"2021-03-24T17:43:57.148015Z",
"2021-03-24T17:43:47.011429Z",
"2021-03-24T17:43:37.083152Z",
"2021-03-24T17:43:27.156359Z",
"2021-03-24T17:43:17.019093Z",
"2021-03-24T17:43:07.202511Z",
"2021-03-24T17:42:57.056572Z",
"2021-03-24T17:42:47.025869Z",
"2021-03-24T17:42:37.096687Z",
"2021-03-24T17:42:26.962159Z",
"2021-03-24T17:42:17.033040Z",
"2021-03-24T17:42:07.106224Z",
"2021-03-24T17:41:56.970637Z",
"2021-03-24T17:41:47.040130Z",
"2021-03-24T17:41:37.110016Z",
"2021-03-24T17:41:26.977646Z",
"2021-03-24T17:41:17.048053Z",
"2021-03-24T17:41:06.910290Z",
"2021-03-24T17:40:56.984359Z",
"2021-03-24T17:40:47.055680Z",
"2021-03-24T17:40:36.920212Z",
"2021-03-24T17:40:26.991457Z",
"2021-03-24T17:40:16.854184Z",
"2021-03-24T17:40:06.927291Z",
"2021-03-24T17:39:56.998842Z",
"2021-03-24T17:39:46.860039Z",
"2021-03-24T17:39:36.930784Z",
"2021-03-24T17:39:26.811019Z",
"2021-03-24T17:39:16.867498Z",
"2021-03-24T17:39:06.941231Z",
"2021-03-24T17:38:56.804092Z",
"2021-03-24T17:38:46.876893Z",
"2021-03-24T17:38:36.947827Z",
"2021-03-24T17:38:26.809203Z",
"2021-03-24T17:38:16.880730Z",
"2021-03-24T17:38:06.760022Z",
"2021-03-24T17:37:56.816258Z",
"2021-03-24T17:37:46.890603Z",
"2021-03-24T17:37:36.754799Z",
"2021-03-24T17:37:26.826631Z",
"2021-03-24T17:37:16.894851Z",
"2021-03-24T17:37:06.760879Z",
"2021-03-24T17:36:56.832049Z",
"2021-03-24T17:36:46.903154Z",
"2021-03-24T17:36:36.769061Z",
"2021-03-24T17:36:26.839437Z",
"2021-03-24T17:36:16.703832Z",
"2021-03-24T17:36:06.773950Z",
"2021-03-24T17:35:56.847545Z",
"2021-03-24T17:35:46.709496Z",
"2021-03-24T17:35:36.779846Z",
"2021-03-24T17:35:26.853934Z",
"2021-03-24T17:35:16.716191Z",
"2021-03-24T17:35:06.788658Z",
"2021-03-24T17:34:56.651190Z",
"2021-03-24T17:34:46.722978Z",
"2021-03-24T17:34:36.797109Z",
"2021-03-24T17:34:26.658612Z",
"2021-03-24T17:34:16.731420Z",
"2021-03-24T17:34:06.802862Z",
"2021-03-24T17:33:56.666426Z",
"2021-03-24T17:33:46.737286Z",
"2021-03-24T17:33:36.602253Z",
"2021-03-24T17:33:26.673737Z",
"2021-03-24T17:33:16.743720Z",
"2021-03-24T17:33:06.608171Z",
"2021-03-24T17:32:56.564968Z",
"2021-03-24T17:32:46.751474Z",
"2021-03-24T17:32:36.615394Z",
"2021-03-24T17:32:26.691286Z",
"2021-03-24T17:32:16.552011Z",
"2021-03-24T17:32:06.622080Z",
"2021-03-24T17:31:56.697062Z",
"2021-03-24T17:31:46.560787Z",
"2021-03-24T17:31:36.629111Z",
"2021-03-24T17:31:26.700214Z",
"2021-03-24T17:31:16.564464Z",
"2021-03-24T17:31:06.637878Z",
"2021-03-24T17:30:56.503286Z",
"2021-03-24T17:30:46.573822Z",
"2021-03-24T17:30:36.645367Z",
"2021-03-24T17:30:26.509001Z",
"2021-03-24T17:30:16.475230Z",
"2021-03-24T17:30:06.652561Z",
"2021-03-24T17:29:56.517381Z",
"2021-03-24T17:29:46.587087Z",
"2021-03-24T17:29:36.450209Z",
"2021-03-24T17:29:26.522728Z",
"2021-03-24T17:29:16.592461Z",
"2021-03-24T17:29:06.458394Z",
"2021-03-24T17:28:56.531152Z",
"2021-03-24T17:28:46.392723Z",
"2021-03-24T17:28:36.465493Z",
"2021-03-24T17:28:26.432187Z",
"2021-03-24T17:28:16.403023Z",
"2021-03-24T17:28:06.472129Z",
"2021-03-24T17:27:56.351052Z",
"2021-03-24T17:27:46.407050Z",
"2021-03-24T17:27:36.479503Z",
"2021-03-24T17:27:26.343018Z",
"2021-03-24T17:27:16.413654Z",
"2021-03-24T17:27:06.485671Z",
"2021-03-24T17:26:56.352701Z",
"2021-03-24T17:26:46.420730Z",
"2021-03-24T17:26:36.493020Z",
"2021-03-24T17:26:26.359256Z",
"2021-03-24T17:26:16.429481Z",
"2021-03-24T17:26:06.293608Z",
"2021-03-24T17:25:56.365895Z",
"2021-03-24T17:25:46.437027Z",
"2021-03-24T17:25:36.301723Z",
"2021-03-24T17:25:26.372148Z",
"2021-03-24T17:25:16.447097Z",
"2021-03-24T17:25:06.309153Z",
"2021-03-24T17:24:56.380326Z",
"2021-03-24T17:24:46.247146Z",
"2021-03-24T17:24:36.314408Z",
"2021-03-24T17:24:26.385737Z",
"2021-03-24T17:24:16.249983Z",
"2021-03-24T17:24:06.321338Z",
"2021-03-24T17:23:56.352022Z",
"2021-03-24T17:23:46.257988Z",
"2021-03-24T17:23:36.326891Z",
"2021-03-24T17:23:26.193050Z",
"2021-03-24T17:23:16.263874Z",
"2021-03-24T17:23:06.335162Z",
"2021-03-24T17:22:56.148878Z",
"2021-03-24T17:22:46.273242Z",
"2021-03-24T17:22:36.341083Z",
"2021-03-24T17:22:26.130179Z",
"2021-03-24T17:22:16.279347Z",
"2021-03-24T17:22:06.142617Z",
"2021-03-24T17:21:56.213935Z",
"2021-03-24T17:21:46.283788Z",
"2021-03-24T17:21:36.149615Z",
"2021-03-24T17:21:26.159467Z",
"2021-03-24T17:21:16.291424Z",
"2021-03-24T17:21:06.155941Z",
"2021-03-24T17:20:56.229578Z",
"2021-03-24T17:20:46.092288Z",
"2021-03-24T17:20:36.164050Z",
"2021-03-24T17:20:26.236501Z",
"2021-03-24T17:20:16.097849Z",
"2021-03-24T17:20:06.169293Z",
"2021-03-24T17:19:56.242511Z",
"2021-03-24T17:19:46.107691Z",
"2021-03-24T17:19:36.178389Z",
"2021-03-24T17:19:26.043685Z",
"2021-03-24T17:19:16.113393Z",
"2021-03-24T17:19:06.186145Z",
"2021-03-24T17:18:55.987206Z",
"2021-03-24T17:18:46.121643Z",
"2021-03-24T17:18:35.988197Z",
"2021-03-24T17:18:26.054695Z",
"2021-03-24T17:18:16.125998Z",
"2021-03-24T17:18:05.954801Z",
"2021-03-24T17:17:56.061229Z",
"2021-03-24T17:17:46.136387Z",
"2021-03-24T17:17:35.998116Z",
"2021-03-24T17:17:26.068376Z",
"2021-03-24T17:17:15.935422Z",
"2021-03-24T17:17:06.010438Z",
"2021-03-24T17:16:56.078119Z",
"2021-03-24T17:16:45.942986Z",
"2021-03-24T17:16:36.014091Z",
"2021-03-24T17:16:26.084433Z",
"2021-03-24T17:16:15.946815Z",
"2021-03-24T17:16:06.019748Z",
"2021-03-24T17:15:55.885179Z",
"2021-03-24T17:15:45.956391Z",
"2021-03-24T17:15:35.850917Z"
],
"y": [
2021-03-24 23:32:19 +01:00
-45,
-46,
-45,
-45,
-45,
-44,
-45,
-46,
-46,
-46,
-46,
-46,
-46,
-48,
-46,
-47,
-47,
-47,
-49,
-46,
-45,
-45,
-44,
-45,
-45,
-45,
-46,
-45,
-44,
-44,
-44,
-47,
-44,
-44,
-45,
-44,
-45,
-45,
-45,
-45,
-47,
-46,
-45,
-45,
-45,
-45,
-44,
-46,
-46,
-46,
-46,
-45,
-44,
-45,
-45,
-45,
-46,
-46,
-48,
-46,
-46,
-46,
-46,
-46,
-46,
-45,
-45,
-45,
-45,
-45,
-45,
-46,
-44,
-46,
-45,
-45,
-45,
-45,
-45,
-44,
-45,
-45,
-45,
-45,
-45,
-45,
-46,
-45,
-45,
-46,
-46,
-45,
-45,
-46,
-45,
-45,
-44,
-45,
-45,
-49,
-48,
-48,
-49,
-48,
-48,
-50,
-50,
-50,
-50,
-48,
-48,
-49,
-50,
-50,
-50,
-50,
-48,
-47,
-48,
-46,
-47,
-45,
-46,
-48,
-48,
-47,
-47,
-47,
-48,
-47,
-48,
-48,
-47,
-47,
-46,
-46,
-45,
-48,
-48,
-48,
-47,
-47,
-48,
-48,
-46,
-47,
-49,
-48,
-51,
-48,
-49,
-48,
-47,
-47,
-49,
-47,
-47,
-47,
-46,
-48,
-48,
-49,
-50,
-51,
-51,
-51,
-53,
-50,
-52,
-50,
-50,
-50,
-49,
-49,
-50,
-48,
-49,
-49,
-49,
-48,
-49,
-49,
-50,
-49,
-50,
-49,
-50,
-49,
-50,
-50,
-49,
-49,
-50,
-51,
-51,
-49,
-50,
-50,
-50,
-51,
-50,
-51,
-49,
-51,
-50,
-49,
-50,
-49,
-50,
-49,
-52,
-50,
-49,
-49,
-50,
-51,
-56,
-50,
-50,
-50,
-50,
-50,
-50,
-49,
-50,
-50,
-49,
-49,
-51,
-51,
-50,
-50,
-51,
-50,
-51,
-49,
-51,
-50,
-50,
-50,
-51,
-50,
-51,
-49,
-49,
-49,
-49,
-50,
-51,
-49,
-54,
-56,
-54,
-52,
-52,
-51,
-52,
-50,
-49,
-50,
-54,
-54,
-51,
-50,
-50,
-51,
-50,
-50,
-53,
-50,
-51,
-50,
-51,
-53,
-52,
-51,
-49,
-51,
-50,
-53,
-52,
-52,
-55,
-50,
-52,
-52,
-52,
-52,
-52,
-52,
-52,
-53,
-52,
-54,
-56,
-58,
-57,
-58,
-56,
-57,
-56,
-55,
-55,
-57,
-56,
-55,
-54,
-54,
-63,
-64,
-62,
-63,
-63,
-57,
-62,
-60,
-56,
-60,
-57,
-58,
-55,
-57,
-57,
-62,
-60,
-67,
-63,
-62,
-65,
-64,
-66,
-65,
-67,
-68,
-69,
-64,
-56,
-62,
-67,
-67,
-63,
-66,
-63,
-64,
-64,
-64,
-64,
-56,
-64,
-65,
-63,
-63,
-64,
-62,
-62,
-63,
-64,
-61,
-63,
-61,
-61,
-63,
-59,
-62,
-61,
-61,
-60,
-62,
-64,
-62,
-57,
-53,
-51,
-60,
-53,
-57,
-62,
-62,
-66,
-62,
-61,
-61,
-64,
-63,
-53,
-63,
-67,
-61,
-62,
-60,
-65,
-63,
-63,
-60,
-61,
-64,
-70,
-62,
-60,
-68,
-63,
-63,
-62,
-49,
-51,
-52,
-53,
-50,
-50,
-52,
-50,
-51,
-51,
-55,
-54,
-55,
-54,
-55,
-54,
-54,
-54,
-53,
-52,
-54,
-53,
-55,
-54,
-55,
-52,
-48,
-47,
-46,
-49,
-43,
-44,
-43,
-45,
-43,
-43,
-42,
-59,
-54,
-54,
-51,
-51,
-54,
-53,
-52,
-52,
-51,
-51,
-52,
-52,
-54,
-54,
-55,
-50,
-50,
-51,
-51,
-52,
-51,
-51,
-51,
-50,
-51,
-51,
-51,
-51,
-51,
-51,
-52,
-52,
-50,
-50,
-50,
-50,
-50,
-50,
-50,
-51,
-51,
-52,
-52,
-52,
-52,
-50,
-52,
-52,
-52,
-52,
-52,
-51,
-51,
-50,
-50,
-54,
-52,
-49,
-51,
-52,
-51,
-53,
-50,
-50,
-50,
-52,
-51,
-51,
-53,
-52,
-52,
-52,
-52,
-52,
-52,
-50,
-52,
-53,
-53,
-54,
-53,
-51,
-51,
-51,
-54,
-50,
-54,
-56,
-56,
-56,
-55,
-53,
-51,
-49,
-49,
-49,
-47,
-47,
-49,
-49,
-49,
-49,
-49,
-49,
-49,
-49,
-48,
-49,
-49,
-49,
-49,
-49,
-50,
-48,
-49,
-49,
-49,
-49,
-50,
-50,
-48,
-48,
-48,
-48,
-48,
-48,
-49,
-48,
-48,
-48,
-47,
-47,
-47,
-47,
-45,
-57,
-12,
-14,
-14,
-15,
-14,
-14,
-14,
-14,
-16,
-15,
-15,
-20,
-20,
-20,
-19,
-19,
-21,
-21,
-19,
-19,
-20,
-20,
-20,
-20,
-19,
-19,
-20,
-18,
-18,
-18,
-18,
-18,
-18,
-20,
-20,
-19,
-19,
-18,
-19,
-19,
-20,
-19,
-19,
-19,
-20,
-19,
-19,
-19,
-19,
-19,
-19,
-20,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-20,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-18,
-18,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-19,
-20,
-20,
-18,
-18,
-18,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-21,
-21,
-21,
-20,
-20,
-21,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-21,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-19,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-20,
-19,
-20,
-20,
-21,
-21,
-21,
-21,
-21,
-21,
-20,
-21,
-20,
-21,
-21,
-21,
-22,
-21,
-25,
-21,
-21,
-25,
-25,
-19,
-22,
-26,
-22,
-22,
-22,
-22,
-22,
-22,
-22,
-22,
-22,
-26,
-22,
-22,
-22,
-22,
-22,
-22,
-21,
-21,
-21,
-25,
-22,
-21,
-21,
-22,
-27,
-22,
-27,
-22,
-27,
-21,
-22,
-27,
-22,
-27,
-22,
-27,
-22,
-22,
-27,
-22,
-22,
-22,
-27,
-27,
-22,
-22,
-22,
-27,
-22,
-25,
-22,
-27,
-21,
-21,
-22,
-22,
-22,
-21,
-21,
-22,
-26,
-21,
-22,
-22,
-22,
-22,
-22,
-22,
-22,
-22,
-21,
-22,
-20,
-22,
-19,
-22,
-21,
-21,
-20,
-26,
-21,
-21,
-21,
-20,
-21,
-20,
-21,
-19,
-20,
-19,
-19,
-20,
-18,
-19,
-19,
-18,
-20,
-19,
-19,
-19,
-20,
-20,
-20,
-18,
-19,
-19,
-19,
-20,
-19,
-19,
-19,
-20,
-20,
-20,
-20,
-19,
-19,
-20,
-19,
-29,
-29,
-28,
-26,
-30,
-26,
-29,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-33,
-32,
-32,
-32,
-33,
-33,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-33,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-33,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-32,
-33,
-34,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-31,
-25,
-25,
-25,
-25,
-25,
-25,
-26,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-25,
-26,
-23,
-24,
-24,
-25,
-23
]
},
{
"name": "Hall effect",
"type": "scatter",
"x": [
2021-03-24 23:32:19 +01:00
"2021-03-24T22:31:22.418037Z",
"2021-03-24T22:31:12.494937Z",
"2021-03-24T22:31:02.405575Z",
"2021-03-24T22:30:52.430795Z",
"2021-03-24T22:30:42.610625Z",
"2021-03-24T22:30:32.384602Z",
"2021-03-24T22:30:22.378873Z",
"2021-03-24T22:30:12.371245Z",
"2021-03-24T22:30:02.364397Z",
"2021-03-24T22:29:52.547510Z",
"2021-03-24T22:29:42.413016Z",
"2021-03-24T22:29:32.484015Z",
"2021-03-24T22:29:22.347971Z",
"2021-03-24T22:29:12.421336Z",
"2021-03-24T22:29:02.490340Z",
"2021-03-24T22:28:52.355438Z",
"2021-03-24T22:28:42.426792Z",
"2021-03-24T22:28:32.393582Z",
"2021-03-24T22:28:22.363033Z",
"2021-03-24T22:28:12.293077Z",
"2021-03-24T22:28:02.299386Z",
"2021-03-24T22:27:52.369461Z",
"2021-03-24T22:27:42.440079Z",
"2021-03-24T22:27:32.304989Z",
"2021-03-24T22:27:22.375171Z",
"2021-03-24T22:27:12.446684Z",
"2021-03-24T22:27:02.311561Z",
"2021-03-24T22:26:52.240969Z",
"2021-03-24T22:26:42.246826Z",
"2021-03-24T22:26:32.318815Z",
"2021-03-24T22:26:22.392245Z",
"2021-03-24T22:26:12.256293Z",
"2021-03-24T22:26:02.326936Z",
"2021-03-24T22:25:52.396603Z",
"2021-03-24T22:25:42.192281Z",
"2021-03-24T22:25:32.335007Z",
"2021-03-24T22:25:22.197462Z",
"2021-03-24T22:25:12.268713Z",
"2021-03-24T22:25:02.341358Z",
"2021-03-24T22:24:52.205674Z",
"2021-03-24T22:24:42.173097Z",
"2021-03-24T22:24:32.345616Z",
"2021-03-24T22:24:22.211331Z",
"2021-03-24T22:24:12.281248Z",
"2021-03-24T22:24:02.145457Z",
"2021-03-24T22:23:52.216804Z",
"2021-03-24T22:23:42.289399Z",
"2021-03-24T22:23:32.153689Z",
"2021-03-24T22:23:22.224049Z",
"2021-03-24T22:23:12.295542Z",
"2021-03-24T22:23:02.093675Z",
"2021-03-24T22:22:52.076576Z",
"2021-03-24T22:22:42.096134Z",
"2021-03-24T22:22:32.169395Z",
"2021-03-24T22:22:22.239712Z",
"2021-03-24T22:22:12.050004Z",
"2021-03-24T22:22:02.172895Z",
"2021-03-24T22:21:52.097933Z",
"2021-03-24T22:21:42.113826Z",
"2021-03-24T22:21:32.079728Z",
"2021-03-24T22:21:22.048206Z",
"2021-03-24T22:21:12.118046Z",
"2021-03-24T22:21:02.191131Z",
"2021-03-24T22:20:52.057100Z",
"2021-03-24T22:20:42.123062Z",
"2021-03-24T22:20:32.194841Z",
"2021-03-24T22:20:22.063811Z",
"2021-03-24T22:20:12.026572Z",
"2021-03-24T22:20:02.001029Z",
"2021-03-24T22:19:52.070542Z",
"2021-03-24T22:19:42.139925Z",
"2021-03-24T22:19:31.950043Z",
"2021-03-24T22:19:22.078235Z",
"2021-03-24T22:19:12.145075Z",
"2021-03-24T22:19:02.016238Z",
"2021-03-24T22:18:52.086137Z",
"2021-03-24T22:18:41.949381Z",
"2021-03-24T22:18:32.020444Z",
"2021-03-24T22:18:22.091778Z",
"2021-03-24T22:18:11.955233Z",
"2021-03-24T22:18:01.918526Z",
"2021-03-24T22:17:52.074193Z",
"2021-03-24T22:17:41.963263Z",
"2021-03-24T22:17:32.038570Z",
"2021-03-24T22:17:21.898798Z",
"2021-03-24T22:17:11.855877Z",
"2021-03-24T22:17:02.041705Z",
"2021-03-24T22:16:51.905252Z",
"2021-03-24T22:16:41.976149Z",
"2021-03-24T22:16:31.832040Z",
"2021-03-24T22:16:21.912103Z",
"2021-03-24T22:16:11.984944Z",
"2021-03-24T22:16:01.843413Z",
"2021-03-24T22:15:51.919410Z",
"2021-03-24T22:15:41.990654Z",
"2021-03-24T22:15:31.849906Z",
"2021-03-24T22:15:22.210356Z",
"2021-03-24T22:15:12.000571Z",
"2021-03-24T22:15:01.856534Z",
"2021-03-24T22:14:51.935597Z",
"2021-03-24T22:14:41.792893Z",
"2021-03-24T22:14:31.864589Z",
"2021-03-24T22:14:21.939955Z",
"2021-03-24T22:14:11.801795Z",
"2021-03-24T22:14:01.873012Z",
"2021-03-24T22:13:51.736639Z",
"2021-03-24T22:13:41.806424Z",
"2021-03-24T22:13:31.709546Z",
"2021-03-24T22:13:21.742425Z",
"2021-03-24T22:13:11.813794Z",
"2021-03-24T22:13:01.783411Z",
"2021-03-24T22:12:51.749359Z",
"2021-03-24T22:12:41.819679Z",
"2021-03-24T22:12:31.685536Z",
"2021-03-24T22:12:21.757855Z",
"2021-03-24T22:12:11.827064Z",
"2021-03-24T22:12:01.691954Z",
"2021-03-24T22:11:51.764709Z",
"2021-03-24T22:11:41.833725Z",
"2021-03-24T22:11:31.699601Z",
"2021-03-24T22:11:21.769666Z",
"2021-03-24T22:11:11.635211Z",
"2021-03-24T22:11:01.706646Z",
"2021-03-24T22:10:51.776580Z",
"2021-03-24T22:10:41.643419Z",
"2021-03-24T22:10:31.713781Z",
"2021-03-24T22:10:21.783777Z",
"2021-03-24T22:10:11.651386Z",
"2021-03-24T22:10:01.719692Z",
"2021-03-24T22:09:51.586115Z",
"2021-03-24T22:09:41.654789Z",
"2021-03-24T22:09:31.727225Z",
"2021-03-24T22:09:21.590331Z",
"2021-03-24T22:09:11.662021Z",
"2021-03-24T22:09:01.734834Z",
"2021-03-24T22:08:51.604026Z",
"2021-03-24T22:08:41.668514Z",
"2021-03-24T22:08:31.535395Z",
"2021-03-24T22:08:21.605391Z",
"2021-03-24T22:08:11.677428Z",
"2021-03-24T22:08:01.540156Z",
"2021-03-24T22:07:51.613129Z",
"2021-03-24T22:07:41.646878Z",
"2021-03-24T22:07:31.549503Z",
"2021-03-24T22:07:21.618891Z",
"2021-03-24T22:07:11.482618Z",
"2021-03-24T22:07:01.451862Z",
"2021-03-24T22:06:51.569630Z",
"2021-03-24T22:06:41.489370Z",
"2021-03-24T22:06:31.432872Z",
"2021-03-24T22:06:21.632114Z",
"2021-03-24T22:06:11.497482Z",
"2021-03-24T22:06:01.568113Z",
"2021-03-24T22:05:51.435082Z",
"2021-03-24T22:05:41.504823Z",
"2021-03-24T22:05:31.499143Z",
"2021-03-24T22:05:21.438979Z",
"2021-03-24T22:05:11.379470Z",
"2021-03-24T22:05:01.583345Z",
"2021-03-24T22:04:51.445819Z",
"2021-03-24T22:04:41.526401Z",
"2021-03-24T22:04:31.384813Z",
"2021-03-24T22:04:21.453641Z",
"2021-03-24T22:04:11.524187Z",
"2021-03-24T22:04:01.388590Z",
"2021-03-24T22:03:51.465642Z",
"2021-03-24T22:03:41.531002Z",
"2021-03-24T22:03:31.395547Z",
"2021-03-24T22:03:21.466943Z",
"2021-03-24T22:03:11.332582Z",
"2021-03-24T22:03:01.403586Z",
"2021-03-24T22:02:51.475734Z",
"2021-03-24T22:02:41.337953Z",
"2021-03-24T22:02:31.410662Z",
"2021-03-24T22:02:21.275077Z",
"2021-03-24T22:02:11.345053Z",
"2021-03-24T22:02:01.418499Z",
"2021-03-24T22:01:51.281266Z",
"2021-03-24T22:01:41.353566Z",
"2021-03-24T22:01:31.372209Z",
"2021-03-24T22:01:21.228058Z",
"2021-03-24T22:01:11.361611Z",
"2021-03-24T22:01:01.223654Z",
"2021-03-24T22:00:51.294388Z",
"2021-03-24T22:00:41.365470Z",
"2021-03-24T22:00:31.234848Z",
"2021-03-24T22:00:21.199938Z",
"2021-03-24T22:00:11.372787Z",
"2021-03-24T22:00:01.237211Z",
"2021-03-24T21:59:51.309426Z",
"2021-03-24T21:59:41.175906Z",
"2021-03-24T21:59:31.243972Z",
"2021-03-24T21:59:21.315631Z",
"2021-03-24T21:59:11.182555Z",
"2021-03-24T21:59:01.250717Z",
"2021-03-24T21:58:51.325623Z",
"2021-03-24T21:58:41.186825Z",
"2021-03-24T21:58:31.257966Z",
"2021-03-24T21:58:21.123158Z",
"2021-03-24T21:58:11.194655Z",
"2021-03-24T21:58:01.265636Z",
"2021-03-24T21:57:51.131909Z",
"2021-03-24T21:57:41.202948Z",
"2021-03-24T21:57:31.069527Z",
"2021-03-24T21:57:21.137408Z",
"2021-03-24T21:57:11.057937Z",
"2021-03-24T21:57:01.073105Z",
"2021-03-24T21:56:51.149384Z",
"2021-03-24T21:56:41.110990Z",
"2021-03-24T21:56:31.078874Z",
"2021-03-24T21:56:21.049001Z",
"2021-03-24T21:56:11.016376Z",
"2021-03-24T21:56:01.008754Z",
"2021-03-24T21:55:51.004397Z",
"2021-03-24T21:55:41.023423Z",
"2021-03-24T21:55:31.094539Z",
"2021-03-24T21:55:21.170615Z",
"2021-03-24T21:55:11.001682Z",
"2021-03-24T21:55:00.996699Z",
"2021-03-24T21:54:51.178579Z",
"2021-03-24T21:54:41.036025Z",
"2021-03-24T21:54:31.003557Z",
"2021-03-24T21:54:20.972063Z",
"2021-03-24T21:54:11.049800Z",
"2021-03-24T21:54:01.009861Z",
"2021-03-24T21:53:50.977967Z",
"2021-03-24T21:53:41.053922Z",
"2021-03-24T21:53:31.125516Z",
"2021-03-24T21:53:20.989645Z",
"2021-03-24T21:53:11.062766Z",
"2021-03-24T21:53:00.920710Z",
"2021-03-24T21:52:50.996784Z",
"2021-03-24T21:52:41.068194Z",
"2021-03-24T21:52:30.935519Z",
"2021-03-24T21:52:20.897359Z",
"2021-03-24T21:52:11.076794Z",
"2021-03-24T21:52:00.939550Z",
"2021-03-24T21:51:50.841904Z",
"2021-03-24T21:51:40.874824Z",
"2021-03-24T21:51:30.947223Z",
"2021-03-24T21:51:21.017246Z",
"2021-03-24T21:51:10.814514Z",
"2021-03-24T21:51:00.809991Z",
"2021-03-24T21:50:51.019340Z",
"2021-03-24T21:50:40.889041Z",
"2021-03-24T21:50:30.957339Z",
"2021-03-24T21:50:20.824865Z",
"2021-03-24T21:50:10.895995Z",
"2021-03-24T21:50:00.961700Z",
"2021-03-24T21:49:50.831446Z",
"2021-03-24T21:49:40.902581Z",
"2021-03-24T21:49:30.768106Z",
"2021-03-24T21:49:20.838322Z",
"2021-03-24T21:49:10.904752Z",
"2021-03-24T21:49:00.774378Z",
"2021-03-24T21:48:50.848049Z",
"2021-03-24T21:48:40.913509Z",
"2021-03-24T21:48:30.781125Z",
"2021-03-24T21:48:20.847288Z",
"2021-03-24T21:48:10.719628Z",
"2021-03-24T21:48:00.787610Z",
"2021-03-24T21:47:50.856996Z",
"2021-03-24T21:47:40.725424Z",
"2021-03-24T21:47:30.791631Z",
"2021-03-24T21:47:20.864096Z",
"2021-03-24T21:47:10.733087Z",
"2021-03-24T21:47:00.797079Z",
"2021-03-24T21:46:50.669067Z",
"2021-03-24T21:46:40.734842Z",
"2021-03-24T21:46:30.803472Z",
"2021-03-24T21:46:20.675869Z",
"2021-03-24T21:46:10.740819Z",
"2021-03-24T21:46:00.709262Z",
"2021-03-24T21:45:50.677444Z",
"2021-03-24T21:45:40.750966Z",
"2021-03-24T21:45:30.610627Z",
"2021-03-24T21:45:20.682057Z",
"2021-03-24T21:45:10.753426Z",
"2021-03-24T21:45:00.617953Z",
"2021-03-24T21:44:50.690977Z",
"2021-03-24T21:44:40.761285Z",
"2021-03-24T21:44:30.624759Z",
"2021-03-24T21:44:20.696192Z",
"2021-03-24T21:44:10.562996Z",
"2021-03-24T21:44:00.631916Z",
"2021-03-24T21:43:50.704263Z",
"2021-03-24T21:43:40.569535Z",
"2021-03-24T21:43:30.639108Z",
"2021-03-24T21:43:20.712689Z",
"2021-03-24T21:43:10.575752Z",
"2021-03-24T21:43:00.647262Z",
"2021-03-24T21:42:50.510206Z",
"2021-03-24T21:42:40.582368Z",
"2021-03-24T21:42:30.660344Z",
"2021-03-24T21:42:20.521568Z",
"2021-03-24T21:42:10.591330Z",
"2021-03-24T21:42:00.659584Z",
"2021-03-24T21:41:50.523859Z",
"2021-03-24T21:41:40.595396Z",
"2021-03-24T21:41:30.459976Z",
"2021-03-24T21:41:20.532635Z",
"2021-03-24T21:41:10.426760Z",
"2021-03-24T21:41:00.422386Z",
"2021-03-24T21:40:50.413926Z",
"2021-03-24T21:40:40.556248Z",
"2021-03-24T21:40:30.401973Z",
"2021-03-24T21:40:20.442376Z",
"2021-03-24T21:40:10.399458Z",
"2021-03-24T21:40:00.479863Z",
"2021-03-24T21:39:50.374931Z",
"2021-03-24T21:39:40.416123Z",
"2021-03-24T21:39:30.362465Z",
"2021-03-24T21:39:20.560059Z",
"2021-03-24T21:39:10.349324Z",
"2021-03-24T21:39:00.390471Z",
"2021-03-24T21:38:50.360581Z",
"2021-03-24T21:38:40.429999Z",
"2021-03-24T21:38:30.500564Z",
"2021-03-24T21:38:20.367456Z",
"2021-03-24T21:38:10.436599Z",
"2021-03-24T21:38:00.507711Z",
"2021-03-24T21:37:50.372611Z",
"2021-03-24T21:37:40.305024Z",
"2021-03-24T21:37:30.311522Z",
"2021-03-24T21:37:20.379113Z",
"2021-03-24T21:37:10.453567Z",
"2021-03-24T21:37:00.314869Z",
"2021-03-24T21:36:50.386162Z",
"2021-03-24T21:36:40.458257Z",
"2021-03-24T21:36:30.322230Z",
"2021-03-24T21:36:20.400904Z",
"2021-03-24T21:36:10.258110Z",
"2021-03-24T21:36:00.334135Z",
"2021-03-24T21:35:50.215792Z",
"2021-03-24T21:35:40.207269Z",
"2021-03-24T21:35:30.335710Z",
"2021-03-24T21:35:20.406882Z",
"2021-03-24T21:35:10.188575Z",
"2021-03-24T21:35:00.180244Z",
"2021-03-24T21:34:50.208129Z",
"2021-03-24T21:34:40.280553Z",
"2021-03-24T21:34:30.350042Z",
"2021-03-24T21:34:20.214767Z",
"2021-03-24T21:34:10.285863Z",
"2021-03-24T21:34:00.173218Z",
"2021-03-24T21:33:50.222970Z",
"2021-03-24T21:33:40.293725Z",
"2021-03-24T21:33:30.156678Z",
"2021-03-24T21:33:20.228041Z",
"2021-03-24T21:33:10.107500Z",
"2021-03-24T21:33:00.111948Z",
"2021-03-24T21:32:50.094276Z",
"2021-03-24T21:32:40.101346Z",
"2021-03-24T21:32:30.171222Z",
"2021-03-24T21:32:20.137741Z",
"2021-03-24T21:32:10.106641Z",
"2021-03-24T21:32:00.074073Z",
"2021-03-24T21:31:50.053038Z",
"2021-03-24T21:31:40.112910Z",
"2021-03-24T21:31:30.185228Z",
"2021-03-24T21:31:20.049619Z",
"2021-03-24T21:31:10.120952Z",
"2021-03-24T21:31:00.191694Z",
"2021-03-24T21:30:50.057730Z",
"2021-03-24T21:30:40.126710Z",
"2021-03-24T21:30:29.999254Z",
"2021-03-24T21:30:20.012061Z",
"2021-03-24T21:30:10.029907Z",
"2021-03-24T21:29:59.998048Z",
"2021-03-24T21:29:50.042401Z",
"2021-03-24T21:29:39.965491Z",
"2021-03-24T21:29:30.004583Z",
"2021-03-24T21:29:20.076244Z",
"2021-03-24T21:29:10.148648Z",
"2021-03-24T21:28:59.939191Z",
"2021-03-24T21:28:50.083013Z",
"2021-03-24T21:28:39.947018Z",
"2021-03-24T21:28:29.988638Z",
"2021-03-24T21:28:19.912816Z",
"2021-03-24T21:28:09.954988Z",
"2021-03-24T21:27:59.922069Z",
"2021-03-24T21:27:50.098002Z",
"2021-03-24T21:27:39.963556Z",
"2021-03-24T21:27:31.282622Z",
"2021-03-24T21:27:19.898573Z",
"2021-03-24T21:27:09.970743Z",
"2021-03-24T21:27:00.039377Z",
"2021-03-24T21:26:49.906116Z",
"2021-03-24T21:26:39.976100Z",
"2021-03-24T21:26:30.053077Z",
"2021-03-24T21:26:19.912140Z",
"2021-03-24T21:26:09.983829Z",
"2021-03-24T21:25:59.848258Z",
"2021-03-24T21:25:49.917778Z",
"2021-03-24T21:25:39.991919Z",
"2021-03-24T21:25:29.853035Z",
"2021-03-24T21:25:19.883064Z",
"2021-03-24T21:25:09.894918Z",
"2021-03-24T21:24:59.860173Z",
"2021-03-24T21:24:49.934471Z",
"2021-03-24T21:24:39.796849Z",
"2021-03-24T21:24:29.870131Z",
"2021-03-24T21:24:19.938709Z",
"2021-03-24T21:24:09.803121Z",
"2021-03-24T21:23:59.877040Z",
"2021-03-24T21:23:49.945125Z",
"2021-03-24T21:23:39.809759Z",
"2021-03-24T21:23:29.717038Z",
"2021-03-24T21:23:19.729124Z",
"2021-03-24T21:23:09.816554Z",
"2021-03-24T21:22:59.887555Z",
"2021-03-24T21:22:49.754319Z",
"2021-03-24T21:22:39.826325Z",
"2021-03-24T21:22:29.690463Z",
"2021-03-24T21:22:19.760639Z",
"2021-03-24T21:22:09.830161Z",
"2021-03-24T21:21:59.697122Z",
"2021-03-24T21:21:49.767871Z",
"2021-03-24T21:21:39.836834Z",
"2021-03-24T21:21:29.704236Z",
"2021-03-24T21:21:19.655661Z",
"2021-03-24T21:21:09.638633Z",
"2021-03-24T21:20:59.708759Z",
"2021-03-24T21:20:49.780031Z",
"2021-03-24T21:20:39.645356Z",
"2021-03-24T21:20:29.608069Z",
"2021-03-24T21:20:19.787137Z",
"2021-03-24T21:20:09.655151Z",
"2021-03-24T21:19:59.644145Z",
"2021-03-24T21:19:49.569225Z",
"2021-03-24T21:19:46.281275Z",
"2021-03-24T21:19:36.143592Z",
"2021-03-24T21:19:26.189118Z",
"2021-03-24T21:19:16.044842Z",
"2021-03-24T21:19:06.036094Z",
"2021-03-24T21:18:56.031627Z",
"2021-03-24T21:18:46.085390Z",
"2021-03-24T21:18:36.015355Z",
"2021-03-24T21:18:26.022951Z",
"2021-03-24T21:18:16.091442Z",
"2021-03-24T21:18:06.162597Z",
"2021-03-24T21:17:56.028449Z",
"2021-03-24T21:17:46.098517Z",
"2021-03-24T21:17:36.171771Z",
"2021-03-24T21:17:26.034254Z",
"2021-03-24T21:17:16.105171Z",
"2021-03-24T21:17:05.969530Z",
"2021-03-24T21:16:56.040586Z",
"2021-03-24T21:16:46.114467Z",
"2021-03-24T21:16:35.980087Z",
"2021-03-24T21:16:26.047777Z",
"2021-03-24T21:16:16.118902Z",
"2021-03-24T21:16:05.984644Z",
"2021-03-24T21:15:55.848106Z",
"2021-03-24T21:15:45.919718Z",
"2021-03-24T21:15:35.785126Z",
"2021-03-24T21:15:25.856757Z",
"2021-03-24T21:15:15.925821Z",
"2021-03-24T21:15:05.791824Z",
"2021-03-24T21:14:55.863006Z",
"2021-03-24T21:14:45.727995Z",
"2021-03-24T21:14:35.800839Z",
"2021-03-24T21:14:25.868595Z",
"2021-03-24T21:14:15.733149Z",
"2021-03-24T21:14:05.804240Z",
"2021-03-24T21:13:55.875501Z",
"2021-03-24T21:13:45.745110Z",
"2021-03-24T21:13:35.812796Z",
"2021-03-24T21:13:25.677667Z",
"2021-03-24T21:13:15.751737Z",
"2021-03-24T21:13:05.822976Z",
"2021-03-24T21:12:55.682786Z",
"2021-03-24T21:12:45.754242Z",
"2021-03-24T21:12:35.828112Z",
"2021-03-24T21:12:25.689368Z",
"2021-03-24T21:12:15.760937Z",
"2021-03-24T21:12:05.624547Z",
"2021-03-24T21:11:55.697375Z",
"2021-03-24T21:11:45.767284Z",
"2021-03-24T21:11:35.631713Z",
"2021-03-24T21:11:25.705849Z",
"2021-03-24T21:11:15.774560Z",
"2021-03-24T21:11:05.641633Z",
"2021-03-24T21:10:55.713276Z",
"2021-03-24T21:10:45.576812Z",
"2021-03-24T21:10:35.576350Z",
"2021-03-24T21:10:25.721289Z",
"2021-03-24T21:10:15.584785Z",
"2021-03-24T21:10:05.652894Z",
"2021-03-24T21:09:55.727134Z",
"2021-03-24T21:09:45.589870Z",
"2021-03-24T21:09:35.660422Z",
"2021-03-24T21:09:25.525068Z",
"2021-03-24T21:09:15.599068Z",
"2021-03-24T21:09:05.666369Z",
"2021-03-24T21:08:55.531529Z",
"2021-03-24T21:08:45.602045Z",
"2021-03-24T21:08:35.616973Z",
"2021-03-24T21:08:25.539925Z",
"2021-03-24T21:08:15.609274Z",
"2021-03-24T21:08:05.473763Z",
"2021-03-24T21:07:55.545526Z",
"2021-03-24T21:07:45.619133Z",
"2021-03-24T21:07:35.480559Z",
"2021-03-24T21:07:25.551786Z",
"2021-03-24T21:07:15.623161Z",
"2021-03-24T21:07:05.487550Z",
"2021-03-24T21:06:55.559609Z",
"2021-03-24T21:06:45.423027Z",
"2021-03-24T21:06:35.494818Z",
"2021-03-24T21:06:25.566856Z",
"2021-03-24T21:06:15.429830Z",
"2021-03-24T21:06:05.502058Z",
"2021-03-24T21:05:55.573016Z",
"2021-03-24T21:05:45.437691Z",
"2021-03-24T21:05:35.509146Z",
"2021-03-24T21:05:25.372504Z",
"2021-03-24T21:05:15.443871Z",
"2021-03-24T21:05:05.328063Z",
"2021-03-24T21:04:55.494788Z",
"2021-03-24T21:04:45.452909Z",
"2021-03-24T21:04:35.317128Z",
"2021-03-24T21:04:25.387765Z",
"2021-03-24T21:04:15.458013Z",
"2021-03-24T21:04:05.322127Z",
"2021-03-24T21:03:55.393256Z",
"2021-03-24T21:03:45.464780Z",
"2021-03-24T21:03:35.329282Z",
"2021-03-24T21:03:25.400863Z",
"2021-03-24T21:03:15.265181Z",
"2021-03-24T21:03:05.336430Z",
"2021-03-24T21:02:55.408230Z",
"2021-03-24T21:02:45.273787Z",
"2021-03-24T21:02:35.343182Z",
"2021-03-24T21:02:25.416411Z",
"2021-03-24T21:02:15.278254Z",
"2021-03-24T21:02:05.350902Z",
"2021-03-24T21:01:55.214084Z",
"2021-03-24T21:01:45.286413Z",
"2021-03-24T21:01:35.356678Z",
"2021-03-24T21:01:25.220917Z",
"2021-03-24T21:01:15.293694Z",
"2021-03-24T21:01:05.368712Z",
"2021-03-24T21:00:55.159733Z",
"2021-03-24T21:00:45.195601Z",
"2021-03-24T21:00:35.170799Z",
"2021-03-24T21:00:25.236022Z",
"2021-03-24T21:00:15.211636Z",
"2021-03-24T21:00:05.146989Z",
"2021-03-24T20:59:55.138836Z",
"2021-03-24T20:59:45.204374Z",
"2021-03-24T20:59:35.179718Z",
"2021-03-24T20:59:25.098750Z",
"2021-03-24T20:59:15.113039Z",
"2021-03-24T20:59:05.184761Z",
"2021-03-24T20:58:55.262120Z",
"2021-03-24T20:58:45.120450Z",
"2021-03-24T20:58:35.192360Z",
"2021-03-24T20:58:25.084463Z",
"2021-03-24T20:58:15.126987Z",
"2021-03-24T20:58:05.206558Z",
"2021-03-24T20:57:55.062923Z",
"2021-03-24T20:57:45.133939Z",
"2021-03-24T20:57:35.206552Z",
"2021-03-24T20:57:25.073092Z",
"2021-03-24T20:57:15.148414Z",
"2021-03-24T20:57:05.217460Z",
"2021-03-24T20:56:55.081037Z",
"2021-03-24T20:56:45.149576Z",
"2021-03-24T20:56:35.012849Z",
"2021-03-24T20:56:25.088629Z",
"2021-03-24T20:56:15.161342Z",
"2021-03-24T20:56:05.019263Z",
"2021-03-24T20:55:55.095764Z",
"2021-03-24T20:55:44.952409Z",
"2021-03-24T20:55:35.033919Z",
"2021-03-24T20:55:25.110402Z",
"2021-03-24T20:55:14.962244Z",
"2021-03-24T20:55:05.039504Z",
"2021-03-24T20:54:55.110671Z",
"2021-03-24T20:54:44.970428Z",
"2021-03-24T20:54:35.045417Z",
"2021-03-24T20:54:25.111974Z",
"2021-03-24T20:54:14.976577Z",
"2021-03-24T20:54:05.052520Z",
"2021-03-24T20:53:54.917116Z",
"2021-03-24T20:53:44.988135Z",
"2021-03-24T20:53:35.055454Z",
"2021-03-24T20:53:24.924821Z",
"2021-03-24T20:53:14.995713Z",
"2021-03-24T20:53:04.859404Z",
"2021-03-24T20:52:54.931403Z",
"2021-03-24T20:52:44.998490Z",
"2021-03-24T20:52:34.866750Z",
"2021-03-24T20:52:24.939139Z",
"2021-03-24T20:52:15.004529Z",
"2021-03-24T20:52:04.873366Z",
"2021-03-24T20:51:54.939555Z",
"2021-03-24T20:51:44.810812Z",
"2021-03-24T20:51:34.880509Z",
"2021-03-24T20:51:24.946879Z",
"2021-03-24T20:51:14.816161Z",
"2021-03-24T20:51:04.882159Z",
"2021-03-24T20:50:54.756605Z",
"2021-03-24T20:50:44.831526Z",
"2021-03-24T20:50:34.889163Z",
"2021-03-24T20:50:24.761688Z",
"2021-03-24T20:50:14.831144Z",
"2021-03-24T20:50:04.897684Z",
"2021-03-24T20:49:54.765959Z",
"2021-03-24T20:49:44.832814Z",
"2021-03-24T20:49:34.903084Z",
"2021-03-24T20:49:24.773922Z",
"2021-03-24T20:49:14.838182Z",
"2021-03-24T20:49:04.709912Z",
"2021-03-24T20:48:54.774177Z",
"2021-03-24T20:48:44.845612Z",
"2021-03-24T20:48:34.716967Z",
"2021-03-24T20:48:24.782728Z",
"2021-03-24T20:48:14.852958Z",
"2021-03-24T20:48:04.718342Z",
"2021-03-24T20:47:54.789471Z",
"2021-03-24T20:47:44.659008Z",
"2021-03-24T20:47:34.724364Z",
"2021-03-24T20:47:24.798431Z",
"2021-03-24T20:47:14.665170Z",
"2021-03-24T20:47:04.734061Z",
"2021-03-24T20:46:54.802332Z",
"2021-03-24T20:46:44.666729Z",
"2021-03-24T20:46:34.740067Z",
"2021-03-24T20:46:24.603626Z",
"2021-03-24T20:46:14.674524Z",
"2021-03-24T20:46:04.746205Z",
"2021-03-24T20:45:54.611198Z",
"2021-03-24T20:45:44.683840Z",
"2021-03-24T20:45:34.754925Z",
"2021-03-24T20:45:24.616726Z",
"2021-03-24T20:45:14.688216Z",
"2021-03-24T20:45:04.534719Z",
"2021-03-24T20:44:54.623974Z",
"2021-03-24T20:44:44.695726Z",
"2021-03-24T20:44:34.562203Z",
"2021-03-24T20:44:24.631611Z",
"2021-03-24T20:44:14.702059Z",
"2021-03-24T20:44:04.569026Z",
"2021-03-24T20:43:54.637549Z",
"2021-03-24T20:43:44.502263Z",
"2021-03-24T20:43:34.573069Z",
"2021-03-24T20:43:24.644113Z",
"2021-03-24T20:43:14.508722Z",
"2021-03-24T20:43:04.580675Z",
"2021-03-24T20:42:54.652357Z",
"2021-03-24T20:42:44.518605Z",
"2021-03-24T20:42:34.588057Z",
"2021-03-24T20:42:24.454255Z",
"2021-03-24T20:42:14.523419Z",
"2021-03-24T20:42:04.594031Z",
"2021-03-24T20:41:54.461345Z",
"2021-03-24T20:41:44.529578Z",
"2021-03-24T20:41:34.601817Z",
"2021-03-24T20:41:24.468121Z",
"2021-03-24T20:41:14.536996Z",
"2021-03-24T20:41:04.401124Z",
"2021-03-24T20:40:54.473437Z",
"2021-03-24T20:40:44.544209Z",
"2021-03-24T20:40:34.407913Z",
"2021-03-24T20:40:24.481077Z",
"2021-03-24T20:40:14.551421Z",
"2021-03-24T20:40:04.418138Z",
"2021-03-24T20:39:54.487288Z",
"2021-03-24T20:39:44.464487Z",
"2021-03-24T20:39:34.422737Z",
"2021-03-24T20:39:24.494767Z",
"2021-03-24T20:39:14.358552Z",
"2021-03-24T20:39:04.429695Z",
"2021-03-24T20:38:54.500132Z",
"2021-03-24T20:38:44.367493Z",
"2021-03-24T20:38:34.437725Z",
"2021-03-24T20:38:24.302087Z",
"2021-03-24T20:38:14.372219Z",
"2021-03-24T20:38:04.443570Z",
"2021-03-24T20:37:54.312502Z",
"2021-03-24T20:37:44.378503Z",
"2021-03-24T20:37:34.245956Z",
"2021-03-24T20:37:24.317362Z",
"2021-03-24T20:37:14.385420Z",
"2021-03-24T20:37:04.251984Z",
"2021-03-24T20:36:54.323984Z",
"2021-03-24T20:36:44.392207Z",
"2021-03-24T20:36:34.258866Z",
"2021-03-24T20:36:24.329836Z",
"2021-03-24T20:36:14.192193Z",
"2021-03-24T20:36:04.263688Z",
"2021-03-24T20:35:54.334903Z",
"2021-03-24T20:35:44.201056Z",
"2021-03-24T20:35:34.271435Z",
"2021-03-24T20:35:24.344871Z",
"2021-03-24T20:35:14.206192Z",
"2021-03-24T20:35:04.280525Z",
"2021-03-24T20:34:54.142092Z",
"2021-03-24T20:34:44.215859Z",
"2021-03-24T20:34:34.287526Z",
"2021-03-24T20:34:24.151968Z",
"2021-03-24T20:34:14.221086Z",
"2021-03-24T20:34:04.294534Z",
"2021-03-24T20:33:54.159092Z",
"2021-03-24T20:33:44.227316Z",
"2021-03-24T20:33:34.092784Z",
"2021-03-24T20:33:24.166029Z",
"2021-03-24T20:33:14.234275Z",
"2021-03-24T20:33:04.100869Z",
"2021-03-24T20:32:54.170440Z",
"2021-03-24T20:32:44.241496Z",
"2021-03-24T20:32:34.108815Z",
"2021-03-24T20:32:24.180014Z",
"2021-03-24T20:32:14.041308Z",
"2021-03-24T20:32:04.113114Z",
"2021-03-24T20:31:54.186647Z",
"2021-03-24T20:31:44.048802Z",
"2021-03-24T20:31:34.119566Z",
"2021-03-24T20:31:24.190987Z",
"2021-03-24T20:31:14.055483Z",
"2021-03-24T20:31:04.129645Z",
"2021-03-24T20:30:53.991033Z",
"2021-03-24T20:30:44.064018Z",
"2021-03-24T20:30:34.136705Z",
"2021-03-24T20:30:24.001260Z",
"2021-03-24T20:30:14.071110Z",
"2021-03-24T20:30:04.143284Z",
"2021-03-24T20:29:54.005846Z",
"2021-03-24T20:29:44.079069Z",
"2021-03-24T20:29:33.942658Z",
"2021-03-24T20:29:24.014817Z",
"2021-03-24T20:29:14.083107Z",
"2021-03-24T20:29:03.950634Z",
"2021-03-24T20:28:54.021850Z",
"2021-03-24T20:28:44.092661Z",
"2021-03-24T20:28:33.957373Z",
"2021-03-24T20:28:24.026937Z",
"2021-03-24T20:28:13.890154Z",
"2021-03-24T20:28:03.964417Z",
"2021-03-24T20:27:54.038736Z",
"2021-03-24T20:27:43.899995Z",
"2021-03-24T20:27:33.968832Z",
"2021-03-24T20:27:24.041341Z",
"2021-03-24T20:27:13.905114Z",
"2021-03-24T20:27:03.976348Z",
"2021-03-24T20:26:53.842813Z",
"2021-03-24T20:26:43.912003Z",
"2021-03-24T20:26:33.982648Z",
"2021-03-24T20:26:23.847567Z",
"2021-03-24T20:26:13.921378Z",
"2021-03-24T20:26:03.786369Z",
"2021-03-24T20:25:53.856785Z",
"2021-03-24T20:25:43.927749Z",
"2021-03-24T20:25:33.791149Z",
"2021-03-24T20:25:23.863861Z",
"2021-03-24T20:25:13.932225Z",
"2021-03-24T20:25:03.799353Z",
"2021-03-24T20:24:53.869751Z",
"2021-03-24T20:24:43.737790Z",
"2021-03-24T20:24:33.927333Z",
"2021-03-24T20:24:23.875763Z",
"2021-03-24T20:24:13.741906Z",
"2021-03-24T20:24:03.810418Z",
"2021-03-24T20:23:53.779728Z",
"2021-03-24T20:23:43.748651Z",
"2021-03-24T20:23:33.817683Z",
"2021-03-24T20:23:23.681724Z",
"2021-03-24T20:23:13.753068Z",
"2021-03-24T20:23:03.827636Z",
"2021-03-24T20:22:53.692191Z",
"2021-03-24T20:22:43.763001Z",
"2021-03-24T20:22:33.834165Z",
"2021-03-24T20:22:23.696775Z",
"2021-03-24T20:22:13.770105Z",
"2021-03-24T20:22:03.634367Z",
"2021-03-24T20:21:53.702574Z",
"2021-03-24T20:21:43.670431Z",
"2021-03-24T20:21:33.587309Z",
"2021-03-24T20:21:23.709757Z",
"2021-03-24T20:21:13.781280Z",
"2021-03-24T20:21:03.645687Z",
"2021-03-24T20:20:53.719639Z",
"2021-03-24T20:20:43.584368Z",
"2021-03-24T20:20:33.658285Z",
"2021-03-24T20:20:23.726340Z",
"2021-03-24T20:20:13.588284Z",
"2021-03-24T20:20:03.659352Z",
"2021-03-24T20:19:53.733423Z",
"2021-03-24T20:19:43.596261Z",
"2021-03-24T20:19:33.562860Z",
"2021-03-24T20:19:23.530761Z",
"2021-03-24T20:19:13.602610Z",
"2021-03-24T20:19:03.673996Z",
"2021-03-24T20:18:53.538798Z",
"2021-03-24T20:18:43.612222Z",
"2021-03-24T20:18:33.683184Z",
"2021-03-24T20:18:23.545613Z",
"2021-03-24T20:18:13.619014Z",
"2021-03-24T20:18:03.481502Z",
"2021-03-24T20:17:53.551537Z",
"2021-03-24T20:17:43.625840Z",
"2021-03-24T20:17:33.490520Z",
"2021-03-24T20:17:23.560662Z",
"2021-03-24T20:17:13.426197Z",
"2021-03-24T20:17:03.494387Z",
"2021-03-24T20:16:53.565541Z",
"2021-03-24T20:16:43.436393Z",
"2021-03-24T20:16:33.504281Z",
"2021-03-24T20:16:23.572534Z",
"2021-03-24T20:16:13.439995Z",
"2021-03-24T20:16:03.508415Z",
"2021-03-24T20:15:53.374412Z",
"2021-03-24T20:15:43.445032Z",
"2021-03-24T20:15:33.515125Z",
"2021-03-24T20:15:23.379406Z",
"2021-03-24T20:15:13.454063Z",
"2021-03-24T20:15:03.525114Z",
"2021-03-24T20:14:53.386262Z",
"2021-03-24T20:14:43.459650Z",
"2021-03-24T20:14:33.323904Z",
"2021-03-24T20:14:23.393730Z",
"2021-03-24T20:14:13.465675Z",
"2021-03-24T20:14:03.332394Z",
"2021-03-24T20:13:53.403928Z",
"2021-03-24T20:13:43.473937Z",
"2021-03-24T20:13:33.337166Z",
"2021-03-24T20:13:23.409794Z",
"2021-03-24T20:13:13.274835Z",
"2021-03-24T20:13:03.344677Z",
"2021-03-24T20:12:53.415017Z",
"2021-03-24T20:12:43.281842Z",
"2021-03-24T20:12:33.350254Z",
"2021-03-24T20:12:23.423988Z",
"2021-03-24T20:12:13.285441Z",
"2021-03-24T20:12:03.359841Z",
"2021-03-24T20:11:53.224441Z",
"2021-03-24T20:11:43.295954Z",
"2021-03-24T20:11:33.371685Z",
"2021-03-24T20:11:23.230217Z",
"2021-03-24T20:11:13.299990Z",
"2021-03-24T20:11:03.371808Z",
"2021-03-24T20:10:53.236773Z",
"2021-03-24T20:10:43.306857Z",
"2021-03-24T20:10:33.173934Z",
"2021-03-24T20:10:23.244923Z",
"2021-03-24T20:10:13.316238Z",
"2021-03-24T20:10:03.178092Z",
"2021-03-24T20:09:53.249277Z",
"2021-03-24T20:09:43.320722Z",
"2021-03-24T20:09:33.185503Z",
"2021-03-24T20:09:23.314518Z",
"2021-03-24T20:09:13.123665Z",
"2021-03-24T20:09:03.192530Z",
"2021-03-24T20:08:53.266504Z",
"2021-03-24T20:08:43.127354Z",
"2021-03-24T20:08:33.199109Z",
"2021-03-24T20:08:23.270353Z",
"2021-03-24T20:08:13.135277Z",
"2021-03-24T20:08:03.205838Z",
"2021-03-24T20:07:53.076168Z",
"2021-03-24T20:07:43.142791Z",
"2021-03-24T20:07:33.213720Z",
"2021-03-24T20:07:23.077212Z",
"2021-03-24T20:07:13.151642Z",
"2021-03-24T20:07:03.219881Z",
"2021-03-24T20:06:53.084206Z",
"2021-03-24T20:06:43.158767Z",
"2021-03-24T20:06:33.021136Z",
"2021-03-24T20:06:23.093964Z",
"2021-03-24T20:06:13.164148Z",
"2021-03-24T20:06:03.026921Z",
"2021-03-24T20:05:53.098230Z",
"2021-03-24T20:05:43.169552Z",
"2021-03-24T20:05:33.034023Z",
"2021-03-24T20:05:23.106390Z",
"2021-03-24T20:05:12.972561Z",
"2021-03-24T20:05:03.040869Z",
"2021-03-24T20:04:53.115133Z",
"2021-03-24T20:04:42.982746Z",
"2021-03-24T20:04:33.049046Z",
"2021-03-24T20:04:22.912278Z",
"2021-03-24T20:04:12.983599Z",
"2021-03-24T20:04:03.054577Z",
"2021-03-24T20:03:52.922449Z",
"2021-03-24T20:03:42.990576Z",
"2021-03-24T20:03:33.063729Z",
"2021-03-24T20:03:22.926004Z",
"2021-03-24T20:03:13.000278Z",
"2021-03-24T20:03:02.861485Z",
"2021-03-24T20:02:52.936192Z",
"2021-03-24T20:02:43.005238Z",
"2021-03-24T20:02:32.868876Z",
"2021-03-24T20:02:22.941039Z",
"2021-03-24T20:02:13.014162Z",
"2021-03-24T20:02:02.875537Z",
"2021-03-24T20:01:52.947051Z",
"2021-03-24T20:01:42.812099Z",
"2021-03-24T20:01:32.885705Z",
"2021-03-24T20:01:22.955215Z",
"2021-03-24T20:01:12.821450Z",
"2021-03-24T20:01:02.889665Z",
"2021-03-24T20:00:52.961702Z",
"2021-03-24T20:00:42.825330Z",
"2021-03-24T20:00:32.899627Z",
"2021-03-24T20:00:22.762276Z",
"2021-03-24T20:00:12.832407Z",
"2021-03-24T20:00:02.903782Z",
"2021-03-24T19:59:52.769126Z",
"2021-03-24T19:59:42.839337Z",
"2021-03-24T19:59:32.913621Z",
"2021-03-24T19:59:22.775191Z",
"2021-03-24T19:59:12.846217Z",
"2021-03-24T19:59:02.710493Z",
"2021-03-24T19:58:52.680932Z",
"2021-03-24T19:58:42.853143Z",
"2021-03-24T19:58:32.717660Z",
"2021-03-24T19:58:22.789516Z",
"2021-03-24T19:58:12.860755Z",
"2021-03-24T19:58:02.724939Z",
"2021-03-24T19:57:52.795750Z",
"2021-03-24T19:57:42.663291Z",
"2021-03-24T19:57:32.731090Z",
"2021-03-24T19:57:22.805426Z",
"2021-03-24T19:57:12.667356Z",
"2021-03-24T19:57:02.738544Z",
"2021-03-24T19:56:52.812781Z",
"2021-03-24T19:56:42.674151Z",
"2021-03-24T19:56:32.745509Z",
"2021-03-24T19:56:22.612760Z",
"2021-03-24T19:56:12.684154Z",
"2021-03-24T19:56:02.755621Z",
"2021-03-24T19:55:52.618988Z",
"2021-03-24T19:55:42.689106Z",
"2021-03-24T19:55:32.759748Z",
"2021-03-24T19:55:22.625602Z",
"2021-03-24T19:55:12.695891Z",
"2021-03-24T19:55:02.559499Z",
"2021-03-24T19:54:52.630573Z",
"2021-03-24T19:54:42.704822Z",
"2021-03-24T19:54:32.569554Z",
"2021-03-24T19:54:22.644399Z",
"2021-03-24T19:54:12.504872Z",
"2021-03-24T19:54:02.574153Z",
"2021-03-24T19:53:52.644715Z",
"2021-03-24T19:53:42.511999Z",
"2021-03-24T19:53:32.582543Z",
"2021-03-24T19:53:22.651510Z",
"2021-03-24T19:53:12.516660Z",
"2021-03-24T19:53:02.586892Z",
"2021-03-24T19:52:52.454528Z",
"2021-03-24T19:52:42.526038Z",
"2021-03-24T19:52:32.597238Z",
"2021-03-24T19:52:22.458362Z",
"2021-03-24T19:52:12.530656Z",
"2021-03-24T19:52:02.602254Z",
"2021-03-24T19:51:52.465516Z",
"2021-03-24T19:51:42.537376Z",
"2021-03-24T19:51:32.403907Z",
"2021-03-24T19:51:22.475529Z",
"2021-03-24T19:51:12.545203Z",
"2021-03-24T19:51:02.408497Z",
"2021-03-24T19:50:52.481781Z",
"2021-03-24T19:50:42.554011Z",
"2021-03-24T19:50:32.416079Z",
"2021-03-24T19:50:22.487920Z",
"2021-03-24T19:50:12.354094Z",
"2021-03-24T19:50:02.424873Z",
"2021-03-24T19:49:52.500194Z",
"2021-03-24T19:49:42.358403Z",
"2021-03-24T19:49:32.429102Z",
"2021-03-24T19:49:22.500343Z",
"2021-03-24T19:49:12.478205Z",
"2021-03-24T19:49:02.438598Z",
"2021-03-24T19:48:52.300899Z",
"2021-03-24T19:48:42.374823Z",
"2021-03-24T19:48:32.444540Z",
"2021-03-24T19:48:22.310265Z",
"2021-03-24T19:48:12.379016Z",
"2021-03-24T19:48:02.456835Z",
"2021-03-24T19:47:52.321118Z",
"2021-03-24T19:47:42.386746Z",
"2021-03-24T19:47:32.250239Z",
"2021-03-24T19:47:22.321508Z",
"2021-03-24T19:47:12.401111Z",
"2021-03-24T19:47:02.256990Z",
"2021-03-24T19:46:52.329003Z",
"2021-03-24T19:46:42.404966Z",
"2021-03-24T19:46:32.263614Z",
"2021-03-24T19:46:22.340769Z",
"2021-03-24T19:46:12.199928Z",
"2021-03-24T19:46:02.271051Z",
"2021-03-24T19:45:52.347548Z",
"2021-03-24T19:45:42.209635Z",
"2021-03-24T19:45:32.283339Z",
"2021-03-24T19:45:22.357009Z",
"2021-03-24T19:45:12.216078Z",
"2021-03-24T19:45:02.292909Z",
"2021-03-24T19:44:52.157384Z",
"2021-03-24T19:44:42.228773Z",
"2021-03-24T19:44:32.299137Z",
"2021-03-24T19:44:22.159014Z",
"2021-03-24T19:44:12.230842Z",
"2021-03-24T19:44:02.095112Z",
"2021-03-24T19:43:52.171742Z",
"2021-03-24T19:43:42.242853Z",
"2021-03-24T19:43:32.101931Z",
"2021-03-24T19:43:22.175547Z",
"2021-03-24T19:43:12.243524Z",
"2021-03-24T19:43:02.111581Z",
"2021-03-24T19:42:52.074007Z",
"2021-03-24T19:42:42.045256Z",
"2021-03-24T19:42:32.121053Z",
"2021-03-24T19:42:22.189154Z",
"2021-03-24T19:42:12.056800Z",
"2021-03-24T19:42:02.127938Z",
"2021-03-24T19:41:52.196314Z",
"2021-03-24T19:41:42.061731Z",
"2021-03-24T19:41:32.127342Z",
"2021-03-24T19:41:21.996390Z",
"2021-03-24T19:41:12.068659Z",
"2021-03-24T19:41:02.138906Z",
"2021-03-24T19:40:52.003365Z",
"2021-03-24T19:40:42.075619Z",
"2021-03-24T19:40:32.143614Z",
"2021-03-24T19:40:22.010030Z",
"2021-03-24T19:40:12.081603Z",
"2021-03-24T19:40:01.949386Z",
"2021-03-24T19:39:52.020759Z",
"2021-03-24T19:39:42.086426Z",
"2021-03-24T19:39:31.955969Z",
"2021-03-24T19:39:22.024484Z",
"2021-03-24T19:39:12.090857Z",
"2021-03-24T19:39:01.960032Z",
"2021-03-24T19:38:52.026500Z",
"2021-03-24T19:38:41.898816Z",
"2021-03-24T19:38:31.969762Z",
"2021-03-24T19:38:22.033277Z",
"2021-03-24T19:38:11.904912Z",
"2021-03-24T19:38:01.969833Z",
"2021-03-24T19:37:52.043267Z",
"2021-03-24T19:37:41.912645Z",
"2021-03-24T19:37:31.979143Z",
"2021-03-24T19:37:21.848186Z",
"2021-03-24T19:37:11.911631Z",
"2021-03-24T19:37:01.985974Z",
"2021-03-24T19:36:51.853707Z",
"2021-03-24T19:36:41.921605Z",
"2021-03-24T19:36:31.789950Z",
"2021-03-24T19:36:21.854706Z",
"2021-03-24T19:36:11.925745Z",
"2021-03-24T19:36:01.796167Z",
"2021-03-24T19:35:51.861222Z",
"2021-03-24T19:35:41.935670Z",
"2021-03-24T19:35:31.796732Z",
"2021-03-24T19:35:21.868102Z",
"2021-03-24T19:35:11.940997Z",
"2021-03-24T19:35:01.806856Z",
"2021-03-24T19:34:51.878386Z",
"2021-03-24T19:34:41.742584Z",
"2021-03-24T19:34:31.811015Z",
"2021-03-24T19:34:21.885144Z",
"2021-03-24T19:34:11.746773Z",
"2021-03-24T19:34:01.818588Z",
"2021-03-24T19:33:51.785555Z",
"2021-03-24T19:33:41.755688Z",
"2021-03-24T19:33:31.826825Z",
"2021-03-24T19:33:21.692031Z",
"2021-03-24T19:33:11.760256Z",
"2021-03-24T19:33:01.831839Z",
"2021-03-24T19:32:51.696289Z",
"2021-03-24T19:32:41.768711Z",
"2021-03-24T19:32:31.839485Z",
"2021-03-24T19:32:21.630274Z",
"2021-03-24T19:32:11.774788Z",
"2021-03-24T19:32:01.639026Z",
"2021-03-24T19:31:51.712604Z",
"2021-03-24T19:31:41.784581Z",
"2021-03-24T19:31:31.645766Z",
"2021-03-24T19:31:21.718504Z",
"2021-03-24T19:31:11.791471Z",
"2021-03-24T19:31:01.653692Z",
"2021-03-24T19:30:51.727146Z",
"2021-03-24T19:30:41.588972Z",
"2021-03-24T19:30:31.662797Z",
"2021-03-24T19:30:21.627512Z",
"2021-03-24T19:30:11.595557Z",
"2021-03-24T19:30:01.667086Z",
"2021-03-24T19:29:51.741236Z",
"2021-03-24T19:29:41.605578Z",
"2021-03-24T19:29:31.673824Z",
"2021-03-24T19:29:21.538388Z",
"2021-03-24T19:29:11.610778Z",
"2021-03-24T19:29:01.683973Z",
"2021-03-24T19:28:51.548135Z",
"2021-03-24T19:28:41.616324Z",
"2021-03-24T19:28:31.687936Z",
"2021-03-24T19:28:21.554955Z",
"2021-03-24T19:28:11.624254Z",
"2021-03-24T19:28:01.488348Z",
"2021-03-24T19:27:51.562157Z",
"2021-03-24T19:27:41.630501Z",
"2021-03-24T19:27:31.496242Z",
"2021-03-24T19:27:21.567248Z",
"2021-03-24T19:27:11.639010Z",
"2021-03-24T19:27:01.502405Z",
"2021-03-24T19:26:51.573140Z",
"2021-03-24T19:26:41.439143Z",
"2021-03-24T19:26:31.509953Z",
"2021-03-24T19:26:21.583247Z",
"2021-03-24T19:26:11.445698Z",
"2021-03-24T19:26:01.516280Z",
"2021-03-24T19:25:51.590032Z",
"2021-03-24T19:25:41.452208Z",
"2021-03-24T19:25:31.523107Z",
"2021-03-24T19:25:21.389596Z",
"2021-03-24T19:25:11.459488Z",
"2021-03-24T19:25:01.530015Z",
"2021-03-24T19:24:51.395349Z",
"2021-03-24T19:24:41.465424Z",
"2021-03-24T19:24:31.332429Z",
"2021-03-24T19:24:21.401108Z",
"2021-03-24T19:24:11.477350Z",
"2021-03-24T19:24:01.451079Z",
"2021-03-24T19:23:51.410930Z",
"2021-03-24T19:23:41.479278Z",
"2021-03-24T19:23:31.343769Z",
"2021-03-24T19:23:21.417989Z",
"2021-03-24T19:23:11.279692Z",
"2021-03-24T19:23:01.353371Z",
"2021-03-24T19:22:51.423163Z",
"2021-03-24T19:22:41.286017Z",
"2021-03-24T19:22:31.286062Z",
"2021-03-24T19:22:21.428965Z",
"2021-03-24T19:22:11.296140Z",
"2021-03-24T19:22:01.364597Z",
"2021-03-24T19:21:51.230391Z",
"2021-03-24T19:21:41.299786Z",
"2021-03-24T19:21:31.372013Z",
"2021-03-24T19:21:21.236056Z",
"2021-03-24T19:21:11.307644Z",
"2021-03-24T19:21:01.379940Z",
"2021-03-24T19:20:51.243320Z",
"2021-03-24T19:20:41.315953Z",
"2021-03-24T19:20:31.179843Z",
"2021-03-24T19:20:21.254067Z",
"2021-03-24T19:20:11.324623Z",
"2021-03-24T19:20:01.186417Z",
"2021-03-24T19:19:51.257124Z",
"2021-03-24T19:19:41.329416Z",
"2021-03-24T19:19:31.193581Z",
"2021-03-24T19:19:21.113929Z",
"2021-03-24T19:19:11.128536Z",
"2021-03-24T19:19:01.199802Z",
"2021-03-24T19:18:51.273334Z",
"2021-03-24T19:18:41.135738Z",
"2021-03-24T19:18:31.207921Z",
"2021-03-24T19:18:21.280959Z",
"2021-03-24T19:18:11.152132Z",
"2021-03-24T19:18:01.213442Z",
"2021-03-24T19:17:51.077971Z",
"2021-03-24T19:17:41.152427Z",
"2021-03-24T19:17:31.221699Z",
"2021-03-24T19:17:21.088515Z",
"2021-03-24T19:17:11.157508Z",
"2021-03-24T19:17:01.227660Z",
"2021-03-24T19:16:51.099994Z",
"2021-03-24T19:16:41.165790Z",
"2021-03-24T19:16:31.028864Z",
"2021-03-24T19:16:21.101897Z",
"2021-03-24T19:16:11.173826Z",
"2021-03-24T19:16:01.037634Z",
"2021-03-24T19:15:50.974738Z",
"2021-03-24T19:15:40.763251Z",
"2021-03-24T19:15:30.835673Z",
"2021-03-24T19:15:20.699904Z",
"2021-03-24T19:15:10.770408Z",
"2021-03-24T19:15:00.639960Z",
"2021-03-24T19:14:50.706093Z",
"2021-03-24T19:14:40.777324Z",
"2021-03-24T19:14:30.642412Z",
"2021-03-24T19:14:20.713608Z",
"2021-03-24T19:14:10.784429Z",
"2021-03-24T19:14:00.648873Z",
"2021-03-24T19:13:50.720140Z",
"2021-03-24T19:13:40.793135Z",
"2021-03-24T19:13:30.658413Z",
"2021-03-24T19:13:20.625170Z",
"2021-03-24T19:13:10.591759Z",
"2021-03-24T19:13:00.766383Z",
"2021-03-24T19:12:50.734064Z",
"2021-03-24T19:12:40.600278Z",
"2021-03-24T19:12:30.669785Z",
"2021-03-24T19:12:20.533770Z",
"2021-03-24T19:12:10.608627Z",
"2021-03-24T19:12:00.676999Z",
"2021-03-24T19:11:50.544496Z",
"2021-03-24T19:11:40.612578Z",
"2021-03-24T19:11:30.684748Z",
"2021-03-24T19:11:20.549695Z",
"2021-03-24T19:11:10.619713Z",
"2021-03-24T19:11:00.690960Z",
"2021-03-24T19:10:50.556682Z",
"2021-03-24T19:10:40.626451Z",
"2021-03-24T19:10:30.493681Z",
"2021-03-24T19:10:20.565004Z",
"2021-03-24T19:10:10.632896Z",
"2021-03-24T19:10:00.498002Z",
"2021-03-24T19:09:50.571055Z",
"2021-03-24T19:09:40.433618Z",
"2021-03-24T19:09:30.507905Z",
"2021-03-24T19:09:20.474651Z",
"2021-03-24T19:09:10.443585Z",
"2021-03-24T19:09:00.514043Z",
"2021-03-24T19:08:50.586921Z",
"2021-03-24T19:08:40.450415Z",
"2021-03-24T19:08:30.521943Z",
"2021-03-24T19:08:20.370830Z",
"2021-03-24T19:08:10.457078Z",
"2021-03-24T19:08:00.525797Z",
"2021-03-24T19:07:50.390218Z",
"2021-03-24T19:07:40.464382Z",
"2021-03-24T19:07:30.532472Z",
"2021-03-24T19:07:20.399955Z",
"2021-03-24T19:07:10.468007Z",
"2021-03-24T19:07:00.335760Z",
"2021-03-24T19:06:50.406847Z",
"2021-03-24T19:06:40.475173Z",
"2021-03-24T19:06:30.339748Z",
"2021-03-24T19:06:20.414091Z",
"2021-03-24T19:06:10.482395Z",
"2021-03-24T19:06:00.348449Z",
"2021-03-24T19:05:50.418247Z",
"2021-03-24T19:05:40.288107Z",
"2021-03-24T19:05:30.353995Z",
"2021-03-24T19:05:20.426839Z",
"2021-03-24T19:05:10.301290Z",
"2021-03-24T19:05:00.362753Z",
"2021-03-24T19:04:50.435080Z",
"2021-03-24T19:04:40.299368Z",
"2021-03-24T19:04:30.370931Z",
"2021-03-24T19:04:20.234631Z",
"2021-03-24T19:04:10.306253Z",
"2021-03-24T19:04:00.374613Z",
"2021-03-24T19:03:50.358122Z",
"2021-03-24T19:03:40.313207Z",
"2021-03-24T19:03:30.381611Z",
"2021-03-24T19:03:20.246411Z",
"2021-03-24T19:03:10.325270Z",
"2021-03-24T19:03:00.181993Z",
"2021-03-24T19:02:50.253466Z",
"2021-03-24T19:02:40.325007Z",
"2021-03-24T19:02:30.189184Z",
"2021-03-24T19:02:20.261463Z",
"2021-03-24T19:02:10.333110Z",
"2021-03-24T19:02:00.195658Z",
"2021-03-24T19:01:50.266937Z",
"2021-03-24T19:01:40.131538Z",
"2021-03-24T19:01:30.204116Z",
"2021-03-24T19:01:20.276949Z",
"2021-03-24T19:01:10.139861Z",
"2021-03-24T19:01:00.212598Z",
"2021-03-24T19:00:50.283917Z",
"2021-03-24T19:00:40.148184Z",
"2021-03-24T19:00:30.219708Z",
"2021-03-24T19:00:20.084054Z",
"2021-03-24T19:00:10.152363Z",
"2021-03-24T19:00:00.226859Z",
"2021-03-24T18:59:50.090709Z",
"2021-03-24T18:59:40.162619Z",
"2021-03-24T18:59:30.230668Z",
"2021-03-24T18:59:20.095324Z",
"2021-03-24T18:59:10.166561Z",
"2021-03-24T18:59:00.031700Z",
"2021-03-24T18:58:50.109987Z",
"2021-03-24T18:58:40.176158Z",
"2021-03-24T18:58:30.037764Z",
"2021-03-24T18:58:20.109772Z",
"2021-03-24T18:58:09.976376Z",
"2021-03-24T18:58:00.045671Z",
"2021-03-24T18:57:50.117238Z",
"2021-03-24T18:57:39.983456Z",
"2021-03-24T18:57:30.051613Z",
"2021-03-24T18:57:20.126145Z",
"2021-03-24T18:57:09.987527Z",
"2021-03-24T18:56:59.915901Z",
"2021-03-24T18:56:49.922703Z",
"2021-03-24T18:56:39.995559Z",
"2021-03-24T18:56:30.065871Z",
"2021-03-24T18:56:19.930386Z",
"2021-03-24T18:56:10.000980Z",
"2021-03-24T18:56:00.075446Z",
"2021-03-24T18:55:49.938102Z",
"2021-03-24T18:55:40.009537Z",
"2021-03-24T18:55:29.872493Z",
"2021-03-24T18:55:19.946902Z",
"2021-03-24T18:55:10.018450Z",
"2021-03-24T18:54:59.879407Z",
"2021-03-24T18:54:49.958619Z",
"2021-03-24T18:54:40.025205Z",
"2021-03-24T18:54:29.887901Z",
"2021-03-24T18:54:19.959680Z",
"2021-03-24T18:54:09.825213Z",
"2021-03-24T18:53:59.893822Z",
"2021-03-24T18:53:49.967524Z",
"2021-03-24T18:53:39.832147Z",
"2021-03-24T18:53:29.903753Z",
"2021-03-24T18:53:19.973397Z",
"2021-03-24T18:53:09.838571Z",
"2021-03-24T18:52:59.910455Z",
"2021-03-24T18:52:49.773920Z",
"2021-03-24T18:52:39.843744Z",
"2021-03-24T18:52:29.914955Z",
"2021-03-24T18:52:19.781188Z",
"2021-03-24T18:52:09.852508Z",
"2021-03-24T18:51:59.924569Z",
"2021-03-24T18:51:49.787237Z",
"2021-03-24T18:51:39.857393Z",
"2021-03-24T18:51:29.724154Z",
"2021-03-24T18:51:19.795941Z",
"2021-03-24T18:51:09.864044Z",
"2021-03-24T18:50:59.731653Z",
"2021-03-24T18:50:49.800178Z",
"2021-03-24T18:50:39.871410Z",
"2021-03-24T18:50:29.738843Z",
"2021-03-24T18:50:19.806894Z",
"2021-03-24T18:50:09.672902Z",
"2021-03-24T18:49:59.743920Z",
"2021-03-24T18:49:49.813862Z",
"2021-03-24T18:49:39.678053Z",
"2021-03-24T18:49:29.751187Z",
"2021-03-24T18:49:19.828235Z",
"2021-03-24T18:49:09.687534Z",
"2021-03-24T18:48:59.759430Z",
"2021-03-24T18:48:49.621982Z",
"2021-03-24T18:48:39.819768Z",
"2021-03-24T18:48:29.763593Z",
"2021-03-24T18:48:19.629954Z",
"2021-03-24T18:48:09.702096Z",
"2021-03-24T18:47:59.565538Z",
"2021-03-24T18:47:49.635914Z",
"2021-03-24T18:47:39.706102Z",
"2021-03-24T18:47:29.573483Z",
"2021-03-24T18:47:19.642720Z",
"2021-03-24T18:47:09.716052Z",
"2021-03-24T18:46:59.579760Z",
"2021-03-24T18:46:49.648682Z",
"2021-03-24T18:46:39.515057Z",
"2021-03-24T18:46:29.586129Z",
"2021-03-24T18:46:19.657821Z",
"2021-03-24T18:46:09.522756Z",
"2021-03-24T18:45:59.591568Z",
"2021-03-24T18:45:49.663561Z",
"2021-03-24T18:45:39.530357Z",
"2021-03-24T18:45:29.601523Z",
"2021-03-24T18:45:19.462956Z",
"2021-03-24T18:45:09.537367Z",
"2021-03-24T18:44:59.607225Z",
"2021-03-24T18:44:49.472886Z",
"2021-03-24T18:44:39.420574Z",
"2021-03-24T18:44:29.615075Z",
"2021-03-24T18:44:19.479152Z",
"2021-03-24T18:44:09.550554Z",
"2021-03-24T18:43:59.415476Z",
"2021-03-24T18:43:49.485895Z",
"2021-03-24T18:43:39.379519Z",
"2021-03-24T18:43:29.420070Z",
"2021-03-24T18:43:19.490904Z",
"2021-03-24T18:43:09.565071Z",
"2021-03-24T18:42:59.426583Z",
"2021-03-24T18:42:49.501052Z",
"2021-03-24T18:42:39.365372Z",
"2021-03-24T18:42:29.435185Z",
"2021-03-24T18:42:19.505541Z",
"2021-03-24T18:42:09.369165Z",
"2021-03-24T18:41:59.440535Z",
"2021-03-24T18:41:49.514883Z",
"2021-03-24T18:41:39.376928Z",
"2021-03-24T18:41:29.448230Z",
"2021-03-24T18:41:19.312221Z",
"2021-03-24T18:41:09.383188Z",
"2021-03-24T18:40:59.457586Z",
"2021-03-24T18:40:49.318872Z",
"2021-03-24T18:40:39.389899Z",
"2021-03-24T18:40:29.464517Z",
"2021-03-24T18:40:19.327693Z",
"2021-03-24T18:40:09.400136Z",
"2021-03-24T18:39:59.262912Z",
"2021-03-24T18:39:49.228034Z",
"2021-03-24T18:39:39.406432Z",
"2021-03-24T18:39:29.271537Z",
"2021-03-24T18:39:19.341739Z",
"2021-03-24T18:39:09.410782Z",
"2021-03-24T18:38:59.277868Z",
"2021-03-24T18:38:49.348499Z",
"2021-03-24T18:38:39.211093Z",
"2021-03-24T18:38:29.285510Z",
"2021-03-24T18:38:19.354569Z",
"2021-03-24T18:38:09.218229Z",
"2021-03-24T18:37:59.289344Z",
"2021-03-24T18:37:49.363490Z",
"2021-03-24T18:37:39.225012Z",
"2021-03-24T18:37:29.298904Z",
"2021-03-24T18:37:19.161722Z",
"2021-03-24T18:37:09.232354Z",
"2021-03-24T18:36:59.306021Z",
"2021-03-24T18:36:49.167950Z",
"2021-03-24T18:36:39.239142Z",
"2021-03-24T18:36:29.103557Z",
"2021-03-24T18:36:19.175646Z",
"2021-03-24T18:36:09.248979Z",
"2021-03-24T18:35:59.118844Z",
"2021-03-24T18:35:49.183641Z",
"2021-03-24T18:35:39.255965Z",
"2021-03-24T18:35:29.120403Z",
"2021-03-24T18:35:19.188974Z",
"2021-03-24T18:35:09.056129Z",
"2021-03-24T18:34:59.125989Z",
"2021-03-24T18:34:49.197731Z",
"2021-03-24T18:34:39.062395Z",
"2021-03-24T18:34:29.134360Z",
"2021-03-24T18:34:19.204534Z",
"2021-03-24T18:34:09.069908Z",
"2021-03-24T18:33:59.141478Z",
"2021-03-24T18:33:49.003799Z",
"2021-03-24T18:33:39.076791Z",
"2021-03-24T18:33:29.177895Z",
"2021-03-24T18:33:19.009253Z",
"2021-03-24T18:33:09.084128Z",
"2021-03-24T18:32:58.953245Z",
"2021-03-24T18:32:49.023880Z",
"2021-03-24T18:32:39.091000Z",
"2021-03-24T18:32:28.953876Z",
"2021-03-24T18:32:19.025549Z",
"2021-03-24T18:32:09.098008Z",
"2021-03-24T18:31:58.959829Z",
"2021-03-24T18:31:49.033592Z",
"2021-03-24T18:31:39.105284Z",
"2021-03-24T18:31:28.967400Z",
"2021-03-24T18:31:19.040490Z",
"2021-03-24T18:31:08.903837Z",
"2021-03-24T18:30:58.976366Z",
"2021-03-24T18:30:49.050578Z",
"2021-03-24T18:30:38.911793Z",
"2021-03-24T18:30:28.983463Z",
"2021-03-24T18:30:19.051655Z",
"2021-03-24T18:30:08.918100Z",
"2021-03-24T18:29:58.990425Z",
"2021-03-24T18:29:48.852832Z",
"2021-03-24T18:29:38.923218Z",
"2021-03-24T18:29:28.994405Z",
"2021-03-24T18:29:18.859529Z",
"2021-03-24T18:29:08.930922Z",
"2021-03-24T18:28:59.006595Z",
"2021-03-24T18:28:48.867579Z",
"2021-03-24T18:28:38.938225Z",
"2021-03-24T18:28:28.802644Z",
"2021-03-24T18:28:18.874473Z",
"2021-03-24T18:28:08.946289Z",
"2021-03-24T18:27:58.809059Z",
"2021-03-24T18:27:48.879629Z",
"2021-03-24T18:27:38.951581Z",
"2021-03-24T18:27:28.815071Z",
"2021-03-24T18:27:18.886544Z",
"2021-03-24T18:27:08.751779Z",
"2021-03-24T18:26:58.764582Z",
"2021-03-24T18:26:48.900622Z",
"2021-03-24T18:26:38.758037Z",
"2021-03-24T18:26:28.829245Z",
"2021-03-24T18:26:18.693667Z",
"2021-03-24T18:26:08.767946Z",
"2021-03-24T18:25:58.839293Z",
"2021-03-24T18:25:48.701504Z",
"2021-03-24T18:25:38.771771Z",
"2021-03-24T18:25:28.851431Z",
"2021-03-24T18:25:18.708078Z",
"2021-03-24T18:25:08.781895Z",
"2021-03-24T18:24:58.645959Z",
"2021-03-24T18:24:48.714613Z",
"2021-03-24T18:24:38.794043Z",
"2021-03-24T18:24:28.649865Z",
"2021-03-24T18:24:18.722085Z",
"2021-03-24T18:24:08.800977Z",
"2021-03-24T18:23:58.665230Z",
"2021-03-24T18:23:48.735705Z",
"2021-03-24T18:23:38.595149Z",
"2021-03-24T18:23:28.665337Z",
"2021-03-24T18:23:18.740294Z",
"2021-03-24T18:23:08.599937Z",
"2021-03-24T18:22:58.676432Z",
"2021-03-24T18:22:48.748028Z",
"2021-03-24T18:22:38.607999Z",
"2021-03-24T18:22:28.683129Z",
"2021-03-24T18:22:18.542567Z",
"2021-03-24T18:22:08.621019Z",
"2021-03-24T18:21:58.691852Z",
"2021-03-24T18:21:48.551939Z",
"2021-03-24T18:21:38.496463Z",
"2021-03-24T18:21:28.706672Z",
"2021-03-24T18:21:18.562320Z",
"2021-03-24T18:21:08.633033Z",
"2021-03-24T18:20:58.495436Z",
"2021-03-24T18:20:48.568791Z",
"2021-03-24T18:20:38.634888Z",
"2021-03-24T18:20:28.505642Z",
"2021-03-24T18:20:18.576982Z",
"2021-03-24T18:20:08.649798Z",
"2021-03-24T18:19:58.510830Z",
"2021-03-24T18:19:48.582783Z",
"2021-03-24T18:19:38.447654Z",
"2021-03-24T18:19:28.519799Z",
"2021-03-24T18:19:18.591067Z",
"2021-03-24T18:19:08.454084Z",
"2021-03-24T18:18:58.525248Z",
"2021-03-24T18:18:48.591456Z",
"2021-03-24T18:18:38.462660Z",
"2021-03-24T18:18:28.533641Z",
"2021-03-24T18:18:18.398142Z",
"2021-03-24T18:18:08.470733Z",
"2021-03-24T18:17:58.536952Z",
"2021-03-24T18:17:48.406516Z",
"2021-03-24T18:17:38.478099Z",
"2021-03-24T18:17:28.341929Z",
"2021-03-24T18:17:18.410766Z",
"2021-03-24T18:17:08.478658Z",
"2021-03-24T18:16:58.347067Z",
"2021-03-24T18:16:48.419094Z",
"2021-03-24T18:16:38.484036Z",
"2021-03-24T18:16:28.353738Z",
"2021-03-24T18:16:18.419960Z",
"2021-03-24T18:16:08.290139Z",
"2021-03-24T18:15:58.360394Z",
"2021-03-24T18:15:48.429203Z",
"2021-03-24T18:15:38.296186Z",
"2021-03-24T18:15:28.364976Z",
"2021-03-24T18:15:18.435685Z",
"2021-03-24T18:15:08.304130Z",
"2021-03-24T18:14:58.371994Z",
"2021-03-24T18:14:48.240497Z",
"2021-03-24T18:14:38.304941Z",
"2021-03-24T18:14:28.375909Z",
"2021-03-24T18:14:18.245476Z",
"2021-03-24T18:14:08.313541Z",
"2021-03-24T18:13:58.386085Z",
"2021-03-24T18:13:48.248921Z",
"2021-03-24T18:13:38.320360Z",
"2021-03-24T18:13:28.189898Z",
"2021-03-24T18:13:18.256288Z",
"2021-03-24T18:13:08.327730Z",
"2021-03-24T18:12:58.196432Z",
"2021-03-24T18:12:48.261654Z",
"2021-03-24T18:12:38.335893Z",
"2021-03-24T18:12:28.200127Z",
"2021-03-24T18:12:18.268373Z",
"2021-03-24T18:12:08.140608Z",
"2021-03-24T18:11:58.203824Z",
"2021-03-24T18:11:48.278778Z",
"2021-03-24T18:11:38.140956Z",
"2021-03-24T18:11:28.211355Z",
"2021-03-24T18:11:18.283637Z",
"2021-03-24T18:11:08.149600Z",
"2021-03-24T18:10:58.220888Z",
"2021-03-24T18:10:48.083896Z",
"2021-03-24T18:10:38.154836Z",
"2021-03-24T18:10:28.226261Z",
"2021-03-24T18:10:18.089671Z",
"2021-03-24T18:10:08.163609Z",
"2021-03-24T18:09:58.233896Z",
"2021-03-24T18:09:48.099059Z",
"2021-03-24T18:09:38.171046Z",
"2021-03-24T18:09:28.032739Z",
"2021-03-24T18:09:18.103041Z",
"2021-03-24T18:09:08.178170Z",
"2021-03-24T18:08:58.039127Z",
"2021-03-24T18:08:48.113516Z",
"2021-03-24T18:08:38.184502Z",
"2021-03-24T18:08:27.978053Z",
"2021-03-24T18:08:18.233694Z",
"2021-03-24T18:08:07.981524Z",
"2021-03-24T18:07:58.052570Z",
"2021-03-24T18:07:48.125352Z",
"2021-03-24T18:07:37.991796Z",
"2021-03-24T18:07:28.059852Z",
"2021-03-24T18:07:18.133186Z",
"2021-03-24T18:07:07.998653Z",
"2021-03-24T18:06:58.067859Z",
"2021-03-24T18:06:47.934511Z",
"2021-03-24T18:06:38.005628Z",
"2021-03-24T18:06:28.073850Z",
"2021-03-24T18:06:17.940606Z",
"2021-03-24T18:06:08.012545Z",
"2021-03-24T18:05:58.082273Z",
"2021-03-24T18:05:47.948452Z",
"2021-03-24T18:05:38.016962Z",
"2021-03-24T18:05:27.883991Z",
"2021-03-24T18:05:17.952355Z",
"2021-03-24T18:05:08.023252Z",
"2021-03-24T18:04:57.890923Z",
"2021-03-24T18:04:47.959264Z",
"2021-03-24T18:04:38.032458Z",
"2021-03-24T18:04:27.895338Z",
"2021-03-24T18:04:17.968823Z",
"2021-03-24T18:04:07.832836Z",
"2021-03-24T18:03:57.904185Z",
"2021-03-24T18:03:47.976498Z",
"2021-03-24T18:03:37.838272Z",
"2021-03-24T18:03:27.908766Z",
"2021-03-24T18:03:17.980284Z",
"2021-03-24T18:03:07.845411Z",
"2021-03-24T18:02:57.812054Z",
"2021-03-24T18:02:47.783411Z",
"2021-03-24T18:02:37.854476Z",
"2021-03-24T18:02:27.925565Z",
"2021-03-24T18:02:17.788382Z",
"2021-03-24T18:02:07.858649Z",
"2021-03-24T18:01:57.931218Z",
"2021-03-24T18:01:47.794199Z",
"2021-03-24T18:01:37.865482Z",
"2021-03-24T18:01:27.730491Z",
"2021-03-24T18:01:17.803905Z",
"2021-03-24T18:01:07.872590Z",
"2021-03-24T18:00:57.736811Z",
"2021-03-24T18:00:47.808123Z",
"2021-03-24T18:00:37.879728Z",
"2021-03-24T18:00:27.745550Z",
"2021-03-24T18:00:17.817143Z",
"2021-03-24T18:00:07.682649Z",
"2021-03-24T17:59:57.753799Z",
"2021-03-24T17:59:47.825038Z",
"2021-03-24T17:59:37.686449Z",
"2021-03-24T17:59:27.760178Z",
"2021-03-24T17:59:17.623644Z",
"2021-03-24T17:59:07.696380Z",
"2021-03-24T17:58:57.767655Z",
"2021-03-24T17:58:47.632138Z",
"2021-03-24T17:58:37.703176Z",
"2021-03-24T17:58:27.772891Z",
"2021-03-24T17:58:17.639122Z",
"2021-03-24T17:58:07.708777Z",
"2021-03-24T17:57:57.577692Z",
"2021-03-24T17:57:47.645017Z",
"2021-03-24T17:57:37.715469Z",
"2021-03-24T17:57:27.578723Z",
"2021-03-24T17:57:17.653077Z",
"2021-03-24T17:57:07.723094Z",
"2021-03-24T17:56:57.585778Z",
"2021-03-24T17:56:47.658736Z",
"2021-03-24T17:56:37.522552Z",
"2021-03-24T17:56:27.592785Z",
"2021-03-24T17:56:17.667052Z",
"2021-03-24T17:56:07.528732Z",
"2021-03-24T17:55:57.602925Z",
"2021-03-24T17:55:47.673859Z",
"2021-03-24T17:55:37.535429Z",
"2021-03-24T17:55:27.607721Z",
"2021-03-24T17:55:17.473385Z",
"2021-03-24T17:55:07.542401Z",
"2021-03-24T17:54:57.616629Z",
"2021-03-24T17:54:47.479873Z",
"2021-03-24T17:54:37.551620Z",
"2021-03-24T17:54:27.622121Z",
"2021-03-24T17:54:17.487623Z",
"2021-03-24T17:54:07.556503Z",
"2021-03-24T17:53:57.423941Z",
"2021-03-24T17:53:47.491701Z",
"2021-03-24T17:53:37.563294Z",
"2021-03-24T17:53:27.429458Z",
"2021-03-24T17:53:17.501376Z",
"2021-03-24T17:53:07.570257Z",
"2021-03-24T17:52:57.435437Z",
"2021-03-24T17:52:47.508266Z",
"2021-03-24T17:52:37.370040Z",
"2021-03-24T17:52:27.442047Z",
"2021-03-24T17:52:17.515107Z",
"2021-03-24T17:52:07.377261Z",
"2021-03-24T17:51:57.450479Z",
"2021-03-24T17:51:47.520619Z",
"2021-03-24T17:51:37.387071Z",
"2021-03-24T17:51:27.458873Z",
"2021-03-24T17:51:17.320137Z",
"2021-03-24T17:51:07.391280Z",
"2021-03-24T17:50:57.462786Z",
"2021-03-24T17:50:47.326840Z",
"2021-03-24T17:50:37.296571Z",
"2021-03-24T17:50:27.262532Z",
"2021-03-24T17:50:17.339061Z",
"2021-03-24T17:50:07.405194Z",
"2021-03-24T17:49:57.272748Z",
"2021-03-24T17:49:47.343876Z",
"2021-03-24T17:49:37.415078Z",
"2021-03-24T17:49:27.276152Z",
"2021-03-24T17:49:17.348011Z",
"2021-03-24T17:49:07.212226Z",
"2021-03-24T17:48:57.283990Z",
"2021-03-24T17:48:47.357862Z",
"2021-03-24T17:48:37.222216Z",
"2021-03-24T17:48:27.290528Z",
"2021-03-24T17:48:17.362661Z",
"2021-03-24T17:48:07.226198Z",
"2021-03-24T17:47:57.298006Z",
"2021-03-24T17:47:47.164921Z",
"2021-03-24T17:47:37.233269Z",
"2021-03-24T17:47:27.307513Z",
"2021-03-24T17:47:17.168784Z",
"2021-03-24T17:47:07.240664Z",
"2021-03-24T17:46:57.311746Z",
"2021-03-24T17:46:47.176539Z",
"2021-03-24T17:46:37.250112Z",
"2021-03-24T17:46:27.111723Z",
"2021-03-24T17:46:17.183025Z",
"2021-03-24T17:46:07.257541Z",
"2021-03-24T17:45:57.121785Z",
"2021-03-24T17:45:47.192980Z",
"2021-03-24T17:45:37.261058Z",
"2021-03-24T17:45:27.125553Z",
"2021-03-24T17:45:17.200174Z",
"2021-03-24T17:45:07.064272Z",
"2021-03-24T17:44:57.132581Z",
"2021-03-24T17:44:47.206772Z",
"2021-03-24T17:44:37.071806Z",
"2021-03-24T17:44:27.141098Z",
"2021-03-24T17:44:17.210948Z",
"2021-03-24T17:44:07.076370Z",
"2021-03-24T17:43:57.148015Z",
"2021-03-24T17:43:47.011429Z",
"2021-03-24T17:43:37.083152Z",
"2021-03-24T17:43:27.156359Z",
"2021-03-24T17:43:17.019093Z",
"2021-03-24T17:43:07.202511Z",
"2021-03-24T17:42:57.056572Z",
"2021-03-24T17:42:47.025869Z",
"2021-03-24T17:42:37.096687Z",
"2021-03-24T17:42:26.962159Z",
"2021-03-24T17:42:17.033040Z",
"2021-03-24T17:42:07.106224Z",
"2021-03-24T17:41:56.970637Z",
"2021-03-24T17:41:47.040130Z",
"2021-03-24T17:41:37.110016Z",
"2021-03-24T17:41:26.977646Z",
"2021-03-24T17:41:17.048053Z",
"2021-03-24T17:41:06.910290Z",
"2021-03-24T17:40:56.984359Z",
"2021-03-24T17:40:47.055680Z",
"2021-03-24T17:40:36.920212Z",
"2021-03-24T17:40:26.991457Z",
"2021-03-24T17:40:16.854184Z",
"2021-03-24T17:40:06.927291Z",
"2021-03-24T17:39:56.998842Z",
"2021-03-24T17:39:46.860039Z",
"2021-03-24T17:39:36.930784Z",
"2021-03-24T17:39:26.811019Z",
"2021-03-24T17:39:16.867498Z",
"2021-03-24T17:39:06.941231Z",
"2021-03-24T17:38:56.804092Z",
"2021-03-24T17:38:46.876893Z",
"2021-03-24T17:38:36.947827Z",
"2021-03-24T17:38:26.809203Z",
"2021-03-24T17:38:16.880730Z",
"2021-03-24T17:38:06.760022Z",
"2021-03-24T17:37:56.816258Z",
"2021-03-24T17:37:46.890603Z",
"2021-03-24T17:37:36.754799Z",
"2021-03-24T17:37:26.826631Z",
"2021-03-24T17:37:16.894851Z",
"2021-03-24T17:37:06.760879Z",
"2021-03-24T17:36:56.832049Z",
"2021-03-24T17:36:46.903154Z",
"2021-03-24T17:36:36.769061Z",
"2021-03-24T17:36:26.839437Z",
"2021-03-24T17:36:16.703832Z",
"2021-03-24T17:36:06.773950Z",
"2021-03-24T17:35:56.847545Z",
"2021-03-24T17:35:46.709496Z",
"2021-03-24T17:35:36.779846Z",
"2021-03-24T17:35:26.853934Z",
"2021-03-24T17:35:16.716191Z",
"2021-03-24T17:35:06.788658Z",
"2021-03-24T17:34:56.651190Z",
"2021-03-24T17:34:46.722978Z",
"2021-03-24T17:34:36.797109Z",
"2021-03-24T17:34:26.658612Z",
"2021-03-24T17:34:16.731420Z",
"2021-03-24T17:34:06.802862Z",
"2021-03-24T17:33:56.666426Z",
"2021-03-24T17:33:46.737286Z",
"2021-03-24T17:33:36.602253Z",
"2021-03-24T17:33:26.673737Z",
"2021-03-24T17:33:16.743720Z",
"2021-03-24T17:33:06.608171Z",
"2021-03-24T17:32:56.564968Z",
"2021-03-24T17:32:46.751474Z",
"2021-03-24T17:32:36.615394Z",
"2021-03-24T17:32:26.691286Z",
"2021-03-24T17:32:16.552011Z",
"2021-03-24T17:32:06.622080Z",
"2021-03-24T17:31:56.697062Z",
"2021-03-24T17:31:46.560787Z",
"2021-03-24T17:31:36.629111Z",
"2021-03-24T17:31:26.700214Z",
"2021-03-24T17:31:16.564464Z",
"2021-03-24T17:31:06.637878Z",
"2021-03-24T17:30:56.503286Z",
"2021-03-24T17:30:46.573822Z",
"2021-03-24T17:30:36.645367Z",
"2021-03-24T17:30:26.509001Z",
"2021-03-24T17:30:16.475230Z",
"2021-03-24T17:30:06.652561Z",
"2021-03-24T17:29:56.517381Z",
"2021-03-24T17:29:46.587087Z",
"2021-03-24T17:29:36.450209Z",
"2021-03-24T17:29:26.522728Z",
"2021-03-24T17:29:16.592461Z",
"2021-03-24T17:29:06.458394Z",
"2021-03-24T17:28:56.531152Z",
"2021-03-24T17:28:46.392723Z",
"2021-03-24T17:28:36.465493Z",
"2021-03-24T17:28:26.432187Z",
"2021-03-24T17:28:16.403023Z",
"2021-03-24T17:28:06.472129Z",
"2021-03-24T17:27:56.351052Z",
"2021-03-24T17:27:46.407050Z",
"2021-03-24T17:27:36.479503Z",
"2021-03-24T17:27:26.343018Z",
"2021-03-24T17:27:16.413654Z",
"2021-03-24T17:27:06.485671Z",
"2021-03-24T17:26:56.352701Z",
"2021-03-24T17:26:46.420730Z",
"2021-03-24T17:26:36.493020Z",
"2021-03-24T17:26:26.359256Z",
"2021-03-24T17:26:16.429481Z",
"2021-03-24T17:26:06.293608Z",
"2021-03-24T17:25:56.365895Z",
"2021-03-24T17:25:46.437027Z",
"2021-03-24T17:25:36.301723Z",
"2021-03-24T17:25:26.372148Z",
"2021-03-24T17:25:16.447097Z",
"2021-03-24T17:25:06.309153Z",
"2021-03-24T17:24:56.380326Z",
"2021-03-24T17:24:46.247146Z",
"2021-03-24T17:24:36.314408Z",
"2021-03-24T17:24:26.385737Z",
"2021-03-24T17:24:16.249983Z",
"2021-03-24T17:24:06.321338Z",
"2021-03-24T17:23:56.352022Z",
"2021-03-24T17:23:46.257988Z",
"2021-03-24T17:23:36.326891Z",
"2021-03-24T17:23:26.193050Z",
"2021-03-24T17:23:16.263874Z",
"2021-03-24T17:23:06.335162Z",
"2021-03-24T17:22:56.148878Z",
"2021-03-24T17:22:46.273242Z",
"2021-03-24T17:22:36.341083Z",
"2021-03-24T17:22:26.130179Z",
"2021-03-24T17:22:16.279347Z",
"2021-03-24T17:22:06.142617Z",
"2021-03-24T17:21:56.213935Z",
"2021-03-24T17:21:46.283788Z",
"2021-03-24T17:21:36.149615Z",
"2021-03-24T17:21:26.159467Z",
"2021-03-24T17:21:16.291424Z",
"2021-03-24T17:21:06.155941Z",
"2021-03-24T17:20:56.229578Z",
"2021-03-24T17:20:46.092288Z",
"2021-03-24T17:20:36.164050Z",
"2021-03-24T17:20:26.236501Z",
"2021-03-24T17:20:16.097849Z",
"2021-03-24T17:20:06.169293Z",
"2021-03-24T17:19:56.242511Z",
"2021-03-24T17:19:46.107691Z",
"2021-03-24T17:19:36.178389Z",
"2021-03-24T17:19:26.043685Z",
"2021-03-24T17:19:16.113393Z",
"2021-03-24T17:19:06.186145Z",
"2021-03-24T17:18:55.987206Z",
"2021-03-24T17:18:46.121643Z",
"2021-03-24T17:18:35.988197Z",
"2021-03-24T17:18:26.054695Z",
"2021-03-24T17:18:16.125998Z",
"2021-03-24T17:18:05.954801Z",
"2021-03-24T17:17:56.061229Z",
"2021-03-24T17:17:46.136387Z",
"2021-03-24T17:17:35.998116Z",
"2021-03-24T17:17:26.068376Z",
"2021-03-24T17:17:15.935422Z",
"2021-03-24T17:17:06.010438Z",
"2021-03-24T17:16:56.078119Z",
"2021-03-24T17:16:45.942986Z",
"2021-03-24T17:16:36.014091Z",
"2021-03-24T17:16:26.084433Z",
"2021-03-24T17:16:15.946815Z",
"2021-03-24T17:16:06.019748Z",
"2021-03-24T17:15:55.885179Z",
"2021-03-24T17:15:45.956391Z",
"2021-03-24T17:15:35.850917Z"
],
"y": [
2021-03-24 23:32:19 +01:00
17,
17,
18,
18,
17,
15,
16,
14,
17,
15,
17,
13,
15,
19,
15,
14,
19,
15,
18,
15,
15,
13,
17,
16,
15,
16,
16,
15,
14,
14,
17,
18,
16,
15,
18,
16,
15,
15,
14,
15,
17,
12,
16,
13,
14,
13,
15,
14,
15,
15,
14,
14,
18,
19,
19,
13,
18,
15,
17,
17,
15,
18,
13,
14,
15,
15,
15,
16,
17,
16,
16,
13,
16,
16,
18,
16,
18,
17,
16,
13,
18,
16,
15,
14,
13,
15,
16,
16,
18,
14,
14,
13,
15,
20,
17,
16,
17,
17,
15,
14,
15,
15,
14,
16,
15,
19,
17,
16,
13,
17,
15,
16,
15,
17,
12,
14,
14,
16,
13,
15,
17,
17,
16,
17,
16,
15,
16,
16,
17,
14,
17,
18,
16,
15,
18,
16,
16,
14,
14,
20,
14,
14,
16,
13,
18,
17,
17,
16,
15,
16,
12,
13,
17,
14,
14,
12,
17,
13,
14,
15,
10,
13,
13,
15,
15,
15,
15,
15,
14,
13,
13,
14,
16,
17,
15,
14,
15,
10,
15,
16,
14,
16,
14,
17,
18,
12,
14,
18,
16,
16,
13,
15,
20,
13,
19,
16,
16,
14,
18,
16,
15,
11,
14,
14,
12,
19,
13,
15,
20,
14,
14,
16,
17,
15,
19,
16,
15,
15,
14,
16,
19,
16,
17,
16,
17,
19,
15,
16,
14,
14,
15,
12,
17,
15,
17,
15,
18,
12,
22,
14,
14,
19,
15,
15,
17,
19,
15,
14,
17,
16,
17,
14,
17,
15,
16,
18,
16,
17,
15,
20,
17,
13,
14,
17,
15,
17,
14,
16,
14,
10,
16,
15,
15,
14,
16,
10,
15,
16,
16,
12,
16,
20,
19,
17,
15,
14,
16,
14,
19,
17,
14,
16,
16,
15,
14,
13,
18,
17,
16,
15,
14,
16,
19,
18,
16,
15,
15,
15,
14,
18,
17,
15,
18,
12,
19,
17,
16,
17,
16,
14,
17,
15,
17,
17,
16,
15,
16,
18,
17,
15,
17,
17,
16,
12,
14,
15,
16,
18,
14,
13,
16,
14,
16,
14,
18,
14,
13,
19,
16,
14,
16,
14,
14,
18,
15,
18,
17,
13,
16,
16,
13,
15,
14,
14,
16,
15,
16,
13,
17,
16,
14,
14,
15,
15,
16,
17,
16,
19,
11,
17,
17,
17,
15,
16,
15,
12,
14,
15,
12,
13,
13,
18,
14,
15,
18,
17,
15,
18,
15,
15,
15,
17,
17,
12,
18,
17,
17,
19,
16,
18,
17,
16,
15,
15,
15,
15,
16,
14,
14,
14,
14,
16,
16,
15,
16,
16,
16,
18,
14,
22,
16,
15,
15,
16,
16,
17,
14,
14,
17,
14,
15,
14,
17,
15,
17,
16,
17,
17,
14,
17,
15,
13,
14,
17,
20,
16,
14,
17,
17,
17,
14,
16,
15,
15,
18,
14,
17,
15,
17,
13,
17,
16,
14,
17,
16,
15,
13,
13,
12,
13,
11,
16,
14,
15,
15,
17,
18,
17,
21,
11,
15,
19,
16,
15,
17,
13,
14,
15,
16,
16,
14,
17,
15,
14,
14,
14,
15,
17,
16,
16,
16,
15,
15,
12,
14,
15,
14,
15,
12,
18,
17,
16,
15,
15,
17,
15,
18,
15,
17,
14,
15,
16,
15,
15,
14,
14,
13,
16,
17,
14,
15,
16,
16,
15,
18,
14,
17,
15,
17,
18,
16,
15,
12,
15,
16,
13,
20,
12,
13,
17,
14,
16,
18,
18,
15,
13,
15,
17,
16,
15,
15,
17,
16,
16,
16,
17,
15,
13,
13,
14,
16,
12,
14,
16,
15,
18,
22,
13,
16,
13,
16,
19,
15,
13,
13,
15,
16,
15,
20,
13,
19,
18,
15,
15,
15,
17,
16,
18,
17,
19,
19,
18,
13,
20,
15,
17,
10,
16,
21,
14,
19,
14,
13,
13,
14,
16,
14,
18,
13,
17,
20,
14,
18,
14,
16,
14,
9,
19,
14,
16,
20,
12,
14,
18,
17,
14,
15,
16,
16,
19,
21,
14,
15,
18,
19,
21,
12,
21,
19,
12,
13,
19,
17,
22,
22,
16,
13,
17,
17,
16,
20,
13,
16,
18,
17,
16,
20,
16,
17,
15,
21,
19,
21,
16,
17,
19,
14,
13,
12,
21,
18,
15,
12,
16,
18,
16,
16,
16,
17,
16,
16,
17,
14,
14,
17,
15,
15,
14,
16,
18,
18,
15,
17,
19,
17,
20,
16,
19,
12,
14,
14,
14,
16,
18,
19,
16,
20,
12,
15,
12,
15,
19,
15,
18,
17,
16,
15,
13,
23,
18,
21,
11,
12,
16,
18,
15,
16,
14,
17,
16,
11,
19,
14,
16,
11,
16,
15,
16,
18,
16,
16,
14,
15,
14,
14,
16,
11,
13,
15,
20,
16,
15,
14,
16,
17,
16,
15,
16,
17,
16,
14,
16,
17,
17,
15,
12,
16,
16,
18,
10,
14,
19,
15,
13,
14,
18,
15,
17,
15,
17,
12,
11,
20,
17,
18,
18,
16,
17,
13,
9,
20,
19,
17,
15,
18,
12,
14,
19,
20,
18,
13,
20,
17,
12,
11,
17,
12,
16,
13,
16,
15,
11,
17,
16,
16,
14,
15,
17,
19,
15,
21,
14,
19,
17,
17,
19,
15,
42,
18,
13,
17,
14,
18,
15,
21,
13,
19,
16,
20,
14,
15,
20,
13,
14,
15,
20,
18,
14,
24,
20,
20,
16,
18,
12,
13,
22,
19,
18,
20,
17,
14,
17,
17,
14,
13,
20,
19,
18,
19,
19,
17,
20,
18,
15,
16,
8,
18,
13,
16,
21,
13,
16,
14,
11,
18,
16,
17,
14,
14,
15,
19,
23,
15,
16,
14,
19,
13,
14,
14,
14,
22,
15,
13,
11,
18,
15,
16,
13,
16,
14,
14,
14,
19,
20,
17,
17,
16,
15,
18,
17,
14,
19,
15,
14,
16,
15,
13,
14,
20,
16,
17,
13,
12,
18,
18,
16,
21,
16,
14,
15,
13,
15,
19,
12,
17,
15,
18,
20,
20,
15,
20,
12,
12,
15,
16,
16,
17,
15,
17,
16,
17,
14,
18,
22,
17,
12,
17,
14,
13,
17,
20,
23,
16,
12,
13,
12,
16,
13,
15,
14,
17,
18,
14,
17,
15,
20,
13,
13,
15,
18,
18,
14,
18,
15,
19,
15,
15,
17,
14,
20,
16,
14,
18,
17,
17,
15,
18,
18,
17,
17,
21,
17,
22,
13,
16,
16,
23,
15,
14,
17,
16,
17,
18,
17,
19,
16,
17,
17,
14,
11,
16,
14,
19,
14,
17,
23,
15,
11,
13,
14,
14,
17,
17,
17,
15,
19,
17,
15,
20,
17,
20,
19,
15,
13,
14,
14,
12,
12,
17,
18,
13,
13,
19,
17,
16,
14,
18,
20,
16,
15,
18,
23,
12,
13,
15,
16,
13,
15,
15,
18,
22,
12,
13,
21,
16,
13,
17,
14,
14,
14,
17,
11,
20,
16,
16,
13,
15,
15,
20,
14,
15,
19,
18,
14,
16,
19,
16,
17,
15,
19,
17,
17,
15,
16,
16,
15,
18,
19,
14,
15,
17,
15,
19,
10,
18,
13,
19,
14,
18,
16,
16,
15,
15,
15,
16,
22,
16,
14,
15,
17,
14,
16,
15,
15,
13,
15,
19,
17,
20,
16,
12,
12,
21,
13,
15,
16,
16,
15,
14,
17,
12,
13,
13,
14,
24,
16,
14,
17,
15,
13,
17,
19,
13,
20,
17,
13,
17,
14,
17,
19,
17,
16,
14,
17,
16,
13,
13,
17,
13,
15,
12,
13,
19,
16,
18,
11,
19,
14,
16,
16,
16,
17,
13,
15,
16,
13,
21,
11,
14,
16,
14,
15,
18,
13,
16,
15,
13,
14,
14,
15,
20,
15,
13,
13,
17,
18,
14,
15,
15,
15,
18,
14,
16,
18,
20,
12,
14,
16,
20,
14,
17,
13,
17,
17,
16,
15,
15,
18,
16,
13,
19,
19,
18,
14,
15,
20,
17,
16,
16,
14,
13,
18,
16,
20,
19,
24,
15,
14,
18,
13,
16,
17,
18,
13,
21,
19,
14,
13,
16,
14,
16,
13,
14,
13,
18,
14,
17,
20,
23,
16,
14,
16,
20,
16,
23,
18,
18,
20,
15,
18,
16,
15,
14,
19,
14,
19,
14,
13,
15,
16,
14,
15,
17,
21,
17,
19,
19,
14,
17,
15,
14,
17,
15,
15,
12,
18,
15,
14,
15,
14,
17,
17,
15,
17,
16,
23,
17,
15,
13,
18,
14,
15,
17,
15,
16,
18,
15,
17,
16,
13,
17,
14,
18,
20,
15,
16,
14,
21,
13,
16,
17,
17,
15,
14,
16,
21,
17,
15,
14,
15,
15,
12,
16,
14,
14,
18,
16,
16,
15,
15,
14,
19,
16,
14,
17,
16,
14,
15,
14,
18,
16,
19,
23,
18,
17,
15,
12,
16,
13,
16,
16,
15,
18,
16,
17,
16,
14,
17,
15,
13,
12,
15,
16,
15,
17,
22,
13,
14,
18,
15,
16,
15,
16,
12,
14,
17,
18,
13,
17,
13,
14,
16,
13,
20,
21,
14,
16,
9,
15,
21,
16,
18,
19,
18,
17,
15,
13,
19,
19,
17,
15,
12,
18,
18,
13,
14,
15,
19,
21,
14,
18,
21,
16,
15,
16,
17,
19,
16,
14,
14,
16,
17,
15,
16,
17,
14,
18,
16,
15,
12,
23,
17,
13,
12,
17,
17,
18,
17,
17,
14,
14,
15,
20,
13,
16,
19,
15,
22,
15,
16,
14,
17,
14,
14,
15,
13,
19,
12,
18,
15,
14,
14,
13,
14,
21,
16,
15,
13,
13,
19,
15,
15,
16,
20,
13,
14,
20,
14,
11,
14,
16,
13,
17,
15,
15,
18,
19,
13,
18,
12,
16,
13,
17,
16,
17,
16,
14,
14,
15,
17,
15,
19,
22,
16,
14,
14,
18,
17,
12,
20,
20,
16,
18,
15,
20,
13,
16,
21,
12,
14,
18,
20,
19,
16,
15,
14,
20,
22,
15,
18,
19,
16,
16,
7,
13,
21,
17,
16,
15,
19,
15,
16,
17,
18,
18,
17,
13,
16,
16,
20,
14,
16,
15,
15,
19,
19,
14,
15,
17,
14,
15,
17,
18,
17,
14,
18,
19,
17,
19,
20,
16,
22,
19,
20,
13,
18,
15,
14,
16,
15,
15,
16,
20,
14,
16,
14,
13,
14,
15,
16,
17,
13,
15,
16,
17,
18,
11,
18,
15,
16,
17,
18,
14,
19,
18,
18,
14,
19,
18,
14,
19,
17,
20,
16,
17,
11,
14,
15,
15,
13,
16,
17,
14,
20,
18,
18,
14,
16,
12,
17,
16,
16,
17,
15,
20,
16,
17,
14,
21,
13,
10,
18,
16,
17,
17,
15,
14,
22,
19,
18,
14,
15,
17,
13,
14,
17,
15,
18,
12,
15,
15,
17,
20,
16,
17,
17,
11,
12,
15,
17,
19,
17,
16,
18,
21,
15,
12,
14,
18,
14,
14,
18,
13,
16,
18,
17,
17,
16,
15,
17,
15,
18,
18,
12,
17,
13,
13,
15,
15,
14,
20,
14,
19,
15,
17,
16,
18,
17,
16,
19,
15,
19,
15,
21,
14,
14,
18,
18,
20,
14,
15,
12,
13,
15,
20,
14,
21,
20,
14,
17,
15,
14,
18,
14,
15,
19,
16,
16,
15,
20,
17,
17,
15,
12,
14,
18,
16,
16,
16,
11,
18,
16,
13,
18,
17,
22,
18,
14,
18,
12,
15,
18,
14,
14,
16,
17,
16,
15,
13,
17,
13,
15,
12,
14,
21,
17,
16,
17,
15,
17,
14,
15,
16,
14,
13,
17,
15,
15,
19,
8,
15,
19,
22,
15,
19,
15,
16,
12,
12,
15,
19,
16,
14,
14,
15,
20,
18,
21,
19,
17,
16,
16,
16,
16,
17,
15,
17,
14,
16,
17,
18,
7,
16,
13,
21
]
}
],
"layout": {
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "barpolar"
}
],
"carpet": [
{
"aaxis": {
"endlinecolor": "#2a3f5f",
"gridcolor": "white",
"linecolor": "white",
"minorgridcolor": "white",
"startlinecolor": "#2a3f5f"
},
"baxis": {
"endlinecolor": "#2a3f5f",
"gridcolor": "white",
"linecolor": "white",
"minorgridcolor": "white",
"startlinecolor": "#2a3f5f"
},
"type": "carpet"
}
],
"choropleth": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "choropleth"
}
],
"contour": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "contour"
}
],
"contourcarpet": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "contourcarpet"
}
],
"heatmap": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "heatmap"
}
],
"heatmapgl": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "heatmapgl"
}
],
"histogram": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "histogram"
}
],
"histogram2d": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "histogram2d"
}
],
"histogram2dcontour": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "histogram2dcontour"
}
],
"mesh3d": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"type": "mesh3d"
}
],
"parcoords": [
{
"line": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "parcoords"
}
],
"pie": [
{
"automargin": true,
"type": "pie"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatter"
}
],
"scatter3d": [
{
"line": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatter3d"
}
],
"scattercarpet": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattercarpet"
}
],
"scattergeo": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattergeo"
}
],
"scattergl": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattergl"
}
],
"scattermapbox": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scattermapbox"
}
],
"scatterpolar": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterpolar"
}
],
"scatterpolargl": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterpolargl"
}
],
"scatterternary": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"type": "scatterternary"
}
],
"surface": [
{
"colorbar": {
"outlinewidth": 0,
"ticks": ""
},
"colorscale": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"type": "surface"
}
],
"table": [
{
"cells": {
"fill": {
"color": "#EBF0F8"
},
"line": {
"color": "white"
}
},
"header": {
"fill": {
"color": "#C8D4E3"
},
"line": {
"color": "white"
}
},
"type": "table"
}
]
},
"layout": {
"annotationdefaults": {
"arrowcolor": "#2a3f5f",
"arrowhead": 0,
"arrowwidth": 1
},
"autotypenumbers": "strict",
"coloraxis": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"colorscale": {
"diverging": [
[
0,
"#8e0152"
],
[
0.1,
"#c51b7d"
],
[
0.2,
"#de77ae"
],
[
0.3,
"#f1b6da"
],
[
0.4,
"#fde0ef"
],
[
0.5,
"#f7f7f7"
],
[
0.6,
"#e6f5d0"
],
[
0.7,
"#b8e186"
],
[
0.8,
"#7fbc41"
],
[
0.9,
"#4d9221"
],
[
1,
"#276419"
]
],
"sequential": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
],
"sequentialminus": [
[
0,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1,
"#f0f921"
]
]
},
"colorway": [
"#636efa",
"#EF553B",
"#00cc96",
"#ab63fa",
"#FFA15A",
"#19d3f3",
"#FF6692",
"#B6E880",
"#FF97FF",
"#FECB52"
],
"font": {
"color": "#2a3f5f"
},
"geo": {
"bgcolor": "white",
"lakecolor": "white",
"landcolor": "#E5ECF6",
"showlakes": true,
"showland": true,
"subunitcolor": "white"
},
"hoverlabel": {
"align": "left"
},
"hovermode": "closest",
"mapbox": {
"style": "light"
},
"paper_bgcolor": "white",
"plot_bgcolor": "#E5ECF6",
"polar": {
"angularaxis": {
"gridcolor": "white",
"linecolor": "white",
"ticks": ""
},
"bgcolor": "#E5ECF6",
"radialaxis": {
"gridcolor": "white",
"linecolor": "white",
"ticks": ""
}
},
"scene": {
"xaxis": {
"backgroundcolor": "#E5ECF6",
"gridcolor": "white",
"gridwidth": 2,
"linecolor": "white",
"showbackground": true,
"ticks": "",
"zerolinecolor": "white"
},
"yaxis": {
"backgroundcolor": "#E5ECF6",
"gridcolor": "white",
"gridwidth": 2,
"linecolor": "white",
"showbackground": true,
"ticks": "",
"zerolinecolor": "white"
},
"zaxis": {
"backgroundcolor": "#E5ECF6",
"gridcolor": "white",
"gridwidth": 2,
"linecolor": "white",
"showbackground": true,
"ticks": "",
"zerolinecolor": "white"
}
},
"shapedefaults": {
"line": {
"color": "#2a3f5f"
}
},
"ternary": {
"aaxis": {
"gridcolor": "white",
"linecolor": "white",
"ticks": ""
},
"baxis": {
"gridcolor": "white",
"linecolor": "white",
"ticks": ""
},
"bgcolor": "#E5ECF6",
"caxis": {
"gridcolor": "white",
"linecolor": "white",
"ticks": ""
}
},
"title": {
"x": 0.05
},
"xaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"title": {
"standoff": 15
},
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"title": {
"standoff": 15
},
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
}
}
},
"text/html": [
2021-03-24 23:32:19 +01:00
"<div> <div id=\"04d1d264-cf6c-410f-a08e-186e5b6d3f47\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div> <script type=\"text/javascript\"> require([\"plotly\"], function(Plotly) { window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById(\"04d1d264-cf6c-410f-a08e-186e5b6d3f47\")) { Plotly.newPlot( \"04d1d264-cf6c-410f-a08e-186e5b6d3f47\", [{\"name\": \"WiFI RSSI\", \"type\": \"scatter\", \"x\": [\"2021-03-24T22:31:22.418037Z\", \"2021-03-24T22:31:12.494937Z\", \"2021-03-24T22:31:02.405575Z\", \"2021-03-24T22:30:52.430795Z\", \"2021-03-24T22:30:42.610625Z\", \"2021-03-24T22:30:32.384602Z\", \"2021-03-24T22:30:22.378873Z\", \"2021-03-24T22:30:12.371245Z\", \"2021-03-24T22:30:02.364397Z\", \"2021-03-24T22:29:52.547510Z\", \"2021-03-24T22:29:42.413016Z\", \"2021-03-24T22:29:32.484015Z\", \"2021-03-24T22:29:22.347971Z\", \"2021-03-24T22:29:12.421336Z\", \"2021-03-24T22:29:02.490340Z\", \"2021-03-24T22:28:52.355438Z\", \"2021-03-24T22:28:42.426792Z\", \"2021-03-24T22:28:32.393582Z\", \"2021-03-24T22:28:22.363033Z\", \"2021-03-24T22:28:12.293077Z\", \"2021-03-24T22:28:02.299386Z\", \"2021-03-24T22:27:52.369461Z\", \"2021-03-24T22:27:42.440079Z\", \"2021-03-24T22:27:32.304989Z\", \"2021-03-24T22:27:22.375171Z\", \"2021-03-24T22:27:12.446684Z\", \"2021-03-24T22:27:02.311561Z\", \"2021-03-24T22:26:52.240969Z\", \"2021-03-24T22:26:42.246826Z\", \"2021-03-24T22:26:32.318815Z\", \"2021-03-24T22:26:22.392245Z\", \"2021-03-24T22:26:12.256293Z\", \"2021-03-24T22:26:02.326936Z\", \"2021-03-24T22:25:52.396603Z\", \"2021-03-24T22:25:42.192281Z\", \"2021-03-24T22:25:32.335007Z\", \"2021-03-24T22:25:22.197462Z\", \"2021-03-24T22:25:12.268713Z\", \"2021-03-24T22:25:02.341358Z\", \"2021-03-24T22:24:52.205674Z\", \"2021-03-24T22:24:42.173097Z\", \"2021-03-24T22:24:32.345616Z\", \"2021-03-24T22:24:22.211331Z\", \"2021-03-24T22:24:12.281248Z\", \"2021-03-24T22:24:02.145457Z\", \"2021-03-24T22:23:52.216804Z\", \"2021-03-24T22:23:42.289399Z\", \"2021-03-24T22:23:32.153689Z\", \"2021-03-24T22:23:22.224049Z\", \"2021-03-24T22:23:12.295542Z\", \"2021-03-24T22:23:02.093675Z\", \"2021-03-24T22:22:52.076576Z\", \"2021-03-24T22:22:42.096134Z\", \"2021-03-24T22:22:32.169395Z\", \"2021-03-24T22:22:22.239712Z\", \"2021-03-24T22:22:12.050004Z\", \"2021-03-24T22:22:02.172895Z\", \"2021-03-24T22:21:52.097933Z\", \"2021-03-24T22:21:42.113826Z\", \"2021-03-24T22:21:32.079728Z\", \"2021-03-24T22:21:22.048206Z\", \"2021-03-24T22:21:12.118046Z\", \"2021-03-24T22:21:02.191131Z\", \"2021-03-24T22:20:52.057100Z\", \"2021-03-24T22:20:42.123062Z\", \"2021-03-24T22:20:32.194841Z\", \"2021-03-24T22:20:22.063811Z\", \"2021-03-24T22:20:12.026572Z\", \"2021-03-24T22:20:02.001029Z\", \"2021-03-24T22:19:52.070542Z\", \"2021-03-24T22:19:42.139925Z\", \"2021-03-24T22:19:31.950043Z\", \"2021-03-24T22:19:22.078235Z\", \"2021-03-24T22:19:12.145075Z\", \"2021-03-24T22:19:02.016238Z\", \"2021-03-24T22:18:52.086137Z\", \"2021-03-24T22:18:41.949381Z\", \"2021-03-24T22:18:32.020444Z\", \"2021-03-24T22:18:22.091778Z\", \"2021-03-24T22:18:11.955233Z\", \"2021-03-24T22:18:01.918526Z\", \"2021-03-24T22:17:52.074193Z\", \"2021-03-24T22:17:41.963263Z\", \"2021-03-24T22:17:32.038570Z\", \"2021-03-24T22:17:21.898798Z\", \"2021-03-24T22:17:11.855877Z\", \"2021-03-24T22:17:02.041705Z\", \"2021-03-24T22:16:51.905252Z\", \"2021-03-24T22:16:41.976149Z\", \"2021-03-24T22:16:31.832040Z\", \"2021-03-24T22:16:21.912103Z\", \"2021-03-24T22:16:11.984944Z\", \"2021-03-24T22:16:01.843413Z\", \"2021-03-24T22:15:51.919410Z\", \"2021-03-24T22:15:41.990654Z\", \"2021-03-24T22:15:31.849906Z\", \"2021-03-24T22:15:22.210356Z\", \"2021-03-24T22:15:12.000571Z\", \"2021-03-24T22:15:01.856534Z\", \"2021-03-24T22:14:51.935597Z\", \"2021-03-24T22:14:41.792893Z\", \"2021-03-24T22:14:31.864589Z\", \"2021-03-24T22:14:21.939955Z\", \"2021-03-24T22:14:11.801795Z\", \"2021-03-24T22:14:01.873012Z\", \"2021-03-24T22:13:5
" \n",
2021-03-24 23:32:19 +01:00
"var gd = document.getElementById('04d1d264-cf6c-410f-a08e-186e5b6d3f47');\n",
"var x = new MutationObserver(function (mutations, observer) {{\n",
" var display = window.getComputedStyle(gd).display;\n",
" if (!display || display === 'none') {{\n",
" console.log([gd, 'removed!']);\n",
" Plotly.purge(gd);\n",
" observer.disconnect();\n",
" }}\n",
"}});\n",
"\n",
"// Listen for the removal of the full notebook cells\n",
"var notebookContainer = gd.closest('#notebook-container');\n",
"if (notebookContainer) {{\n",
" x.observe(notebookContainer, {childList: true});\n",
"}}\n",
"\n",
"// Listen for the clearing of the current output cell\n",
"var outputEl = gd.closest('.output');\n",
"if (outputEl) {{\n",
" x.observe(outputEl, {childList: true});\n",
"}}\n",
"\n",
" }) }; }); </script> </div>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"fig = go.Figure([go.Scatter(x=df['time'], y=df['payload.wifi-rssi'], name=\"WiFI RSSI\"),\n",
" go.Scatter(x=df['time'], y=df['payload.hall'], name=\"Hall effect\")])\n",
"fig.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "interested-silence",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
2021-03-24 23:32:19 +01:00
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {
"07cc459eceac47dcb8b6199479039f69": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"14937ad3e04a456f838521bba3bfd72e": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"19a47aab423c45c994100a24e7f55b73": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "TextModel",
"state": {
"description": "Serial:",
"layout": "IPY_MODEL_23ae3f01b8e54360a2c515e52013500f",
"placeholder": "Type something",
"style": "IPY_MODEL_14937ad3e04a456f838521bba3bfd72e",
"value": "esp32_1"
}
},
"23ae3f01b8e54360a2c515e52013500f": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
},
"2830c0db32394a31900947bab8b2dd35": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"291f93e47e9b49ef8f8eb420f3f4a47c": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DatePickerModel",
"state": {
"description": "From Date",
"disabled": false,
"layout": "IPY_MODEL_fdcc9a1e68c34653abff829b95bdf6ff",
"style": "IPY_MODEL_d89b526fd3124032b7dabbc10ee599f0",
"value": {
"date": 24,
"month": 2,
"year": 2021
}
}
},
"340e5e36dbba42d5b60d13e85bedf3a4": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"41974684122d4b40be5bc0a8db64ff9e": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DatePickerModel",
"state": {
"description": "From Date",
"disabled": false,
"layout": "IPY_MODEL_fc6a1763ccf040b9b12e3e6384d9a5d2",
"style": "IPY_MODEL_2830c0db32394a31900947bab8b2dd35",
"value": {
"date": 24,
"month": 2,
"year": 2021
}
}
},
"57c8140445e94f0686197d04f5b37a05": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DatePickerModel",
"state": {
"description": "To Date",
"disabled": false,
"layout": "IPY_MODEL_a5cadb7e8bb747b5879b6fda525c0211",
"style": "IPY_MODEL_07cc459eceac47dcb8b6199479039f69",
"value": {
"date": 25,
"month": 2,
"year": 2021
}
}
},
"5bd7fed916b946b1a5da6d2d7cd3229e": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "TextModel",
"state": {
"description": "Serial:",
"layout": "IPY_MODEL_d872e99186584085b5a052778c14eabf",
"placeholder": "Type something",
"style": "IPY_MODEL_340e5e36dbba42d5b60d13e85bedf3a4",
"value": "esp32_1"
}
},
"810137e6614b4e94a008e270fbac3df3": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DatePickerModel",
"state": {
"description": "To Date",
"disabled": false,
"layout": "IPY_MODEL_be930797fbab4501865a8d753fc82881",
"style": "IPY_MODEL_9f84286df9b54fd98a4ad9d1c373b1b2",
"value": {
"date": 25,
"month": 2,
"year": 2021
}
}
},
"9f84286df9b54fd98a4ad9d1c373b1b2": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"a5cadb7e8bb747b5879b6fda525c0211": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
},
"be930797fbab4501865a8d753fc82881": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
},
"d872e99186584085b5a052778c14eabf": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
},
"d89b526fd3124032b7dabbc10ee599f0": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.5.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"fc6a1763ccf040b9b12e3e6384d9a5d2": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
},
"fdcc9a1e68c34653abff829b95bdf6ff": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.2.0",
"model_name": "LayoutModel",
"state": {}
}
},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
"nbformat_minor": 5
}