Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion countries/israel/input.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions countries/israel/meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"timestamp": 1584161258862,
"timestamp": 1584193721275,
"bounding_box": {
"top": 331325830,
"left": 345872069,
"right": 357795795,
"bottom": 306113989
},
"num_of_points": 206
"num_of_points": 283
}
2 changes: 1 addition & 1 deletion countries/israel/output.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion countries/israel/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ META=meta.json
OUTPUT=output.json

wget 'https://services5.arcgis.com/dlrDjz89gx9qyfev/arcgis/rest/services/Corona_Exposure_View/FeatureServer/0/query?f=json&where=1%3D1&returnGeometry=true&spatialRel=esriSpatialRelIntersects&outFields=*&maxRecordCountFactor=4&outSR=4326&resultOffset=0&resultRecordCount=8000&cacheHint=true' -O "${INPUT}"
nodejs converter.js -i "${INPUT}" -o "${OUTPUT}" -m "${META}"
node converter.js -i "${INPUT}" -o "${OUTPUT}" -m "${META}"
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "2019-ncov",
"version": "1.0.0",
"description": "Use Google Maps Timeline data to check whether you had contacted the patient or not.",
"main": "nodejs/sthash.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yjlou/2019-nCov.git"
},
"keywords": [
"corona"
],
"author": "yjlou",
"license": "GPL3.0",
"bugs": {
"url": "https://github.com/yjlou/2019-nCov/issues"
},
"homepage": "https://github.com/yjlou/2019-nCov#readme",
"dependencies": {
"csv-parse": "^4.8.8",
"fast-xml-parser": "^3.16.0",
"fs": "0.0.1-security",
"js-sha256": "^0.9.0",
"yargs": "^15.3.0"
}
}