Taxi Zones from TLC Trip Record Data
A Cloud-Native Geospatial distribution of the Taxi Zones of the TLC Trip Record Data. Includes GeoParquet and PMTiles versions of the original Shapefile.Product Contents
root
README
New York Taxi Zones (Cloud-Native Distribution)
This repository contains Cloud-Native Geospatial versions of the Taxi Zones of the TLC Trip Record Data. This doesn't contain all the core Parquet data - it's just to make it a bit easier for non-geospatial users to get the actual boundaries. The current web page with all the links says 'Taxi Zone Shapefile (PARQUET)', but the Shapefile is not Parquet. Hopefully the NYC site will update to actually include GeoParquet, but for now it's accessible here. There are 3 files in this repository:
- taxi_zones.parquet - A GeoParquet file translated directly from the original Shapefile (using
ogr2ogr
). The shapefile .prj file was translated to EPSG:2263. - taxi_zones_4326.parquet - The original Shapefile transformed into GeoParquet and projected into Long, Lat (EPSG:4326).
- taxi_zones.pmtiles - The core data as PMTiles for easy visualization.
Note: There is also a taxi zone lookup table CSV that seems to have a 'service zone' field. If anyone is interested I could join that to this Parquet so two files aren't needed. Leaving off that work for now to just ship this.