Remove the dbload command and replace it with gobike-dataset, which generates a single CSV suitable for import into Postgres or BigQuery. I've also moved all the geo-related functionality into a separate package.
I've confirmed that the generated CSV can be imported into BigQuery. Also, it takes about 30 seconds to import the data into Postgres via COPY FROM, which is way faster than dbload ever was.
Remove the
dbload
command and replace it withgobike-dataset
, which generates a single CSV suitable for import into Postgres or BigQuery. I've also moved all the geo-related functionality into a separate package.