install bfg
brew install bfg
delete the file
# via: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 | |
download-latest: | |
wget $(wget -q -O - https://api.github.com/repos/evansiroky/timezone-boundary-builder/releases/latest | jq -r '.assets[] | select(.name | contains ("timezones-with-oceans-1970.geojson.zip")) | .browser_download_url') |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> |
[{ | |
"status": "incomplete", | |
"task": "get a job", | |
"_id": 1 | |
}, | |
{ | |
"status": "incomplete", | |
"task": "find inner peace", | |
"_id": 2 | |
} |
boro_name | Rate_per_100k_people | Total_Count | |
---|---|---|---|
Bronx | 2405.65 | 35398 | |
Brooklyn | 1523.2 | 41327 | |
Manhattan | 1035.55 | 19499 | |
Queens | 1931.92 | 48382 | |
Staten Island | 2273.91 | 11424 | |
Citywide | null | 156100 |
/** | |
Must be run in node.js | |
you can run this script by opening up your terminal: | |
``` | |
$ node nyc-dog-dataset-filterby-birthyear.js | |
``` | |
**/ | |
const fs = require('fs'); |