Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardlitt/get-vt-ebird-barcharts
Get VT eBird Barcharts into a JSON file.
https://github.com/richardlitt/get-vt-ebird-barcharts
ebird
Last synced: 17 days ago
JSON representation
Get VT eBird Barcharts into a JSON file.
- Host: GitHub
- URL: https://github.com/richardlitt/get-vt-ebird-barcharts
- Owner: RichardLitt
- License: mit
- Created: 2020-12-24T02:49:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T03:18:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-25T16:27:14.590Z (27 days ago)
- Topics: ebird
- Language: JavaScript
- Homepage:
- Size: 792 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get VT eBird Barcharts
This tool gets the eBird barchart data from eBird, and converts it into a JSON file, split by county, which shows the abundance for each week of a month (generalized into four weeks) of every species ever seen in that county.
Unfortunately, you need to manually save the barcharts. This takes around a minute of manual labor. To do so, open these links, and save the .xls files into `dist/`:
```
https://ebird.org/barchartData?r=US-VT-001&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-003&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-005&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-007&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-009&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-011&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-013&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-015&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-017&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-019&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-021&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-023&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-025&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
https://ebird.org/barchartData?r=US-VT-027&bmo=1&emo=12&byr=1900&eyr=2020&fmt=tsv
```Then, run `node index.js`. This'll save everything to the `allData.json` file.
## License
MIT