diff --git a/package-lock.json b/package-lock.json index 3b8a1b9..b3e3ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4965,6 +4965,12 @@ } } }, + "email-addresses": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz", + "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==", + "dev": true + }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -6012,6 +6018,33 @@ "schema-utils": "^2.5.0" } }, + "filename-reserved-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", + "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "dev": true + }, + "filenamify": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", + "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "dev": true, + "requires": { + "filename-reserved-regex": "^1.0.0", + "strip-outer": "^1.0.0", + "trim-repeated": "^1.0.0" + } + }, + "filenamify-url": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz", + "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=", + "dev": true, + "requires": { + "filenamify": "^1.0.0", + "humanize-url": "^1.0.0" + } + }, "filesize": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz", @@ -6354,6 +6387,105 @@ "assert-plus": "^1.0.0" } }, + "gh-pages": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz", + "integrity": "sha512-3b1rly9kuf3/dXsT8+ZxP0UhNLOo1CItj+3e31yUVcaph/yDsJ9RzD7JOw5o5zpBTJVQLlJAASNkUfepi9fe2w==", + "dev": true, + "requires": { + "async": "^2.6.1", + "commander": "^2.18.0", + "email-addresses": "^3.0.1", + "filenamify-url": "^1.0.0", + "find-cache-dir": "^3.3.1", + "fs-extra": "^8.1.0", + "globby": "^6.1.0" + }, + "dependencies": { + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + } + } + }, "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", @@ -6800,6 +6932,16 @@ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "humanize-url": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz", + "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=", + "dev": true, + "requires": { + "normalize-url": "^1.0.0", + "strip-url-auth": "^1.0.0" + } + }, "hyphenate-style-name": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", @@ -12778,6 +12920,21 @@ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" }, + "strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "strip-url-auth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz", + "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=", + "dev": true + }, "style-loader": { "version": "0.23.1", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz", @@ -13178,6 +13335,15 @@ "punycode": "^2.1.0" } }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, "ts-pnp": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.1.6.tgz", diff --git a/package.json b/package.json index 74d8a96..111b9b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "junyi-dashboard", "version": "0.1.0", + "homepage": "https://junyiacademy.github.io/dashboard", "private": true, "dependencies": { "@material-ui/core": "^4.11.0", @@ -16,6 +17,8 @@ }, "proxy": "https://storageaccountazure88f7.blob.core.windows.net", "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", @@ -35,5 +38,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "gh-pages": "^3.1.0" } } diff --git a/src/App.jsx b/src/App.jsx index 7087999..9ebf268 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -7,7 +7,8 @@ import Typography from '@material-ui/core/Typography'; import MapChart from "./MapChart"; import ReactTooltip from "react-tooltip"; -const AzureBlobURL = '/dashboard-json/'; +// const AzureBlobURL = '/dashboard-json/'; +const AzureBlobURL = 'https://storageaccountazure88f7.blob.core.windows.net/dashboard-json/'; const RADIAN = Math.PI / 180; const useStyles = makeStyles((theme) => ({ diff --git a/src/JSON/WAU_week_by_week.json b/src/JSON/WAU_week_by_week.json deleted file mode 100644 index 01936b2..0000000 --- a/src/JSON/WAU_week_by_week.json +++ /dev/null @@ -1 +0,0 @@ -[{"week":"2012-10-08","unique_user_cnt":38},{"week":"2012-10-15","unique_user_cnt":69},{"week":"2012-10-22","unique_user_cnt":115},{"week":"2012-10-29","unique_user_cnt":113},{"week":"2012-11-05","unique_user_cnt":170},{"week":"2012-11-12","unique_user_cnt":1554},{"week":"2012-11-19","unique_user_cnt":932},{"week":"2012-11-26","unique_user_cnt":325},{"week":"2012-12-03","unique_user_cnt":363},{"week":"2012-12-10","unique_user_cnt":342},{"week":"2012-12-17","unique_user_cnt":360},{"week":"2012-12-24","unique_user_cnt":426},{"week":"2012-12-31","unique_user_cnt":453},{"week":"2013-01-07","unique_user_cnt":540},{"week":"2013-01-14","unique_user_cnt":480},{"week":"2013-01-21","unique_user_cnt":364},{"week":"2013-01-28","unique_user_cnt":318},{"week":"2013-02-04","unique_user_cnt":155},{"week":"2013-02-11","unique_user_cnt":297},{"week":"2013-02-18","unique_user_cnt":271},{"week":"2013-02-25","unique_user_cnt":260},{"week":"2013-03-04","unique_user_cnt":284},{"week":"2013-03-11","unique_user_cnt":440},{"week":"2013-03-18","unique_user_cnt":374},{"week":"2013-03-25","unique_user_cnt":570},{"week":"2013-04-01","unique_user_cnt":484},{"week":"2013-04-08","unique_user_cnt":535},{"week":"2013-04-15","unique_user_cnt":542},{"week":"2013-04-22","unique_user_cnt":594},{"week":"2013-04-29","unique_user_cnt":690},{"week":"2013-05-06","unique_user_cnt":531},{"week":"2013-05-13","unique_user_cnt":1095},{"week":"2013-05-20","unique_user_cnt":1145},{"week":"2013-05-27","unique_user_cnt":679},{"week":"2013-06-03","unique_user_cnt":811},{"week":"2013-06-10","unique_user_cnt":737},{"week":"2013-06-17","unique_user_cnt":1425},{"week":"2013-06-24","unique_user_cnt":762},{"week":"2013-07-01","unique_user_cnt":706},{"week":"2013-07-08","unique_user_cnt":826},{"week":"2013-07-15","unique_user_cnt":696},{"week":"2013-07-22","unique_user_cnt":758},{"week":"2013-07-29","unique_user_cnt":893},{"week":"2013-08-05","unique_user_cnt":797},{"week":"2013-08-12","unique_user_cnt":1765},{"week":"2013-08-19","unique_user_cnt":1293},{"week":"2013-08-26","unique_user_cnt":1556},{"week":"2013-09-02","unique_user_cnt":1974},{"week":"2013-09-09","unique_user_cnt":2176},{"week":"2013-09-16","unique_user_cnt":2004},{"week":"2013-09-23","unique_user_cnt":2401},{"week":"2013-09-30","unique_user_cnt":2053},{"week":"2013-10-07","unique_user_cnt":1833},{"week":"2013-10-14","unique_user_cnt":1919},{"week":"2013-10-21","unique_user_cnt":2376},{"week":"2013-10-28","unique_user_cnt":2863},{"week":"2013-11-04","unique_user_cnt":2809},{"week":"2013-11-11","unique_user_cnt":3349},{"week":"2013-11-18","unique_user_cnt":3143},{"week":"2013-11-25","unique_user_cnt":2615},{"week":"2013-12-02","unique_user_cnt":3238},{"week":"2013-12-09","unique_user_cnt":4890},{"week":"2013-12-16","unique_user_cnt":5073},{"week":"2013-12-23","unique_user_cnt":4698},{"week":"2013-12-30","unique_user_cnt":4639},{"week":"2014-01-06","unique_user_cnt":5644},{"week":"2014-01-13","unique_user_cnt":7807},{"week":"2014-01-20","unique_user_cnt":6368},{"week":"2014-01-27","unique_user_cnt":3061},{"week":"2014-02-03","unique_user_cnt":3789},{"week":"2014-02-10","unique_user_cnt":7525},{"week":"2014-02-17","unique_user_cnt":7905},{"week":"2014-02-24","unique_user_cnt":7966},{"week":"2014-03-03","unique_user_cnt":11260},{"week":"2014-03-10","unique_user_cnt":11683},{"week":"2014-03-17","unique_user_cnt":12418},{"week":"2014-03-24","unique_user_cnt":10540},{"week":"2014-03-31","unique_user_cnt":9811},{"week":"2014-04-07","unique_user_cnt":10330},{"week":"2014-04-14","unique_user_cnt":10966},{"week":"2014-04-21","unique_user_cnt":11366},{"week":"2014-04-28","unique_user_cnt":11007},{"week":"2014-05-05","unique_user_cnt":11373},{"week":"2014-05-12","unique_user_cnt":12212},{"week":"2014-05-19","unique_user_cnt":12907},{"week":"2014-05-26","unique_user_cnt":12357},{"week":"2014-06-02","unique_user_cnt":12623},{"week":"2014-06-09","unique_user_cnt":12823},{"week":"2014-06-16","unique_user_cnt":9674},{"week":"2014-06-23","unique_user_cnt":8828},{"week":"2014-06-30","unique_user_cnt":6518},{"week":"2014-07-07","unique_user_cnt":6295},{"week":"2014-07-14","unique_user_cnt":8111},{"week":"2014-07-21","unique_user_cnt":8958},{"week":"2014-07-28","unique_user_cnt":7619},{"week":"2014-08-04","unique_user_cnt":7259},{"week":"2014-08-11","unique_user_cnt":6299},{"week":"2014-08-18","unique_user_cnt":6762},{"week":"2014-08-25","unique_user_cnt":6760},{"week":"2014-09-01","unique_user_cnt":11857},{"week":"2014-09-08","unique_user_cnt":14318},{"week":"2014-09-15","unique_user_cnt":17657},{"week":"2014-09-22","unique_user_cnt":18547},{"week":"2014-09-29","unique_user_cnt":18858},{"week":"2014-10-06","unique_user_cnt":16207},{"week":"2014-10-13","unique_user_cnt":18148},{"week":"2014-10-20","unique_user_cnt":20372},{"week":"2014-10-27","unique_user_cnt":20355},{"week":"2014-11-03","unique_user_cnt":19029},{"week":"2014-11-10","unique_user_cnt":21508},{"week":"2014-11-17","unique_user_cnt":20496},{"week":"2014-11-24","unique_user_cnt":19764},{"week":"2014-12-01","unique_user_cnt":19167},{"week":"2014-12-08","unique_user_cnt":18876},{"week":"2014-12-15","unique_user_cnt":17709},{"week":"2014-12-22","unique_user_cnt":22916},{"week":"2014-12-29","unique_user_cnt":16697},{"week":"2015-01-05","unique_user_cnt":19646},{"week":"2015-01-12","unique_user_cnt":17279},{"week":"2015-01-19","unique_user_cnt":18295},{"week":"2015-01-26","unique_user_cnt":16176},{"week":"2015-02-02","unique_user_cnt":12667},{"week":"2015-02-09","unique_user_cnt":9037},{"week":"2015-02-16","unique_user_cnt":6564},{"week":"2015-02-23","unique_user_cnt":15031},{"week":"2015-03-02","unique_user_cnt":22706},{"week":"2015-03-09","unique_user_cnt":20566},{"week":"2015-03-16","unique_user_cnt":21003},{"week":"2015-03-23","unique_user_cnt":20378},{"week":"2015-03-30","unique_user_cnt":15048},{"week":"2015-04-06","unique_user_cnt":21144},{"week":"2015-04-13","unique_user_cnt":20690},{"week":"2015-04-20","unique_user_cnt":19665},{"week":"2015-04-27","unique_user_cnt":19470},{"week":"2015-05-04","unique_user_cnt":19019},{"week":"2015-05-11","unique_user_cnt":18772},{"week":"2015-05-18","unique_user_cnt":19789},{"week":"2015-05-25","unique_user_cnt":19711},{"week":"2015-06-01","unique_user_cnt":19027},{"week":"2015-06-08","unique_user_cnt":18442},{"week":"2015-06-15","unique_user_cnt":15584},{"week":"2015-06-22","unique_user_cnt":15975},{"week":"2015-06-29","unique_user_cnt":11861},{"week":"2015-07-06","unique_user_cnt":13525},{"week":"2015-07-13","unique_user_cnt":14190},{"week":"2015-07-20","unique_user_cnt":13019},{"week":"2015-07-27","unique_user_cnt":13296},{"week":"2015-08-03","unique_user_cnt":12939},{"week":"2015-08-10","unique_user_cnt":12089},{"week":"2015-08-17","unique_user_cnt":10933},{"week":"2015-08-24","unique_user_cnt":12083},{"week":"2015-08-31","unique_user_cnt":18766},{"week":"2015-09-07","unique_user_cnt":24435},{"week":"2015-09-14","unique_user_cnt":24957},{"week":"2015-09-21","unique_user_cnt":26410},{"week":"2015-09-28","unique_user_cnt":24357},{"week":"2015-10-05","unique_user_cnt":25566},{"week":"2015-10-12","unique_user_cnt":28077},{"week":"2015-10-19","unique_user_cnt":29621},{"week":"2015-10-26","unique_user_cnt":30915},{"week":"2015-11-02","unique_user_cnt":31085},{"week":"2015-11-09","unique_user_cnt":30036},{"week":"2015-11-16","unique_user_cnt":30687},{"week":"2015-11-23","unique_user_cnt":30477},{"week":"2015-11-30","unique_user_cnt":28376},{"week":"2015-12-07","unique_user_cnt":28783},{"week":"2015-12-14","unique_user_cnt":34209},{"week":"2015-12-21","unique_user_cnt":26083},{"week":"2015-12-28","unique_user_cnt":25058},{"week":"2016-01-04","unique_user_cnt":29169},{"week":"2016-01-11","unique_user_cnt":28603},{"week":"2016-01-18","unique_user_cnt":22219},{"week":"2016-01-25","unique_user_cnt":17776},{"week":"2016-02-01","unique_user_cnt":12165},{"week":"2016-02-08","unique_user_cnt":9848},{"week":"2016-02-15","unique_user_cnt":24946},{"week":"2016-02-22","unique_user_cnt":24855},{"week":"2016-02-29","unique_user_cnt":25731},{"week":"2016-03-07","unique_user_cnt":29854},{"week":"2016-03-14","unique_user_cnt":31258},{"week":"2016-03-21","unique_user_cnt":30467},{"week":"2016-03-28","unique_user_cnt":25944},{"week":"2016-04-04","unique_user_cnt":23953},{"week":"2016-04-11","unique_user_cnt":30742},{"week":"2016-04-18","unique_user_cnt":29422},{"week":"2016-04-25","unique_user_cnt":29713},{"week":"2016-05-02","unique_user_cnt":28608},{"week":"2016-05-09","unique_user_cnt":28319},{"week":"2016-05-16","unique_user_cnt":29406},{"week":"2016-05-23","unique_user_cnt":29307},{"week":"2016-05-30","unique_user_cnt":28476},{"week":"2016-06-06","unique_user_cnt":22255},{"week":"2016-06-13","unique_user_cnt":26557},{"week":"2016-06-20","unique_user_cnt":26884},{"week":"2016-06-27","unique_user_cnt":20199},{"week":"2016-07-04","unique_user_cnt":19625},{"week":"2016-07-11","unique_user_cnt":19914},{"week":"2016-07-18","unique_user_cnt":20772},{"week":"2016-07-25","unique_user_cnt":20491},{"week":"2016-08-01","unique_user_cnt":20490},{"week":"2016-08-08","unique_user_cnt":19143},{"week":"2016-08-15","unique_user_cnt":17012},{"week":"2016-08-22","unique_user_cnt":17991},{"week":"2016-08-29","unique_user_cnt":25842},{"week":"2016-09-05","unique_user_cnt":29601},{"week":"2016-09-12","unique_user_cnt":25222},{"week":"2016-09-19","unique_user_cnt":32512},{"week":"2016-09-26","unique_user_cnt":31984},{"week":"2016-10-03","unique_user_cnt":34071},{"week":"2016-10-10","unique_user_cnt":34527},{"week":"2016-10-17","unique_user_cnt":35250},{"week":"2016-10-24","unique_user_cnt":34790},{"week":"2016-10-31","unique_user_cnt":37293},{"week":"2016-11-07","unique_user_cnt":36163},{"week":"2016-11-14","unique_user_cnt":37341},{"week":"2016-11-21","unique_user_cnt":41073},{"week":"2016-11-28","unique_user_cnt":36996},{"week":"2016-12-05","unique_user_cnt":36250},{"week":"2016-12-12","unique_user_cnt":35452},{"week":"2016-12-19","unique_user_cnt":33604},{"week":"2016-12-26","unique_user_cnt":34198},{"week":"2017-01-02","unique_user_cnt":36244},{"week":"2017-01-09","unique_user_cnt":36277},{"week":"2017-01-16","unique_user_cnt":24837},{"week":"2017-01-23","unique_user_cnt":12943},{"week":"2017-01-30","unique_user_cnt":13616},{"week":"2017-02-06","unique_user_cnt":18920},{"week":"2017-02-13","unique_user_cnt":29332},{"week":"2017-02-20","unique_user_cnt":32795},{"week":"2017-02-27","unique_user_cnt":31413},{"week":"2017-03-06","unique_user_cnt":37507},{"week":"2017-03-13","unique_user_cnt":38841},{"week":"2017-03-20","unique_user_cnt":40501},{"week":"2017-03-27","unique_user_cnt":36190},{"week":"2017-04-03","unique_user_cnt":31757},{"week":"2017-04-10","unique_user_cnt":40087},{"week":"2017-04-17","unique_user_cnt":38826},{"week":"2017-04-24","unique_user_cnt":37536},{"week":"2017-05-01","unique_user_cnt":39201},{"week":"2017-05-08","unique_user_cnt":38618},{"week":"2017-05-15","unique_user_cnt":37571},{"week":"2017-05-22","unique_user_cnt":35349},{"week":"2017-05-29","unique_user_cnt":35679},{"week":"2017-06-05","unique_user_cnt":38997},{"week":"2017-06-12","unique_user_cnt":35316},{"week":"2017-06-19","unique_user_cnt":35243},{"week":"2017-06-26","unique_user_cnt":28145},{"week":"2017-07-03","unique_user_cnt":21068},{"week":"2017-07-10","unique_user_cnt":22444},{"week":"2017-07-17","unique_user_cnt":22965},{"week":"2017-07-24","unique_user_cnt":23095},{"week":"2017-07-31","unique_user_cnt":22366},{"week":"2017-08-07","unique_user_cnt":21126},{"week":"2017-08-14","unique_user_cnt":19698},{"week":"2017-08-21","unique_user_cnt":19958},{"week":"2017-08-28","unique_user_cnt":30095},{"week":"2017-09-04","unique_user_cnt":40583},{"week":"2017-09-11","unique_user_cnt":44918},{"week":"2017-09-18","unique_user_cnt":47868},{"week":"2017-09-25","unique_user_cnt":48255},{"week":"2017-10-02","unique_user_cnt":44716},{"week":"2017-10-09","unique_user_cnt":45687},{"week":"2017-10-16","unique_user_cnt":46951},{"week":"2017-10-23","unique_user_cnt":44889},{"week":"2017-10-30","unique_user_cnt":47785},{"week":"2017-11-06","unique_user_cnt":47557},{"week":"2017-11-13","unique_user_cnt":47697},{"week":"2017-11-20","unique_user_cnt":49838},{"week":"2017-11-27","unique_user_cnt":48325},{"week":"2017-12-04","unique_user_cnt":49888},{"week":"2017-12-11","unique_user_cnt":48810},{"week":"2017-12-18","unique_user_cnt":45809},{"week":"2017-12-25","unique_user_cnt":46351},{"week":"2018-01-01","unique_user_cnt":48818},{"week":"2018-01-08","unique_user_cnt":50939},{"week":"2018-01-15","unique_user_cnt":41509},{"week":"2018-01-22","unique_user_cnt":34024},{"week":"2018-01-29","unique_user_cnt":28071},{"week":"2018-02-05","unique_user_cnt":20546},{"week":"2018-02-12","unique_user_cnt":13739},{"week":"2018-02-19","unique_user_cnt":30361},{"week":"2018-02-26","unique_user_cnt":37554},{"week":"2018-03-05","unique_user_cnt":43953},{"week":"2018-03-12","unique_user_cnt":45425},{"week":"2018-03-19","unique_user_cnt":47185},{"week":"2018-03-26","unique_user_cnt":44842},{"week":"2018-04-02","unique_user_cnt":31351},{"week":"2018-04-09","unique_user_cnt":44912},{"week":"2018-04-16","unique_user_cnt":44886},{"week":"2018-04-23","unique_user_cnt":45394},{"week":"2018-04-30","unique_user_cnt":48174},{"week":"2018-05-07","unique_user_cnt":46607},{"week":"2018-05-14","unique_user_cnt":45694},{"week":"2018-05-21","unique_user_cnt":43711},{"week":"2018-05-28","unique_user_cnt":46053},{"week":"2018-06-04","unique_user_cnt":44075},{"week":"2018-06-11","unique_user_cnt":40932},{"week":"2018-06-18","unique_user_cnt":41338},{"week":"2018-06-25","unique_user_cnt":35719},{"week":"2018-07-02","unique_user_cnt":28252},{"week":"2018-07-09","unique_user_cnt":28114},{"week":"2018-07-16","unique_user_cnt":29556},{"week":"2018-07-23","unique_user_cnt":28243},{"week":"2018-07-30","unique_user_cnt":27435},{"week":"2018-08-06","unique_user_cnt":27396},{"week":"2018-08-13","unique_user_cnt":26127},{"week":"2018-08-20","unique_user_cnt":25296},{"week":"2018-08-27","unique_user_cnt":34475},{"week":"2018-09-03","unique_user_cnt":42329},{"week":"2018-09-10","unique_user_cnt":51083},{"week":"2018-09-17","unique_user_cnt":51663},{"week":"2018-09-24","unique_user_cnt":55027},{"week":"2018-10-01","unique_user_cnt":63050},{"week":"2018-10-08","unique_user_cnt":64105},{"week":"2018-10-15","unique_user_cnt":58355},{"week":"2018-10-22","unique_user_cnt":58340},{"week":"2018-10-29","unique_user_cnt":59590},{"week":"2018-11-05","unique_user_cnt":58309},{"week":"2018-11-12","unique_user_cnt":58833},{"week":"2018-11-19","unique_user_cnt":60008},{"week":"2018-11-26","unique_user_cnt":58623},{"week":"2018-12-03","unique_user_cnt":58332},{"week":"2018-12-10","unique_user_cnt":58144},{"week":"2018-12-17","unique_user_cnt":58331},{"week":"2018-12-24","unique_user_cnt":53659},{"week":"2018-12-31","unique_user_cnt":50857},{"week":"2019-01-07","unique_user_cnt":59478},{"week":"2019-01-14","unique_user_cnt":46854},{"week":"2019-01-21","unique_user_cnt":34432},{"week":"2019-01-28","unique_user_cnt":24795},{"week":"2019-02-04","unique_user_cnt":19044},{"week":"2019-02-11","unique_user_cnt":44432},{"week":"2019-02-18","unique_user_cnt":50909},{"week":"2019-02-25","unique_user_cnt":44719},{"week":"2019-03-04","unique_user_cnt":58295},{"week":"2019-03-11","unique_user_cnt":58188},{"week":"2019-03-18","unique_user_cnt":62071},{"week":"2019-03-25","unique_user_cnt":58074},{"week":"2019-04-01","unique_user_cnt":46412},{"week":"2019-04-08","unique_user_cnt":59923},{"week":"2019-04-15","unique_user_cnt":60119},{"week":"2019-04-22","unique_user_cnt":60718},{"week":"2019-04-29","unique_user_cnt":61586},{"week":"2019-05-06","unique_user_cnt":59732},{"week":"2019-05-13","unique_user_cnt":59132},{"week":"2019-05-20","unique_user_cnt":55993},{"week":"2019-05-27","unique_user_cnt":58470},{"week":"2019-06-03","unique_user_cnt":51510},{"week":"2019-06-10","unique_user_cnt":57224},{"week":"2019-06-17","unique_user_cnt":58986},{"week":"2019-06-24","unique_user_cnt":48355},{"week":"2019-07-01","unique_user_cnt":43303},{"week":"2019-07-08","unique_user_cnt":42706},{"week":"2019-07-15","unique_user_cnt":42717},{"week":"2019-07-22","unique_user_cnt":40108},{"week":"2019-07-29","unique_user_cnt":39282},{"week":"2019-08-05","unique_user_cnt":38560},{"week":"2019-08-12","unique_user_cnt":36882},{"week":"2019-08-19","unique_user_cnt":36243},{"week":"2019-08-26","unique_user_cnt":42379},{"week":"2019-09-02","unique_user_cnt":54875},{"week":"2019-09-09","unique_user_cnt":55118},{"week":"2019-09-16","unique_user_cnt":66368},{"week":"2019-09-23","unique_user_cnt":68361},{"week":"2019-09-30","unique_user_cnt":72946},{"week":"2019-10-07","unique_user_cnt":58836},{"week":"2019-10-14","unique_user_cnt":65946},{"week":"2019-10-21","unique_user_cnt":67422},{"week":"2019-10-28","unique_user_cnt":69767},{"week":"2019-11-04","unique_user_cnt":65801},{"week":"2019-11-11","unique_user_cnt":66842},{"week":"2019-11-18","unique_user_cnt":66978},{"week":"2019-11-25","unique_user_cnt":64392},{"week":"2019-12-02","unique_user_cnt":63664},{"week":"2019-12-09","unique_user_cnt":64618},{"week":"2019-12-16","unique_user_cnt":63954},{"week":"2019-12-23","unique_user_cnt":62908},{"week":"2019-12-30","unique_user_cnt":59347},{"week":"2020-01-06","unique_user_cnt":64718},{"week":"2020-01-13","unique_user_cnt":48149},{"week":"2020-01-20","unique_user_cnt":24000},{"week":"2020-01-27","unique_user_cnt":25849},{"week":"2020-02-03","unique_user_cnt":53962},{"week":"2020-02-10","unique_user_cnt":62018},{"week":"2020-02-17","unique_user_cnt":57099},{"week":"2020-02-24","unique_user_cnt":61861},{"week":"2020-03-02","unique_user_cnt":77048},{"week":"2020-03-09","unique_user_cnt":84077},{"week":"2020-03-16","unique_user_cnt":101214},{"week":"2020-03-23","unique_user_cnt":120538},{"week":"2020-03-30","unique_user_cnt":106076},{"week":"2020-04-06","unique_user_cnt":115843},{"week":"2020-04-13","unique_user_cnt":110497},{"week":"2020-04-20","unique_user_cnt":103267},{"week":"2020-04-27","unique_user_cnt":93692},{"week":"2020-05-04","unique_user_cnt":89835},{"week":"2020-05-11","unique_user_cnt":86015},{"week":"2020-05-18","unique_user_cnt":80287},{"week":"2020-05-25","unique_user_cnt":73213},{"week":"2020-06-01","unique_user_cnt":69188},{"week":"2020-06-08","unique_user_cnt":66746},{"week":"2020-06-15","unique_user_cnt":61738},{"week":"2020-06-22","unique_user_cnt":49936},{"week":"2020-06-29","unique_user_cnt":59180},{"week":"2020-07-06","unique_user_cnt":53567},{"week":"2020-07-13","unique_user_cnt":41971},{"week":"2020-07-20","unique_user_cnt":41555},{"week":"2020-07-27","unique_user_cnt":40895},{"week":"2020-08-03","unique_user_cnt":39424},{"week":"2020-08-10","unique_user_cnt":37207},{"week":"2020-08-17","unique_user_cnt":35109},{"week":"2020-08-24","unique_user_cnt":34665},{"week":"2020-08-31","unique_user_cnt":48529},{"week":"2020-09-07","unique_user_cnt":55360},{"week":"2020-09-14","unique_user_cnt":59644},{"week":"2020-09-21","unique_user_cnt":62593},{"week":"2020-09-28","unique_user_cnt":50632},{"week":"2020-10-05","unique_user_cnt":62031}] \ No newline at end of file diff --git a/src/JSON/content_type.json b/src/JSON/content_type.json deleted file mode 100644 index 87144fc..0000000 --- a/src/JSON/content_type.json +++ /dev/null @@ -1 +0,0 @@ -[{"exercise":3697,"quiz":63921,"video":19608}] \ No newline at end of file diff --git a/src/JSON/content_usage_by_month.json b/src/JSON/content_usage_by_month.json deleted file mode 100644 index d8f6026..0000000 --- a/src/JSON/content_usage_by_month.json +++ /dev/null @@ -1 +0,0 @@ -[{"year_month":"2012-10","video_cnt":608,"exercise_cnt":440},{"year_month":"2012-11","video_cnt":4411,"exercise_cnt":7161},{"year_month":"2012-12","video_cnt":2503,"exercise_cnt":6565},{"year_month":"2013-1","video_cnt":2620,"exercise_cnt":4798},{"year_month":"2013-10","video_cnt":15236,"exercise_cnt":57039},{"year_month":"2013-11","video_cnt":21999,"exercise_cnt":76611},{"year_month":"2013-12","video_cnt":41425,"exercise_cnt":97785},{"year_month":"2013-2","video_cnt":1953,"exercise_cnt":1382},{"year_month":"2013-3","video_cnt":2313,"exercise_cnt":5334},{"year_month":"2013-4","video_cnt":2759,"exercise_cnt":10411},{"year_month":"2013-5","video_cnt":6227,"exercise_cnt":13123},{"year_month":"2013-6","video_cnt":6843,"exercise_cnt":11732},{"year_month":"2013-7","video_cnt":7997,"exercise_cnt":11091},{"year_month":"2013-8","video_cnt":13301,"exercise_cnt":19857},{"year_month":"2013-9","video_cnt":17443,"exercise_cnt":51659},{"year_month":"2014-1","video_cnt":53687,"exercise_cnt":146414},{"year_month":"2014-10","video_cnt":144429,"exercise_cnt":328464},{"year_month":"2014-11","video_cnt":181010,"exercise_cnt":393284},{"year_month":"2014-12","video_cnt":185811,"exercise_cnt":379145},{"year_month":"2014-2","video_cnt":54329,"exercise_cnt":140257},{"year_month":"2014-3","video_cnt":102122,"exercise_cnt":275983},{"year_month":"2014-4","video_cnt":89431,"exercise_cnt":241242},{"year_month":"2014-5","video_cnt":110941,"exercise_cnt":298830},{"year_month":"2014-6","video_cnt":108565,"exercise_cnt":214563},{"year_month":"2014-7","video_cnt":113607,"exercise_cnt":156370},{"year_month":"2014-8","video_cnt":86756,"exercise_cnt":131742},{"year_month":"2014-9","video_cnt":137909,"exercise_cnt":262062},{"year_month":"2015-1","video_cnt":161128,"exercise_cnt":382213},{"year_month":"2015-10","video_cnt":296183,"exercise_cnt":732301},{"year_month":"2015-11","video_cnt":340929,"exercise_cnt":712221},{"year_month":"2015-12","video_cnt":305685,"exercise_cnt":673560},{"year_month":"2015-2","video_cnt":144469,"exercise_cnt":234330},{"year_month":"2015-3","video_cnt":221811,"exercise_cnt":373252},{"year_month":"2015-4","video_cnt":180084,"exercise_cnt":358129},{"year_month":"2015-5","video_cnt":187974,"exercise_cnt":328767},{"year_month":"2015-6","video_cnt":161731,"exercise_cnt":253736},{"year_month":"2015-7","video_cnt":217936,"exercise_cnt":370888},{"year_month":"2015-8","video_cnt":211032,"exercise_cnt":475243},{"year_month":"2015-9","video_cnt":253852,"exercise_cnt":585597},{"year_month":"2016-1","video_cnt":289854,"exercise_cnt":661285},{"year_month":"2016-10","video_cnt":424165,"exercise_cnt":758288},{"year_month":"2016-11","video_cnt":445501,"exercise_cnt":1035986},{"year_month":"2016-12","video_cnt":388419,"exercise_cnt":1268960},{"year_month":"2016-2","video_cnt":216195,"exercise_cnt":475537},{"year_month":"2016-3","video_cnt":299065,"exercise_cnt":810425},{"year_month":"2016-4","video_cnt":273867,"exercise_cnt":718153},{"year_month":"2016-5","video_cnt":321304,"exercise_cnt":727995},{"year_month":"2016-6","video_cnt":307125,"exercise_cnt":640121},{"year_month":"2016-7","video_cnt":351130,"exercise_cnt":627796},{"year_month":"2016-8","video_cnt":334054,"exercise_cnt":584840},{"year_month":"2016-9","video_cnt":360123,"exercise_cnt":626566},{"year_month":"2017-1","video_cnt":320770,"exercise_cnt":853805},{"year_month":"2017-10","video_cnt":604933,"exercise_cnt":1175803},{"year_month":"2017-11","video_cnt":640181,"exercise_cnt":1275332},{"year_month":"2017-12","video_cnt":603664,"exercise_cnt":2034388},{"year_month":"2017-2","video_cnt":318367,"exercise_cnt":607015},{"year_month":"2017-3","video_cnt":452149,"exercise_cnt":1026256},{"year_month":"2017-4","video_cnt":397344,"exercise_cnt":1211219},{"year_month":"2017-5","video_cnt":423627,"exercise_cnt":1297146},{"year_month":"2017-6","video_cnt":434533,"exercise_cnt":980007},{"year_month":"2017-7","video_cnt":472272,"exercise_cnt":751430},{"year_month":"2017-8","video_cnt":431075,"exercise_cnt":692684},{"year_month":"2017-9","video_cnt":536088,"exercise_cnt":990227},{"year_month":"2018-1","video_cnt":576694,"exercise_cnt":1560061},{"year_month":"2018-10","video_cnt":737154,"exercise_cnt":1584765},{"year_month":"2018-11","video_cnt":706956,"exercise_cnt":1536325},{"year_month":"2018-12","video_cnt":661418,"exercise_cnt":2875102},{"year_month":"2018-2","video_cnt":360389,"exercise_cnt":706437},{"year_month":"2018-3","video_cnt":520420,"exercise_cnt":1124670},{"year_month":"2018-4","video_cnt":480358,"exercise_cnt":1073049},{"year_month":"2018-5","video_cnt":565048,"exercise_cnt":1355638},{"year_month":"2018-6","video_cnt":536633,"exercise_cnt":1233690},{"year_month":"2018-7","video_cnt":643501,"exercise_cnt":1242160},{"year_month":"2018-8","video_cnt":550278,"exercise_cnt":1004602},{"year_month":"2018-9","video_cnt":604967,"exercise_cnt":1207429},{"year_month":"2019-1","video_cnt":587308,"exercise_cnt":1398198},{"year_month":"2019-10","video_cnt":751533,"exercise_cnt":1402092},{"year_month":"2019-11","video_cnt":767477,"exercise_cnt":1397286},{"year_month":"2019-12","video_cnt":894245,"exercise_cnt":3311300},{"year_month":"2019-2","video_cnt":433065,"exercise_cnt":836319},{"year_month":"2019-3","video_cnt":628979,"exercise_cnt":1326737},{"year_month":"2019-4","video_cnt":609835,"exercise_cnt":1295941},{"year_month":"2019-5","video_cnt":683222,"exercise_cnt":1497592},{"year_month":"2019-6","video_cnt":635186,"exercise_cnt":1292326},{"year_month":"2019-7","video_cnt":790268,"exercise_cnt":1306036},{"year_month":"2019-8","video_cnt":712174,"exercise_cnt":1065580},{"year_month":"2019-9","video_cnt":715479,"exercise_cnt":1131263},{"year_month":"2020-1","video_cnt":547037,"exercise_cnt":1194489},{"year_month":"2020-2","video_cnt":1048939,"exercise_cnt":1743296},{"year_month":"2020-3","video_cnt":1100837,"exercise_cnt":2234288},{"year_month":"2020-4","video_cnt":1165860,"exercise_cnt":2849315},{"year_month":"2020-5","video_cnt":995572,"exercise_cnt":2403428},{"year_month":"2020-6","video_cnt":814415,"exercise_cnt":1774542},{"year_month":"2020-7","video_cnt":996701,"exercise_cnt":1469461},{"year_month":"2020-8","video_cnt":813940,"exercise_cnt":1140278},{"year_month":"2020-9","video_cnt":711023,"exercise_cnt":1143538}] \ No newline at end of file diff --git a/src/JSON/counties.json b/src/JSON/counties.json deleted file mode 100644 index 875115d..0000000 --- a/src/JSON/counties.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"Topology","arcs":[[[12095,26289],[-37,-89],[-78,-35],[-15,46],[43,56],[87,22]],[[11830,26364],[21,-26],[-69,-51],[-55,15],[-13,59],[116,3]],[[11649,27609],[70,-35],[-20,-55],[113,-15],[47,55],[68,5],[17,-64],[-45,-49],[-86,-48],[-50,16],[-129,-24],[-26,50],[45,53],[-18,30],[14,81]],[[12171,28015],[66,-26],[1,-49],[-67,-55],[-58,5],[-29,41],[87,84]],[[12126,28298],[17,-45],[-41,-54],[-47,20],[71,79]],[[15348,28950],[26,-38],[-13,-38],[71,-2],[24,50],[59,-85],[-108,-52],[-21,74],[-28,12],[-47,34],[37,45]],[[679,16520],[74,-23],[60,-43],[-19,-116],[-108,-42],[-24,-47],[-92,-10],[-41,-50],[-75,64],[14,85],[47,55],[44,100],[120,27]],[[1748,17009],[118,-30],[42,-84],[98,-29],[-7,-34],[81,-132],[28,-149],[66,-50],[-25,-78],[-107,-151],[-133,-63],[-55,102],[-112,30],[-52,42],[-110,1],[-86,-21],[-124,-58],[-83,-92],[-46,-114],[-70,-33],[-87,25],[-36,39],[-51,-2],[-47,61],[-78,52],[84,37],[74,113],[0,64],[-45,104],[-60,81],[43,97],[97,38],[70,-17],[87,-91],[125,-48],[84,0],[104,87],[44,55],[-11,93],[53,23],[31,51],[96,81]],[[8633,19960],[-70,-13],[-19,78],[72,-30],[17,-35]],[[25082,19027],[35,-38],[-112,-24],[-52,21],[48,82],[81,-41]],[[25123,19919],[-196,-60],[-70,-34],[-61,-108],[-187,-108],[-16,-105],[-164,-157],[-60,-28],[-57,-90],[-79,-166],[-42,-139],[-30,-166],[-11,-162],[19,-196],[78,-179],[42,-16],[-19,-60],[12,-228],[22,-107],[70,-182],[92,-117],[97,-28],[27,-38],[-100,-152],[26,-268],[-34,-45],[-175,-47],[-24,-89],[13,-55],[67,-21],[2,-63],[-114,-110],[-86,-42],[10,-36],[-72,-93],[-59,-46],[-71,-168],[-27,-231],[-88,-185],[-18,-72],[21,-112]],[[23861,15610],[-99,-7],[-94,56],[-200,25],[-112,49],[-51,-5],[-36,47],[-66,17],[-170,96],[-113,79],[-61,-25],[0,-61],[37,-50],[51,-7],[-14,-87],[-221,-10],[-18,-34],[68,-100],[-205,46],[-41,-12],[-62,31],[-27,55],[-74,43],[-28,-13],[-121,46],[-158,-24],[-83,59],[-135,46],[-85,59]],[[21743,15929],[-60,55],[-34,62],[-55,2],[-141,-36],[-48,13],[-128,-82],[-50,8],[-57,135],[-63,27],[-111,-20],[-88,108],[16,40],[4,135],[-69,49]],[[20859,16425],[41,98],[80,68],[42,93],[101,32],[85,72],[18,78],[68,3],[53,89],[65,33],[-32,68],[13,54],[-27,48],[61,86],[54,27],[-60,120]],[[21421,17394],[64,77],[36,-17],[63,32],[46,119],[109,172],[-23,26],[76,116],[135,5]],[[21927,17924],[84,-5],[128,73],[76,-7],[86,33],[6,72],[37,39],[97,34],[126,25],[68,35],[42,58],[9,64],[-36,82],[4,57],[46,76],[-37,97],[90,10],[26,30],[71,-8],[64,106],[114,32],[84,-18],[56,38],[53,-18],[82,20],[-2,57],[166,101],[51,52],[70,39],[62,-22],[125,27],[54,60],[39,4],[64,58],[-21,89],[71,69],[118,23],[141,8],[133,122],[-36,91],[-45,28],[10,77],[39,40],[92,21],[68,-19],[168,41],[37,47],[89,33],[113,9],[69,46],[124,-1],[21,-30]],[[35057,24878],[70,-15],[12,-60],[-79,7],[-83,-41],[-31,60],[111,49]],[[15197,14913],[314,-104],[25,-25],[117,-249],[-15,-59],[57,-81],[53,-19],[61,-65],[151,-36],[72,8],[36,-22],[154,-23],[18,-118],[29,-72],[38,-27],[-12,-101],[34,-153],[106,-23],[71,30],[151,-107]],[[16657,13667],[-40,-53],[-42,12],[-162,3],[-26,-93],[83,-57],[-22,-139],[-66,-69],[-51,-18],[41,-72],[-36,-60],[49,-31],[-36,-91],[15,-120],[-30,-16],[-61,-153],[46,-58],[-55,-97],[50,-12],[77,-70],[12,-56],[71,-49],[111,25],[73,-2],[2,-67],[-82,-79],[-172,-49]],[[16406,12196],[-167,34],[-148,-2],[-275,66],[-142,-13],[-119,6],[-183,41],[-205,70],[-124,83],[-150,-25],[-263,14],[-67,-34],[-342,-19],[-349,90],[-126,90],[-102,116]],[[13644,12713],[43,75],[55,48],[78,21],[70,70],[-10,55],[31,76],[53,71],[69,27],[5,87],[24,48],[151,106],[12,96],[51,78],[116,95],[48,166],[4,132],[53,73],[60,19],[27,42],[137,44],[-16,59],[99,133],[29,81],[91,178],[7,77],[109,110],[74,15],[83,118]],[[21026,15019],[32,-71],[12,-80],[-157,-26],[-64,-69],[-69,-35],[-115,-16],[-2,-131],[-42,-138],[95,-22],[132,-104],[83,-13],[-22,-81],[-40,-41],[26,-68],[-262,-198],[16,-93],[-59,-98],[-48,-118],[-61,-90],[31,-110],[55,0],[31,-61],[-17,-35],[-21,-143],[29,-97],[-11,-101],[-56,-2],[-5,-103],[19,-49],[-103,-105],[-26,-99],[-60,-71],[-34,-186],[-46,-23],[-14,-67],[19,-84],[-151,-91],[51,-87],[128,-46],[-25,-40],[82,-228],[-13,-144],[-44,-67],[19,-96],[-74,-144],[3,-79],[-48,-78],[-28,-95],[-45,-27],[-77,30],[-97,-67],[-68,-23],[-106,1],[-9,-83],[55,-39],[-21,-53],[-62,-43],[21,-46],[-26,-120],[-75,-77],[-99,37],[-111,-13],[-76,-27],[-155,24],[-42,-123],[-61,-38],[-27,-70],[-64,-53],[132,-81],[-46,-70],[-122,-36],[-46,-41],[-74,-24]],[[18871,9934],[-31,71],[35,33],[-49,68],[-57,1],[-136,46],[-81,15],[-61,-14]],[[18491,10154],[-66,-15],[-62,37],[-48,-14],[-87,32],[-200,-1],[-41,-51],[-113,37],[-162,-14],[-79,78],[-28,101],[3,77],[-33,81],[-63,82],[1,62],[78,109],[-7,79],[27,79],[-64,89],[-68,-28],[-158,32],[-100,69],[-75,17],[-112,-35],[-33,8]],[[17001,11065],[-1,47],[-46,25],[-123,-30],[-89,20],[-52,-61],[-147,-3],[-65,37],[15,81],[-56,15],[-64,-72],[-29,12],[-13,87],[41,51],[-2,54],[78,136],[-1,124],[-42,116],[-3,109],[32,64],[64,21],[10,90],[-49,125],[-53,83]],[[16657,13667],[107,-45],[76,-12],[84,29],[82,-5],[95,-67],[77,47],[84,21],[36,65],[59,41],[80,99],[64,151],[53,36],[94,11],[-5,148],[51,145],[56,49],[60,0],[22,-47],[101,-4],[58,-104],[66,-12],[23,115],[164,-59],[78,31],[120,101],[73,-50],[93,-20],[93,13],[61,51],[55,116],[56,72],[83,20],[127,6],[33,-34],[255,180],[33,60],[62,34],[194,-7],[40,22],[43,85],[87,17],[43,64],[86,-84],[51,17],[54,53],[75,-10],[76,49],[120,-61],[41,18],[72,133],[68,16],[23,-50],[58,-39],[101,-17],[69,29],[137,-4],[122,-61]],[[12728,10506],[64,-25],[18,-62],[-66,8],[-98,-62],[-53,-146],[-46,24],[-55,-39],[-102,15],[-45,-56],[11,-69],[-132,1],[-50,35],[23,46],[103,73],[144,81],[170,117],[114,59]],[[12848,10619],[74,-71],[-22,-20],[-106,24],[54,67]],[[17001,11065],[-41,-46],[61,-122],[-11,-49],[-94,-52],[-90,39],[-68,9],[-116,-37],[-36,50],[-132,-39],[-34,136],[-134,-19],[-41,-41],[-60,-10],[-138,18],[-80,-12],[-132,60],[-130,12],[-127,105],[-119,155],[-89,-29],[-47,14],[-153,-40],[-74,25],[-21,-29],[-125,-43],[-128,50],[-105,-39],[-45,-71],[-87,-14],[-65,-89],[-151,-14],[-4,-81],[-83,-44],[-56,16],[-9,-68],[-85,1],[-55,-22],[11,-64],[-96,-50],[-29,-82],[-56,18],[-48,81],[-77,-12],[-16,-36],[31,-160],[-50,-40],[-106,-22],[-118,49],[-158,-13],[-95,48],[-56,-9],[-80,32]],[[13154,10485],[29,72],[-71,115],[25,144],[-11,130],[-30,181],[-89,10],[-60,71],[63,66],[74,155],[26,110],[41,50],[10,95],[58,82],[66,145],[22,110],[-80,165],[161,167],[67,51],[105,122],[-16,72],[60,15],[40,100]],[[14691,2970],[62,-42],[-13,-50],[-179,-126],[-41,47],[63,68],[-15,38],[43,40],[80,25]],[[17880,6113],[3,-118],[24,-52],[56,-24],[92,-9],[80,-77],[-11,-79],[14,-75],[-67,-59],[13,-71],[-6,-117],[-73,-132],[-229,-1],[-56,-66],[-23,-62],[-111,-10],[-6,-30],[-140,-12],[-72,24],[32,-88],[-35,-46],[1,-58],[-123,-173],[-42,-40],[-55,-116],[12,-68],[-59,-85],[14,-111],[-42,-16],[-14,-111],[70,-112],[25,-150],[58,-63],[8,-64],[-42,-60],[-39,-151],[43,1],[121,-62],[-10,-30],[96,-172],[-61,-53],[-146,-29],[-38,-83],[-32,-133],[33,-70],[70,-11],[32,-74],[112,-12],[49,-64],[28,-112],[-63,-59],[-59,-4],[-3,-68],[71,-26],[64,-113],[-14,-55],[24,-69],[103,39],[69,-43],[88,-83],[127,-19],[53,-71],[195,107]],[[18089,2263],[17,-107],[-31,-86],[14,-84],[-37,-52],[23,-147],[-11,-144],[26,-61],[-57,-49],[-2,-68],[32,-80],[63,-32],[-52,-108],[-3,-251],[50,-99],[-79,-55],[-14,-60],[-58,-37],[-16,-77],[-94,-52],[-102,-29],[-24,-234],[43,-105],[90,-104],[-4,-51],[34,-45],[-56,-46],[-49,5],[-34,62],[1,50],[-59,15],[-98,118],[-61,-6],[-108,56],[-89,9],[-121,101],[-76,-25],[-31,-37],[-10,-99],[-46,-51],[-2,-42],[-71,-9],[-120,101],[7,193],[23,46],[-10,61],[-52,84],[-78,58],[-56,138],[12,57],[61,66],[8,77],[45,7],[9,95],[-43,78],[116,67],[-11,86],[-41,104],[-75,115],[12,62],[-55,202],[-47,109],[6,77],[-83,108],[-1,40],[-93,62],[-57,83],[19,81],[-62,147],[0,68],[-43,72],[-204,193],[-41,85],[-88,88],[-236,148],[-270,127],[-329,176],[-148,130],[-19,57],[-57,2]],[[14986,3697],[8,190],[-19,131],[56,169],[35,19],[40,95],[28,154],[-8,82],[-54,54],[-25,67],[14,83],[5,223],[39,126],[33,24],[54,195],[-13,277],[24,155],[43,96],[31,196],[49,48],[179,-42],[43,-20],[89,28],[85,-24],[117,-2],[82,61],[54,64],[204,161],[97,15],[160,62],[23,-52],[63,17],[19,-129],[104,-16],[16,37],[75,12],[92,102],[134,1],[116,-47],[44,-51],[85,-57],[12,-48],[96,-91],[94,46],[3,62],[51,-6],[83,43],[60,52],[67,3],[93,-92],[39,36],[75,-93]],[[22794,305],[-49,62],[69,15],[-20,-77]],[[22089,1221],[57,-29],[255,15],[52,-15],[43,25],[29,-126],[-47,-69],[28,-85],[70,-54],[117,-46],[43,-44],[-65,-108],[-153,14],[-50,86],[-88,54],[-67,-8],[-183,162],[-14,133],[-62,67],[35,28]],[[22003,5044],[121,-2],[-8,-150],[-61,-52],[34,-49],[-62,-37],[-61,74],[-82,16],[12,79],[-66,76],[3,38],[93,-15],[77,22]],[[22025,9911],[-71,-136],[-14,-87],[-47,-69],[-17,-97],[0,-123],[-30,-44],[0,-89],[-37,-125],[-99,-23],[-93,-134],[-36,-143],[-43,-54],[0,-49],[-39,-98],[36,-55],[-76,-86],[-70,-32],[-11,-78],[18,-83],[28,-28],[27,-106],[-43,-105],[-8,-70],[74,-72],[-27,-52],[-78,-16],[-80,-116],[-111,4],[-72,-106],[10,-38],[-48,-46],[-20,-89],[-50,-121],[-15,-96],[-51,-26],[-45,-87],[13,-51],[-48,-81],[-140,-172],[-89,-60],[-18,-89],[-67,-132],[-33,-19],[-109,-173],[-48,-11],[-25,-75],[-178,-31],[-115,-87],[-26,-132],[65,-89],[23,-125],[-86,-35],[-43,-50],[-29,-147],[-72,-57],[-60,-25],[-77,-83],[-112,-98],[-177,-91],[-130,-45],[-113,-105],[-58,-38],[-106,-37],[-66,-61],[-46,-75],[-64,-192],[-22,-197],[-155,-126],[-56,-99],[-57,-175],[-60,-143],[-98,-341],[-147,-345],[-47,-87],[-40,-166],[-41,-43],[-50,-115],[-21,-172],[1,-197],[29,-201]],[[17880,6113],[32,96],[-51,22],[22,70],[-35,39],[-117,19],[-88,154],[31,46],[-74,147],[18,112],[-25,55],[61,58],[13,65],[59,26],[7,46],[121,109],[19,156],[105,16],[12,61],[-79,102],[87,151],[44,110],[1,64],[-28,62],[18,106],[-15,53],[-59,41],[121,63],[23,100],[92,68],[-40,64],[35,87],[0,118],[25,58],[77,46],[70,2],[133,132],[80,98],[104,-2],[162,81],[116,28]],[[18957,9042],[69,23],[115,-67],[38,-71],[2,-87],[50,-110],[90,-102],[58,6],[108,-67],[134,-2],[69,-140],[98,-15],[41,44],[96,27],[92,-42],[57,-98],[6,-87],[73,-98],[12,-94],[125,-39],[49,-68],[72,18],[55,-35],[61,-76],[-18,-66],[94,-19],[38,35],[125,30],[82,-4],[40,43],[-11,133],[27,72],[-46,99],[42,91],[73,-3],[18,68],[61,134],[-2,51],[63,38],[-24,53],[59,101],[-13,38],[121,108],[-11,169],[76,96],[16,64],[49,7],[36,94],[43,63],[82,58],[4,33],[-110,35],[-40,127],[69,89],[60,132],[91,86],[50,9],[33,60],[105,-25],[74,6],[43,-61],[99,5]],[[23861,15610],[-30,-81],[-105,-93],[-36,-54],[-26,-120],[-104,-101],[-75,-18],[-71,-111],[-223,-128],[-59,-75],[-31,-144],[37,-106],[-3,-135],[-57,-84],[-175,-121],[-61,-85],[-19,-71],[2,-110],[27,-85],[65,-116],[86,-71],[28,-67],[-129,-255],[-40,55],[-42,-31],[-52,-84],[-6,-47],[32,-126],[-44,-145],[4,-74],[-49,-273],[-82,-179],[-16,-61],[-45,-58],[-27,-83],[-11,-101],[11,-166],[-36,-90],[-61,-106],[-36,-22],[-19,-71],[26,-87],[-47,-149],[-16,-124],[-52,-67],[-30,-123],[-8,-196],[-53,-188],[-70,-100],[-51,-220],[23,-145],[45,-50],[-93,-200],[-32,-157]],[[18957,9042],[23,42],[96,35],[11,108],[-154,91],[-31,67],[-63,-29],[-68,69],[-85,14],[6,77],[79,76],[7,60],[163,72],[22,128],[-43,14],[-49,68]],[[21026,15019],[59,67],[4,64],[53,0],[42,53],[119,19],[4,58],[-34,99],[146,107],[17,79],[118,0],[77,92],[-16,46],[20,114],[39,73],[69,39]],[[8514,8553],[40,-5],[-27,-87],[-86,-88],[-112,113],[29,43],[156,24]],[[10073,8829],[5,-49],[-77,-41],[2,73],[70,17]],[[8865,9688],[25,-43],[69,-2],[-4,-235],[-110,-5],[26,79],[-16,108],[25,33],[-15,65]],[[7721,9781],[53,-70],[-86,-7],[33,77]],[[9461,11490],[74,-19],[111,-136],[-57,-20],[-30,-85],[92,-221],[79,-11],[60,-61],[104,83],[117,-81],[24,51],[59,-89],[0,-80],[88,-111],[-104,-28],[-14,54],[-193,5],[-74,-85],[-39,3],[-108,-70],[-56,-76],[23,-103],[-122,23],[-116,-27],[14,59],[-44,52],[-68,-15],[-40,111],[90,-70],[48,14],[15,-78],[173,130],[-3,64],[-73,9],[-104,-33],[43,111],[-88,64],[-14,80],[122,-16],[19,-62],[96,19],[43,56],[-24,99],[14,55],[-50,41],[52,29],[-97,61],[20,78],[-74,71],[-31,64],[-68,-16],[-31,-51],[-57,32],[-77,-90],[5,-34],[-19,-25],[-68,-25],[-54,7],[-9,-140],[19,-50],[-73,-143],[20,-100],[-113,26],[-54,-35],[-67,9],[25,73],[67,-32],[62,52],[11,48],[-78,92],[62,11],[43,73],[-62,44],[19,70],[62,108],[128,-55],[61,9],[55,70],[35,40],[8,71],[97,16],[94,36]],[[9645,12002],[75,-80],[-75,-12],[-79,-45],[-19,46],[98,91]],[[24054,20906],[10,-67],[-97,-87],[-113,51],[-40,-49],[-72,-27],[24,-49],[-4,-105],[109,-94],[-87,-84],[-108,-25],[-90,-2],[-131,99],[-86,-4],[-71,28],[-95,72],[-121,69],[-62,129],[-21,91],[-94,45],[-13,31],[84,40],[68,-4],[54,45],[129,24],[89,68],[51,5],[66,55]],[[23433,21161],[2,2]],[[23435,21163],[2,4]],[[23437,21167],[-16,-68],[108,-6],[164,-57],[112,46],[60,-48],[122,-59],[91,15],[-24,-84]],[[18346,18174],[-135,27],[9,30],[-68,124],[-57,-47],[-107,-1],[-43,33]],[[17945,18340],[123,148],[-7,197],[70,208],[86,110],[6,49],[56,39]],[[18279,19091],[100,-31],[29,-58],[69,-43],[296,-79],[117,-95],[32,-75],[13,-102],[31,-23],[18,-95],[-76,-33],[-48,93],[-116,58],[-67,-20],[17,-54],[-58,-33],[-64,12],[-16,-56],[-89,-85],[-51,12],[-52,-114],[-18,-96]],[[22525,21300],[86,-54],[-5,-73],[-41,-68],[84,-21],[39,-130],[55,-48],[-56,-148],[13,-24],[118,-36],[51,-45],[35,-67],[-28,-39],[-18,-130],[-34,-79],[36,-52],[186,-80],[104,14],[-13,-43],[-138,9],[-135,-46],[-90,20],[-74,-37],[-13,-49],[30,-195],[125,-41],[-70,-48],[-75,-17],[-121,39],[-115,-12],[-54,104],[-106,51],[-42,60],[22,36],[-96,103],[-67,11],[-58,-60],[-50,-16],[-59,166],[34,47],[82,22],[32,50],[6,105],[-29,84],[-89,90],[-53,25],[-97,6],[-59,35],[54,157],[114,121],[23,3],[107,142],[114,-21],[11,61],[139,65],[80,125],[51,6],[54,-78]],[[23435,21163],[-2,-2]],[[24054,20906],[46,-20],[75,19],[-13,-76],[145,30],[152,-37],[81,12],[130,-34],[49,30],[109,-20],[35,-85],[-52,-51],[-27,-67],[6,-76],[67,-39],[40,-57],[-18,-143],[37,-56],[83,-72],[174,35],[168,-45],[51,-56],[-22,-57],[-45,-8],[-85,-66],[-117,-48]],[[21927,17924],[-46,102],[8,41],[-157,61],[-99,177],[-78,194],[53,57],[119,91],[-74,60],[-13,109],[-42,18],[-94,132],[-85,53],[-116,-18],[-47,-41],[-133,32],[-35,62],[8,60],[-51,63],[56,33],[-58,44],[-23,81],[-65,5],[-72,42],[33,60],[-57,46],[110,86],[-73,10],[-49,47],[61,33],[27,109],[-13,110],[102,31],[74,-29],[98,-7],[87,46],[13,75],[67,-13],[59,37],[-37,109],[96,17],[-92,73],[4,55],[-40,31],[31,52],[-74,76],[-62,18],[-144,-6],[-39,104],[-67,15],[-92,58],[-144,27],[-30,50],[-103,36],[5,50]],[[20634,20788],[52,5],[61,42],[129,-11],[219,53],[72,40],[167,64],[-12,28],[24,102],[70,-59],[109,120],[-96,37],[4,43],[91,11],[1,50],[79,107],[33,8],[110,231],[65,-5],[60,25],[61,96],[187,81],[109,17],[49,25],[3,46],[109,-35],[65,2],[59,42],[56,3],[127,-47],[71,-66],[100,-48],[73,-90],[-2,-125],[107,-115],[37,-61],[110,-72],[132,41],[9,-44],[-53,-63],[44,-76],[67,3],[45,-26]],[[15197,14913],[81,47],[49,64],[93,199],[51,56],[83,183],[39,40],[46,112],[56,30],[56,96],[33,-3],[88,96],[14,63],[188,256],[59,55],[151,210]],[[16284,16417],[44,-15],[73,-66],[60,-118],[98,-46],[89,-117],[56,-34],[41,-69],[101,-67],[152,-39],[185,-149],[166,-67],[143,-15],[79,-55],[105,-110],[156,-9],[116,38],[195,-17],[47,11],[71,62],[-36,207],[122,47],[45,-25],[94,1],[23,-27],[80,-10],[63,15],[60,-39],[90,14],[64,-77],[23,-56],[75,-43],[39,-48],[65,-12],[45,23],[21,73],[119,78],[54,11],[33,-42],[103,45],[42,42],[85,-2],[3,36],[124,150],[55,-10],[123,17],[44,85],[57,46],[46,4],[45,97],[89,-6],[18,-88],[118,11],[22,88],[58,54],[2,92],[91,32],[8,84]],[[20473,16402],[6,-56],[66,-13],[236,34],[78,58]],[[16492,8574],[18,-45],[-32,-59],[-53,-33],[-44,-85],[23,-44],[-26,-53],[-128,-78],[-32,-73],[-70,-49],[-84,-135],[-2,-58],[-92,-126],[-33,-67],[-96,-100],[-160,-83],[-43,-54],[-131,-122],[-138,-85],[-29,-77],[-115,2],[-36,-82],[-14,-81],[-53,6],[-80,-152],[-30,-100],[-78,-156],[-45,-16],[-70,55],[-142,-27],[-34,-66],[-85,-42],[-37,-58],[-140,-20],[-36,59],[-74,4],[-205,36],[-43,-2],[-25,-59],[-90,42],[-27,-50],[-89,61],[-64,13],[-10,64],[-76,-37],[-184,75],[-114,-62]],[[13344,6555],[-12,49],[15,89],[-21,107],[-88,163],[-157,158],[-162,126],[-151,89],[-166,74],[-26,-7],[-125,161],[-69,-10],[-4,56],[48,176],[58,108],[53,44],[41,187],[34,103],[92,190],[29,141],[-8,99],[57,77],[27,102],[19,217],[95,73],[19,77],[-17,62],[46,53]],[[12971,9319],[200,-131],[1,-34],[116,-39],[82,-108],[85,55],[83,-54],[109,27],[113,200],[112,23],[79,65],[-42,24],[32,50],[71,-26],[64,13],[-15,75],[60,88],[118,0],[1,65],[70,-12],[76,14],[107,100],[207,14],[187,58],[92,-39],[98,45],[235,-104],[35,-63],[76,52],[54,-50],[-91,-49],[-15,-55],[143,-18],[50,-59],[-58,-56],[27,-52],[52,5],[121,-52],[40,-51],[-115,-103],[23,-127],[-28,-27],[3,-91],[46,-103],[5,-64],[-72,-57],[51,-53],[97,-20],[87,-66],[69,22],[87,-37],[53,57],[68,36],[84,-45],[122,43],[166,-31]],[[21421,17394],[-77,-34],[-122,47],[-62,60],[-30,92],[45,93],[-52,13],[-35,63],[5,147],[-88,26],[-5,56],[-63,79],[-74,43],[-94,-32],[-29,17],[53,157],[-62,86],[63,140],[-49,55],[-150,48],[-41,45],[-84,46],[18,34],[-88,41],[-2,44],[-61,7],[-109,-33],[-30,84],[-62,-36],[-73,70],[-88,47],[-45,45],[-111,42],[-43,49],[56,86],[-38,137],[-110,11],[-30,-26],[-137,27],[-29,98],[-117,-28],[-197,67],[-20,65],[17,42],[-36,102],[-110,63],[-127,-36],[-84,36],[-110,-64],[-44,24]],[[18660,19639],[-8,1]],[[18652,19640],[30,54],[78,66],[83,128],[-4,68],[38,42],[25,83],[57,79],[153,148],[133,41],[95,43],[22,42],[231,89],[211,49],[116,60],[63,14],[182,91],[114,34],[67,3],[133,51],[155,-37]],[[16284,16417],[62,47],[179,192],[126,240],[46,44],[57,177],[52,82],[56,190],[40,64],[93,64],[54,65],[50,5],[67,63],[11,65],[123,125],[80,39],[227,37],[218,192],[34,124],[86,108]],[[18346,18174],[43,-34],[41,25],[43,-45],[51,43],[75,6],[1,-81],[-59,-72],[75,-32],[0,-50],[136,-134],[72,-28],[41,-61],[190,-88],[65,-76],[55,41],[81,-56],[49,-81],[12,-70],[-50,-56],[-32,-114],[-55,-47],[74,-43],[44,-52],[-18,-85],[-69,-34],[33,-158],[89,18],[80,-31],[171,88],[87,-22],[53,34],[37,-38],[122,-22],[58,32],[58,-14],[179,60],[53,-47],[-22,-59],[65,-37],[90,-91],[14,-54],[90,-44],[23,-124],[-18,-39]],[[18279,19091],[92,80],[48,74],[40,108],[41,48],[71,165],[81,74]],[[15138,10468],[37,-15],[62,-98],[71,40],[64,-10],[30,-86],[82,-9],[59,-102],[-94,-142],[-36,-3],[-82,62],[-55,-2],[-74,-57],[-29,-51],[-88,-34],[-62,83],[-5,55],[-93,-5],[-26,29],[-112,-14],[33,55],[-38,73],[8,54],[60,84],[54,-31],[30,41],[55,7],[50,45],[99,31]],[[18491,10154],[-192,-82],[-103,11],[-104,-49],[-64,-101],[-101,-37],[-49,-36],[-99,-29],[-136,-287],[-157,-50],[-107,-93],[-34,-68],[-165,13],[2,-57],[-70,-87],[-102,-52],[-11,-53],[-121,19],[-51,-43],[-6,-81],[-66,-31],[-145,35],[-92,34],[-36,-27],[-54,32],[-4,-130],[-31,-46],[24,-77],[42,-49],[33,-159]],[[12971,9319],[66,151],[23,137],[172,7],[26,57],[-11,74],[-70,0],[1,108],[-27,37],[29,85],[-1,81],[-34,35],[4,79],[70,78],[14,71],[-160,-45],[-59,4],[-34,43],[-3,127],[54,33],[100,-18],[23,22]],[[14986,3697],[-149,34],[-188,112],[-146,118],[-114,76],[-2,48],[-138,-90],[-57,115],[26,18],[60,-72],[33,23],[-94,112],[-56,14],[25,67],[-257,285],[12,57],[-62,45],[47,41],[-88,172],[8,72],[88,86],[-15,148],[-39,123],[-289,583],[-95,-15],[-49,64],[102,32],[-46,150],[-43,92],[-15,100],[-101,248]]],"bbox":[118.14555951500006,21.895599675000085,124.56017308900005,26.38517819300006],"transform":{"scale":[0.0001520699249442887,0.00015500547293191455],"translate":[118.14555951500004,21.895599675000085]},"objects":{"map":{"type":"GeometryCollection","geometries":[{"arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]]],"type":"MultiPolygon","properties":{"id":"09007","name":"連江縣"}},{"arcs":[[[6]],[[7]],[[8]]],"type":"MultiPolygon","properties":{"id":"09020","name":"金門縣"}},{"arcs":[[[9]],[[10,11,12,13,14,15]],[[16]]],"type":"MultiPolygon","properties":{"id":"10002","name":"宜蘭縣"}},{"arcs":[[17,18,19,20]],"type":"Polygon","properties":{"id":"10007","name":"彰化縣"}},{"arcs":[[21,22,23,24,-19,25]],"type":"Polygon","properties":{"id":"10008","name":"南投縣"}},{"arcs":[[[26]],[[27]],[[-25,28,29,-20]]],"type":"MultiPolygon","properties":{"id":"10009","name":"雲林縣"}},{"arcs":[[[30]],[[31,32,33]]],"type":"MultiPolygon","properties":{"id":"10013","name":"屏東縣"}},{"arcs":[[[34]],[[35]],[[36]],[[37,-32,38,39]]],"type":"MultiPolygon","properties":{"id":"10014","name":"臺東縣"}},{"arcs":[[40,-40,41,-22,42,-12]],"type":"Polygon","properties":{"id":"10015","name":"花蓮縣"}},{"arcs":[[[43]],[[44]],[[45]],[[46]],[[47]],[[48]]],"type":"MultiPolygon","properties":{"id":"10016","name":"澎湖縣"}},{"arcs":[[49,50,51,52]],"type":"Polygon","properties":{"id":"10017","name":"基隆市"}},{"arcs":[[53,54,55]],"type":"Polygon","properties":{"id":"10018","name":"新竹市"}},{"arcs":[[56]],"type":"Polygon","properties":{"id":"63000","name":"臺北市"}},{"arcs":[[-52,57,-50,58,-16,59,60],[-57]],"type":"Polygon","properties":{"id":"65000","name":"新北市"}},{"arcs":[[-43,-26,-18,61,62,63,-13]],"type":"Polygon","properties":{"id":"66000","name":"臺中市"}},{"arcs":[[64,65,66]],"type":"Polygon","properties":{"id":"67000","name":"臺南市"}},{"arcs":[[-60,-15,67,68,69]],"type":"Polygon","properties":{"id":"68000","name":"桃園市"}},{"arcs":[[-63,70,-54,71]],"type":"Polygon","properties":{"id":"10005","name":"苗栗縣"}},{"arcs":[[-56,72,-69,-68,-14,-64,-72]],"type":"Polygon","properties":{"id":"10004","name":"新竹縣"}},{"arcs":[[73]],"type":"Polygon","properties":{"id":"10020","name":"嘉義市"}},{"arcs":[[-24,74,-67,75,-29],[-74]],"type":"Polygon","properties":{"id":"10010","name":"嘉義縣"}},{"arcs":[[-65,-75,-23,-42,-39,-34,76]],"type":"Polygon","properties":{"id":"64000","name":"高雄市"}}]}}} \ No newline at end of file diff --git a/src/JSON/last_week_WAU_by_city.json b/src/JSON/last_week_WAU_by_city.json deleted file mode 100644 index 8e26876..0000000 --- a/src/JSON/last_week_WAU_by_city.json +++ /dev/null @@ -1 +0,0 @@ -[{"city":"\u81fa\u5317","active_student_cnt":8804,"city_total_student_cnt":337169,"active_ratio":0.0261115346},{"city":"\u65b0\u5317","active_student_cnt":7444,"city_total_student_cnt":466142,"active_ratio":0.0159693827},{"city":"\u81fa\u4e2d","active_student_cnt":6104,"city_total_student_cnt":409171,"active_ratio":0.0149179683},{"city":"\u9ad8\u96c4","active_student_cnt":3588,"city_total_student_cnt":339869,"active_ratio":0.0105570087},{"city":"\u6843\u5712","active_student_cnt":2590,"city_total_student_cnt":312521,"active_ratio":0.0082874431},{"city":"\u81fa\u5357","active_student_cnt":1988,"city_total_student_cnt":240567,"active_ratio":0.0082638101},{"city":"\u5b9c\u862d","active_student_cnt":1674,"city_total_student_cnt":59904,"active_ratio":0.0279447115},{"city":"\u5c4f\u6771","active_student_cnt":1502,"city_total_student_cnt":96113,"active_ratio":0.0156274385},{"city":"\u65b0\u7af9","active_student_cnt":1147,"city_total_student_cnt":157396,"active_ratio":0.0072873516},{"city":"\u5f70\u5316","active_student_cnt":1119,"city_total_student_cnt":166501,"active_ratio":0.0067206804},{"city":"\u96f2\u6797","active_student_cnt":904,"city_total_student_cnt":88663,"active_ratio":0.0101959104},{"city":"\u82d7\u6817","active_student_cnt":862,"city_total_student_cnt":72479,"active_ratio":0.0118931001},{"city":"\u5357\u6295","active_student_cnt":801,"city_total_student_cnt":63395,"active_ratio":0.0126350659},{"city":"\u81fa\u6771","active_student_cnt":615,"city_total_student_cnt":27797,"active_ratio":0.0221246897},{"city":"\u5609\u7fa9","active_student_cnt":481,"city_total_student_cnt":100005,"active_ratio":0.0048097595},{"city":"\u82b1\u84ee","active_student_cnt":347,"city_total_student_cnt":43473,"active_ratio":0.0079819658},{"city":"\u91d1\u9580","active_student_cnt":264,"city_total_student_cnt":9602,"active_ratio":0.027494272},{"city":"\u57fa\u9686","active_student_cnt":219,"city_total_student_cnt":45244,"active_ratio":0.0048404208},{"city":"\u6f8e\u6e56","active_student_cnt":155,"city_total_student_cnt":10561,"active_ratio":0.0146766405},{"city":"\u9023\u6c5f","active_student_cnt":49,"city_total_student_cnt":1320,"active_ratio":0.0371212121}] \ No newline at end of file diff --git a/src/JSON/last_week_WAU_by_hour.json b/src/JSON/last_week_WAU_by_hour.json deleted file mode 100644 index c0bd301..0000000 --- a/src/JSON/last_week_WAU_by_hour.json +++ /dev/null @@ -1 +0,0 @@ -[{"hour":0,"avg_user_cnt":278.0,"avg_time_minute":9.19},{"hour":1,"avg_user_cnt":117.75,"avg_time_minute":8.48},{"hour":2,"avg_user_cnt":59.12,"avg_time_minute":9.08},{"hour":3,"avg_user_cnt":34.75,"avg_time_minute":10.08},{"hour":4,"avg_user_cnt":25.88,"avg_time_minute":13.1},{"hour":5,"avg_user_cnt":49.57,"avg_time_minute":11.64},{"hour":6,"avg_user_cnt":140.14,"avg_time_minute":8.73},{"hour":7,"avg_user_cnt":247.71,"avg_time_minute":8.58},{"hour":8,"avg_user_cnt":661.29,"avg_time_minute":11.27},{"hour":9,"avg_user_cnt":937.43,"avg_time_minute":10.63},{"hour":10,"avg_user_cnt":1091.43,"avg_time_minute":11.07},{"hour":11,"avg_user_cnt":1170.14,"avg_time_minute":11.39},{"hour":12,"avg_user_cnt":857.86,"avg_time_minute":10.95},{"hour":13,"avg_user_cnt":1041.57,"avg_time_minute":11.36},{"hour":14,"avg_user_cnt":1149.14,"avg_time_minute":12.1},{"hour":15,"avg_user_cnt":1306.71,"avg_time_minute":11.7},{"hour":16,"avg_user_cnt":1718.29,"avg_time_minute":16.14},{"hour":17,"avg_user_cnt":1218.29,"avg_time_minute":11.63},{"hour":18,"avg_user_cnt":960.0,"avg_time_minute":10.85},{"hour":19,"avg_user_cnt":1296.29,"avg_time_minute":11.72},{"hour":20,"avg_user_cnt":1757.57,"avg_time_minute":11.96},{"hour":21,"avg_user_cnt":1726.57,"avg_time_minute":11.89},{"hour":22,"avg_user_cnt":1201.0,"avg_time_minute":11.15},{"hour":23,"avg_user_cnt":630.29,"avg_time_minute":10.17}] \ No newline at end of file diff --git a/src/JSON/reg_user_by_city.json b/src/JSON/reg_user_by_city.json deleted file mode 100644 index 66f30f4..0000000 --- a/src/JSON/reg_user_by_city.json +++ /dev/null @@ -1 +0,0 @@ -[{"index":"\u5357\u6295","student":17999,"teacher":1769,"parent":401.0,"others":3255},{"index":"\u5609\u7fa9","student":20534,"teacher":2727,"parent":450.0,"others":3619},{"index":"\u57fa\u9686","student":7586,"teacher":543,"parent":30.0,"others":510},{"index":"\u5b9c\u862d","student":42286,"teacher":3141,"parent":525.0,"others":4537},{"index":"\u5c4f\u6771","student":24782,"teacher":2756,"parent":461.0,"others":4122},{"index":"\u5f70\u5316","student":35648,"teacher":2762,"parent":925.0,"others":5367},{"index":"\u65b0\u5317","student":180414,"teacher":17585,"parent":12466.0,"others":65313},{"index":"\u65b0\u7af9","student":32674,"teacher":2913,"parent":1608.0,"others":4699},{"index":"\u6843\u5712","student":79049,"teacher":7574,"parent":4432.0,"others":11025},{"index":"\u6f8e\u6e56","student":5931,"teacher":509,"parent":87.0,"others":1194},{"index":"\u81fa\u4e2d","student":142853,"teacher":15604,"parent":11281.0,"others":29706},{"index":"\u81fa\u5317","student":185028,"teacher":21270,"parent":29659.0,"others":34187},{"index":"\u81fa\u5357","student":68145,"teacher":7925,"parent":4123.0,"others":11785},{"index":"\u81fa\u6771","student":15865,"teacher":1834,"parent":266.0,"others":3722},{"index":"\u82b1\u84ee","student":28228,"teacher":2301,"parent":397.0,"others":3056},{"index":"\u82d7\u6817","student":20649,"teacher":1973,"parent":509.0,"others":3776},{"index":"\u9023\u6c5f","student":573,"teacher":78,"parent":0.0,"others":49},{"index":"\u91d1\u9580","student":5062,"teacher":370,"parent":15.0,"others":301},{"index":"\u96f2\u6797","student":32042,"teacher":2600,"parent":504.0,"others":5882},{"index":"\u9ad8\u96c4","student":116875,"teacher":11909,"parent":7991.0,"others":29199}] \ No newline at end of file diff --git a/src/JSON/reg_user_by_month.json b/src/JSON/reg_user_by_month.json deleted file mode 100644 index ee7a136..0000000 --- a/src/JSON/reg_user_by_month.json +++ /dev/null @@ -1 +0,0 @@ -[{"date":"2012-10","monthly_register_count":62,"total_register_cnt":62},{"date":"2012-11","monthly_register_count":454,"total_register_cnt":516},{"date":"2012-12","monthly_register_count":232,"total_register_cnt":748},{"date":"2013-1","monthly_register_count":140,"total_register_cnt":888},{"date":"2013-2","monthly_register_count":79,"total_register_cnt":967},{"date":"2013-3","monthly_register_count":322,"total_register_cnt":1289},{"date":"2013-4","monthly_register_count":516,"total_register_cnt":1805},{"date":"2013-5","monthly_register_count":501,"total_register_cnt":2306},{"date":"2013-6","monthly_register_count":688,"total_register_cnt":2994},{"date":"2013-7","monthly_register_count":593,"total_register_cnt":3587},{"date":"2013-8","monthly_register_count":1091,"total_register_cnt":4678},{"date":"2013-9","monthly_register_count":2599,"total_register_cnt":7277},{"date":"2013-10","monthly_register_count":1919,"total_register_cnt":9196},{"date":"2013-11","monthly_register_count":2336,"total_register_cnt":11532},{"date":"2013-12","monthly_register_count":4111,"total_register_cnt":15643},{"date":"2014-1","monthly_register_count":5125,"total_register_cnt":20768},{"date":"2014-2","monthly_register_count":6540,"total_register_cnt":27308},{"date":"2014-3","monthly_register_count":10135,"total_register_cnt":37443},{"date":"2014-4","monthly_register_count":7371,"total_register_cnt":44814},{"date":"2014-5","monthly_register_count":8426,"total_register_cnt":53240},{"date":"2014-6","monthly_register_count":6701,"total_register_cnt":59941},{"date":"2014-7","monthly_register_count":5104,"total_register_cnt":65045},{"date":"2014-8","monthly_register_count":4582,"total_register_cnt":69627},{"date":"2014-9","monthly_register_count":21615,"total_register_cnt":91242},{"date":"2014-10","monthly_register_count":21060,"total_register_cnt":112302},{"date":"2014-11","monthly_register_count":16372,"total_register_cnt":128674},{"date":"2014-12","monthly_register_count":14452,"total_register_cnt":143126},{"date":"2015-1","monthly_register_count":14038,"total_register_cnt":157164},{"date":"2015-2","monthly_register_count":6956,"total_register_cnt":164120},{"date":"2015-3","monthly_register_count":13914,"total_register_cnt":178034},{"date":"2015-4","monthly_register_count":10607,"total_register_cnt":188641},{"date":"2015-5","monthly_register_count":12425,"total_register_cnt":201066},{"date":"2015-6","monthly_register_count":9753,"total_register_cnt":210819},{"date":"2015-7","monthly_register_count":9904,"total_register_cnt":220723},{"date":"2015-8","monthly_register_count":8914,"total_register_cnt":229637},{"date":"2015-9","monthly_register_count":24811,"total_register_cnt":254448},{"date":"2015-10","monthly_register_count":24486,"total_register_cnt":278934},{"date":"2015-11","monthly_register_count":26908,"total_register_cnt":305842},{"date":"2015-12","monthly_register_count":26418,"total_register_cnt":332260},{"date":"2016-1","monthly_register_count":12982,"total_register_cnt":345242},{"date":"2016-2","monthly_register_count":9600,"total_register_cnt":354842},{"date":"2016-3","monthly_register_count":12852,"total_register_cnt":367694},{"date":"2016-4","monthly_register_count":12172,"total_register_cnt":379866},{"date":"2016-5","monthly_register_count":20157,"total_register_cnt":400023},{"date":"2016-6","monthly_register_count":18473,"total_register_cnt":418496},{"date":"2016-7","monthly_register_count":18358,"total_register_cnt":436854},{"date":"2016-8","monthly_register_count":22532,"total_register_cnt":459386},{"date":"2016-9","monthly_register_count":37946,"total_register_cnt":497332},{"date":"2016-10","monthly_register_count":34944,"total_register_cnt":532276},{"date":"2016-11","monthly_register_count":41118,"total_register_cnt":573394},{"date":"2016-12","monthly_register_count":29664,"total_register_cnt":603058},{"date":"2017-1","monthly_register_count":18758,"total_register_cnt":621816},{"date":"2017-2","monthly_register_count":19065,"total_register_cnt":640881},{"date":"2017-3","monthly_register_count":26651,"total_register_cnt":667532},{"date":"2017-4","monthly_register_count":25904,"total_register_cnt":693436},{"date":"2017-5","monthly_register_count":18821,"total_register_cnt":712257},{"date":"2017-6","monthly_register_count":23330,"total_register_cnt":735587},{"date":"2017-7","monthly_register_count":21798,"total_register_cnt":757385},{"date":"2017-8","monthly_register_count":35260,"total_register_cnt":792645},{"date":"2017-9","monthly_register_count":71830,"total_register_cnt":864475},{"date":"2017-10","monthly_register_count":41548,"total_register_cnt":906023},{"date":"2017-11","monthly_register_count":35821,"total_register_cnt":941844},{"date":"2017-12","monthly_register_count":32913,"total_register_cnt":974757},{"date":"2018-1","monthly_register_count":38182,"total_register_cnt":1012939},{"date":"2018-2","monthly_register_count":16372,"total_register_cnt":1029311},{"date":"2018-3","monthly_register_count":34563,"total_register_cnt":1063874},{"date":"2018-4","monthly_register_count":22973,"total_register_cnt":1086847},{"date":"2018-5","monthly_register_count":28603,"total_register_cnt":1115450},{"date":"2018-6","monthly_register_count":29806,"total_register_cnt":1145256},{"date":"2018-7","monthly_register_count":28803,"total_register_cnt":1174059},{"date":"2018-8","monthly_register_count":44490,"total_register_cnt":1218549},{"date":"2018-9","monthly_register_count":61925,"total_register_cnt":1280474},{"date":"2018-10","monthly_register_count":46862,"total_register_cnt":1327336},{"date":"2018-11","monthly_register_count":34934,"total_register_cnt":1362270},{"date":"2018-12","monthly_register_count":30065,"total_register_cnt":1392335},{"date":"2019-1","monthly_register_count":29382,"total_register_cnt":1421717},{"date":"2019-2","monthly_register_count":23376,"total_register_cnt":1445093},{"date":"2019-3","monthly_register_count":29126,"total_register_cnt":1474219},{"date":"2019-4","monthly_register_count":24604,"total_register_cnt":1498823},{"date":"2019-5","monthly_register_count":23347,"total_register_cnt":1522170},{"date":"2019-6","monthly_register_count":24787,"total_register_cnt":1546957},{"date":"2019-7","monthly_register_count":26653,"total_register_cnt":1573610},{"date":"2019-8","monthly_register_count":31821,"total_register_cnt":1605431},{"date":"2019-9","monthly_register_count":60926,"total_register_cnt":1666357},{"date":"2019-10","monthly_register_count":41512,"total_register_cnt":1707869},{"date":"2019-11","monthly_register_count":37006,"total_register_cnt":1744875},{"date":"2019-12","monthly_register_count":29049,"total_register_cnt":1773924},{"date":"2020-1","monthly_register_count":26618,"total_register_cnt":1800542},{"date":"2020-2","monthly_register_count":70000,"total_register_cnt":1870542},{"date":"2020-3","monthly_register_count":244600,"total_register_cnt":2115142},{"date":"2020-4","monthly_register_count":121767,"total_register_cnt":2236909},{"date":"2020-5","monthly_register_count":34863,"total_register_cnt":2271772},{"date":"2020-6","monthly_register_count":21707,"total_register_cnt":2293479},{"date":"2020-7","monthly_register_count":25842,"total_register_cnt":2319321},{"date":"2020-8","monthly_register_count":24276,"total_register_cnt":2343597},{"date":"2020-9","monthly_register_count":52425,"total_register_cnt":2396022}] \ No newline at end of file diff --git a/src/JSON/reg_user_category.json b/src/JSON/reg_user_category.json deleted file mode 100644 index ee59932..0000000 --- a/src/JSON/reg_user_category.json +++ /dev/null @@ -1 +0,0 @@ -[{"user_role":"\u5b78\u751f","count":96437},{"user_role":"\u5176\u4ed6","count":1206255},{"user_role":"\u8001\u5e2b","count":972660},{"user_role":"\u5bb6\u9577","count":130864}] \ No newline at end of file diff --git a/src/JSON/user_count_by_week.json b/src/JSON/user_count_by_week.json deleted file mode 100644 index 4492bc5..0000000 --- a/src/JSON/user_count_by_week.json +++ /dev/null @@ -1 +0,0 @@ -{"week":{"0":"2012-10-08","1":"2012-10-15","2":"2012-10-22","3":"2012-10-29","4":"2012-11-05","5":"2012-11-12","6":"2012-11-19","7":"2012-11-26","8":"2012-12-03","9":"2012-12-10","10":"2012-12-17","11":"2012-12-24","12":"2012-12-31","13":"2013-01-07","14":"2013-01-14","15":"2013-01-21","16":"2013-01-28","17":"2013-02-04","18":"2013-02-11","19":"2013-02-18","20":"2013-02-25","21":"2013-03-04","22":"2013-03-11","23":"2013-03-18","24":"2013-03-25","25":"2013-04-01","26":"2013-04-08","27":"2013-04-15","28":"2013-04-22","29":"2013-04-29","30":"2013-05-06","31":"2013-05-13","32":"2013-05-20","33":"2013-05-27","34":"2013-06-03","35":"2013-06-10","36":"2013-06-17","37":"2013-06-24","38":"2013-07-01","39":"2013-07-08","40":"2013-07-15","41":"2013-07-22","42":"2013-07-29","43":"2013-08-05","44":"2013-08-12","45":"2013-08-19","46":"2013-08-26","47":"2013-09-02","48":"2013-09-09","49":"2013-09-16","50":"2013-09-23","51":"2013-09-30","52":"2013-10-07","53":"2013-10-14","54":"2013-10-21","55":"2013-10-28","56":"2013-11-04","57":"2013-11-11","58":"2013-11-18","59":"2013-11-25","60":"2013-12-02","61":"2013-12-09","62":"2013-12-16","63":"2013-12-23","64":"2013-12-30","65":"2014-01-06","66":"2014-01-13","67":"2014-01-20","68":"2014-01-27","69":"2014-02-03","70":"2014-02-10","71":"2014-02-17","72":"2014-02-24","73":"2014-03-03","74":"2014-03-10","75":"2014-03-17","76":"2014-03-24","77":"2014-03-31","78":"2014-04-07","79":"2014-04-14","80":"2014-04-21","81":"2014-04-28","82":"2014-05-05","83":"2014-05-12","84":"2014-05-19","85":"2014-05-26","86":"2014-06-02","87":"2014-06-09","88":"2014-06-16","89":"2014-06-23","90":"2014-06-30","91":"2014-07-07","92":"2014-07-14","93":"2014-07-21","94":"2014-07-28","95":"2014-08-04","96":"2014-08-11","97":"2014-08-18","98":"2014-08-25","99":"2014-09-01","100":"2014-09-08","101":"2014-09-15","102":"2014-09-22","103":"2014-09-29","104":"2014-10-06","105":"2014-10-13","106":"2014-10-20","107":"2014-10-27","108":"2014-11-03","109":"2014-11-10","110":"2014-11-17","111":"2014-11-24","112":"2014-12-01","113":"2014-12-08","114":"2014-12-15","115":"2014-12-22","116":"2014-12-29","117":"2015-01-05","118":"2015-01-12","119":"2015-01-19","120":"2015-01-26","121":"2015-02-02","122":"2015-02-09","123":"2015-02-16","124":"2015-02-23","125":"2015-03-02","126":"2015-03-09","127":"2015-03-16","128":"2015-03-23","129":"2015-03-30","130":"2015-04-06","131":"2015-04-13","132":"2015-04-20","133":"2015-04-27","134":"2015-05-04","135":"2015-05-11","136":"2015-05-18","137":"2015-05-25","138":"2015-06-01","139":"2015-06-08","140":"2015-06-15","141":"2015-06-22","142":"2015-06-29","143":"2015-07-06","144":"2015-07-13","145":"2015-07-20","146":"2015-07-27","147":"2015-08-03","148":"2015-08-10","149":"2015-08-17","150":"2015-08-24","151":"2015-08-31","152":"2015-09-07","153":"2015-09-14","154":"2015-09-21","155":"2015-09-28","156":"2015-10-05","157":"2015-10-12","158":"2015-10-19","159":"2015-10-26","160":"2015-11-02","161":"2015-11-09","162":"2015-11-16","163":"2015-11-23","164":"2015-11-30","165":"2015-12-07","166":"2015-12-14","167":"2015-12-21","168":"2015-12-28","169":"2016-01-04","170":"2016-01-11","171":"2016-01-18","172":"2016-01-25","173":"2016-02-01","174":"2016-02-08","175":"2016-02-15","176":"2016-02-22","177":"2016-02-29","178":"2016-03-07","179":"2016-03-14","180":"2016-03-21","181":"2016-03-28","182":"2016-04-04","183":"2016-04-11","184":"2016-04-18","185":"2016-04-25","186":"2016-05-02","187":"2016-05-09","188":"2016-05-16","189":"2016-05-23","190":"2016-05-30","191":"2016-06-06","192":"2016-06-13","193":"2016-06-20","194":"2016-06-27","195":"2016-07-04","196":"2016-07-11","197":"2016-07-18","198":"2016-07-25","199":"2016-08-01","200":"2016-08-08","201":"2016-08-15","202":"2016-08-22","203":"2016-08-29","204":"2016-09-05","205":"2016-09-12","206":"2016-09-19","207":"2016-09-26","208":"2016-10-03","209":"2016-10-10","210":"2016-10-17","211":"2016-10-24","212":"2016-10-31","213":"2016-11-07","214":"2016-11-14","215":"2016-11-21","216":"2016-11-28","217":"2016-12-05","218":"2016-12-12","219":"2016-12-19","220":"2016-12-26","221":"2017-01-02","222":"2017-01-09","223":"2017-01-16","224":"2017-01-23","225":"2017-01-30","226":"2017-02-06","227":"2017-02-13","228":"2017-02-20","229":"2017-02-27","230":"2017-03-06","231":"2017-03-13","232":"2017-03-20","233":"2017-03-27","234":"2017-04-03","235":"2017-04-10","236":"2017-04-17","237":"2017-04-24","238":"2017-05-01","239":"2017-05-08","240":"2017-05-15","241":"2017-05-22","242":"2017-05-29","243":"2017-06-05","244":"2017-06-12","245":"2017-06-19","246":"2017-06-26","247":"2017-07-03","248":"2017-07-10","249":"2017-07-17","250":"2017-07-24","251":"2017-07-31","252":"2017-08-07","253":"2017-08-14","254":"2017-08-21","255":"2017-08-28","256":"2017-09-04","257":"2017-09-11","258":"2017-09-18","259":"2017-09-25","260":"2017-10-02","261":"2017-10-09","262":"2017-10-16","263":"2017-10-23","264":"2017-10-30","265":"2017-11-06","266":"2017-11-13","267":"2017-11-20","268":"2017-11-27","269":"2017-12-04","270":"2017-12-11","271":"2017-12-18","272":"2017-12-25","273":"2018-01-01","274":"2018-01-08","275":"2018-01-15","276":"2018-01-22","277":"2018-01-29","278":"2018-02-05","279":"2018-02-12","280":"2018-02-19","281":"2018-02-26","282":"2018-03-05","283":"2018-03-12","284":"2018-03-19","285":"2018-03-26","286":"2018-04-02","287":"2018-04-09","288":"2018-04-16","289":"2018-04-23","290":"2018-04-30","291":"2018-05-07","292":"2018-05-14","293":"2018-05-21","294":"2018-05-28","295":"2018-06-04","296":"2018-06-11","297":"2018-06-18","298":"2018-06-25","299":"2018-07-02","300":"2018-07-09","301":"2018-07-16","302":"2018-07-23","303":"2018-07-30","304":"2018-08-06","305":"2018-08-13","306":"2018-08-20","307":"2018-08-27","308":"2018-09-03","309":"2018-09-10","310":"2018-09-17","311":"2018-09-24","312":"2018-10-01","313":"2018-10-08","314":"2018-10-15","315":"2018-10-22","316":"2018-10-29","317":"2018-11-05","318":"2018-11-12","319":"2018-11-19","320":"2018-11-26","321":"2018-12-03","322":"2018-12-10","323":"2018-12-17","324":"2018-12-24","325":"2018-12-31","326":"2019-01-07","327":"2019-01-14","328":"2019-01-21","329":"2019-01-28","330":"2019-02-04","331":"2019-02-11","332":"2019-02-18","333":"2019-02-25","334":"2019-03-04","335":"2019-03-11","336":"2019-03-18","337":"2019-03-25","338":"2019-04-01","339":"2019-04-08","340":"2019-04-15","341":"2019-04-22","342":"2019-04-29","343":"2019-05-06","344":"2019-05-13","345":"2019-05-20","346":"2019-05-27","347":"2019-06-03","348":"2019-06-10","349":"2019-06-17","350":"2019-06-24","351":"2019-07-01","352":"2019-07-08","353":"2019-07-15","354":"2019-07-22","355":"2019-07-29","356":"2019-08-05","357":"2019-08-12","358":"2019-08-19","359":"2019-08-26","360":"2019-09-02","361":"2019-09-09","362":"2019-09-16","363":"2019-09-23","364":"2019-09-30","365":"2019-10-07","366":"2019-10-14","367":"2019-10-21","368":"2019-10-28","369":"2019-11-04","370":"2019-11-11","371":"2019-11-18","372":"2019-11-25","373":"2019-12-02","374":"2019-12-09","375":"2019-12-16","376":"2019-12-23","377":"2019-12-30","378":"2020-01-06","379":"2020-01-13","380":"2020-01-20","381":"2020-01-27","382":"2020-02-03","383":"2020-02-10","384":"2020-02-17","385":"2020-02-24","386":"2020-03-02","387":"2020-03-09","388":"2020-03-16","389":"2020-03-23","390":"2020-03-30","391":"2020-04-06","392":"2020-04-13","393":"2020-04-20","394":"2020-04-27","395":"2020-05-04","396":"2020-05-11","397":"2020-05-18","398":"2020-05-25","399":"2020-06-01","400":"2020-06-08","401":"2020-06-15","402":"2020-06-22","403":"2020-06-29","404":"2020-07-06","405":"2020-07-13","406":"2020-07-20","407":"2020-07-27","408":"2020-08-03","409":"2020-08-10","410":"2020-08-17","411":"2020-08-24","412":"2020-08-31","413":"2020-09-07","414":"2020-09-14"},"unique_user_cnt":{"0":38,"1":69,"2":115,"3":113,"4":170,"5":1554,"6":932,"7":325,"8":363,"9":342,"10":360,"11":426,"12":453,"13":540,"14":480,"15":364,"16":318,"17":155,"18":297,"19":271,"20":260,"21":284,"22":440,"23":374,"24":570,"25":484,"26":535,"27":542,"28":594,"29":690,"30":531,"31":1095,"32":1145,"33":679,"34":811,"35":737,"36":1425,"37":762,"38":706,"39":826,"40":696,"41":758,"42":893,"43":797,"44":1765,"45":1293,"46":1556,"47":1974,"48":2176,"49":2004,"50":2401,"51":2053,"52":1833,"53":1919,"54":2376,"55":2863,"56":2809,"57":3349,"58":3143,"59":2615,"60":3238,"61":4890,"62":5073,"63":4698,"64":4639,"65":5644,"66":7807,"67":6368,"68":3061,"69":3789,"70":7525,"71":7905,"72":7966,"73":11260,"74":11683,"75":12418,"76":10540,"77":9811,"78":10330,"79":10966,"80":11366,"81":11007,"82":11373,"83":12212,"84":12907,"85":12357,"86":12623,"87":12823,"88":9674,"89":8828,"90":6518,"91":6295,"92":8111,"93":8958,"94":7619,"95":7259,"96":6299,"97":6762,"98":6760,"99":11857,"100":14318,"101":17657,"102":18547,"103":18858,"104":16207,"105":18148,"106":20372,"107":20355,"108":19029,"109":21508,"110":20496,"111":19764,"112":19167,"113":18876,"114":17709,"115":22916,"116":16697,"117":19646,"118":17279,"119":18295,"120":16176,"121":12667,"122":9037,"123":6564,"124":15031,"125":22706,"126":20566,"127":21003,"128":20378,"129":15048,"130":21144,"131":20690,"132":19665,"133":19470,"134":19019,"135":18772,"136":19789,"137":19711,"138":19027,"139":18442,"140":15584,"141":15975,"142":11861,"143":13525,"144":14190,"145":13019,"146":13296,"147":12939,"148":12089,"149":10933,"150":12083,"151":18766,"152":24435,"153":24957,"154":26410,"155":24357,"156":25566,"157":28077,"158":29621,"159":30915,"160":31085,"161":30036,"162":30687,"163":30477,"164":28376,"165":28783,"166":34209,"167":26083,"168":25058,"169":29169,"170":28603,"171":22219,"172":17776,"173":12165,"174":9848,"175":24946,"176":24855,"177":25731,"178":29854,"179":31258,"180":30467,"181":25944,"182":23953,"183":30742,"184":29422,"185":29713,"186":28608,"187":28319,"188":29406,"189":29307,"190":28476,"191":22255,"192":26557,"193":26884,"194":20199,"195":19625,"196":19914,"197":20772,"198":20491,"199":20490,"200":19143,"201":17012,"202":17991,"203":25842,"204":29601,"205":25222,"206":32512,"207":31984,"208":34071,"209":34527,"210":35250,"211":34790,"212":37293,"213":36163,"214":37341,"215":41073,"216":36996,"217":36250,"218":35452,"219":33604,"220":34198,"221":36244,"222":36277,"223":24837,"224":12943,"225":13616,"226":18920,"227":29332,"228":32795,"229":31413,"230":37507,"231":38841,"232":40501,"233":36190,"234":31757,"235":40087,"236":38826,"237":37536,"238":39201,"239":38618,"240":37571,"241":35349,"242":35679,"243":38997,"244":35316,"245":35243,"246":28145,"247":21068,"248":22444,"249":22965,"250":23095,"251":22366,"252":21126,"253":19698,"254":19958,"255":30095,"256":40583,"257":44918,"258":47868,"259":48255,"260":44716,"261":45687,"262":46951,"263":44889,"264":47785,"265":47557,"266":47697,"267":49838,"268":48325,"269":49888,"270":48810,"271":45809,"272":46351,"273":48818,"274":50939,"275":41509,"276":34024,"277":28071,"278":20546,"279":13739,"280":30361,"281":37554,"282":43953,"283":45425,"284":47185,"285":44842,"286":31351,"287":44912,"288":44886,"289":45394,"290":48174,"291":46607,"292":45694,"293":43711,"294":46053,"295":44075,"296":40932,"297":41338,"298":35719,"299":28252,"300":28114,"301":29556,"302":28243,"303":27435,"304":27396,"305":26127,"306":25296,"307":34475,"308":42329,"309":51083,"310":51663,"311":55027,"312":63050,"313":64105,"314":58355,"315":58340,"316":59590,"317":58309,"318":58833,"319":60008,"320":58623,"321":58332,"322":58144,"323":58331,"324":53659,"325":50857,"326":59478,"327":46854,"328":34432,"329":24795,"330":19044,"331":44432,"332":50909,"333":44719,"334":58295,"335":58188,"336":62071,"337":58074,"338":46412,"339":59923,"340":60119,"341":60718,"342":61586,"343":59732,"344":59132,"345":55993,"346":58470,"347":51510,"348":57224,"349":58986,"350":48355,"351":43303,"352":42706,"353":42717,"354":40108,"355":39282,"356":38560,"357":36882,"358":36243,"359":42379,"360":54875,"361":55118,"362":66368,"363":68361,"364":72946,"365":58836,"366":65946,"367":67423,"368":69767,"369":65801,"370":66842,"371":66978,"372":64392,"373":63664,"374":64618,"375":63954,"376":62908,"377":59347,"378":64718,"379":48149,"380":24000,"381":25849,"382":53962,"383":62018,"384":57100,"385":61862,"386":77049,"387":84077,"388":101214,"389":120538,"390":106078,"391":115843,"392":110497,"393":103268,"394":93692,"395":89836,"396":86015,"397":80288,"398":73214,"399":69190,"400":66746,"401":61740,"402":49936,"403":59181,"404":53568,"405":41972,"406":41555,"407":40896,"408":39425,"409":37210,"410":35111,"411":34671,"412":48534,"413":55411,"414":59773}} \ No newline at end of file