One day of TLV Birds location heatmap - demo
Full timeline GeoJson - link
bird/nearby
API (which is basically the same as refreshing the app and registering locations every 5 minutes).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