NYC public waterfront (publicly owned land that is touching or near water) location data for all five boroughs.
The data is provided in two formats:
- GeoJSON:
data/geojson/nyc-public-waterfront.geojson
- Shapefile:
data/shp/nyc-public-waterfront.shp
- MapPLUTO for each borough was clipped to a 150-foot buffer of the city's shoreline.
- The data was filtered to only features where
OwnerType
isC
(city),X
(mixed, tax exempt), orO
("other", including public authorities, state, and federal ownership). - We added a new field,
public
, which isyes
when the owner is public andNULL
otherwise. - The data was filtered to only those properties with
public
set toyes
. - We added a new field,
OwnerFixed
, which attempts to provide a more consistent owner name for each feature. Abbreviations were expanded, capitalization was fixed. This was only done for libraries on property that is publicly owned. Where multiple city agencies were listed inOwnerName
(eg, "DCAS/DEPARTMENT OF ED"), we chose the agency that was more specific (eg, Department of Education). As many of the owners involved are New York State or New York City agencies, we have included the level of government, too, so "Department of Transportation" became "New York City Department of Transportation".