# New York Taxi Zones (Cloud-Native Distribution)

This repository contains [Cloud-Native Geospatial](https://cloudnativegeo.org) versions of the Taxi Zones of the [TLC Trip Record Data](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page). 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](https://data.source.coop/cholmes/nyc-taxi-zones/taxi_zones.parquet) - A [GeoParquet](https://geoparquet.org) file translated directly from the original Shapefile (using `ogr2ogr`). The shapefile .prj file was translated to [EPSG:2263](https://epsg.io/2263).
* [taxi_zones_4326.parquet](https://data.source.coop/cholmes/nyc-taxi-zones/taxi_zones_4326.parquet) - The original Shapefile transformed into GeoParquet and projected into Long, Lat (EPSG:4326).
* [taxi_zones.pmtiles](https://data.source.coop/cholmes/nyc-taxi-zones/taxi_zones.pmtiles) - The core data as [PMTiles](https://github.com/protomaps/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.***
