birding

Tracking and analyzing bird scooter locations across Tel Aviv

One day of TLV Birds location heatmap - demo heatmap demo

Full timeline GeoJson - link timeline geojson

Key concepts

Usefull commands

Copy data from s3 - aws s3 cp s3://birds-locations/${date} ./data/${date} --recursive

Generate heatmap data - node heatmap.js ./data/${date} > heatmap_demo/heatmap_data.js

Analyze bird daily usage - node ride-stats.js ./data/${date}

Daily usage report as CSV - node ride-stats.js ./data/ csv

Generate GeoJSON of bird movment - node geojson.js ./data/${date}/ ${birdCode} > test.geojson