A repository for quick access to
NYC citibike trip history data:
https://www.citibikenyc.com/system-data
download.sh is a shellscript to obtain trip data. Please follow the three examples.
Use -y to download one-year data. It is separated into 12 directories, each of which has multiple CSV files up to 100M records. -m is unavailable for yearly data.
sh download.sh -y 2023 -o ./dataUse -a to download all available trip data at once.
It will take a while to complete.
sh download.sh -a -o ./dataUse -j to download Jersey City trip data.
-m option is also required.
sh download.sh -j -y 2023 -m 01 -o ./data