File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ id : dcp_greater_transit_zone
2+ acl : public-read
3+
4+ attributes :
5+ name : Greater Transit Zone
6+ description : >
7+ The Greater Transit Zone boundaries are used for several zoning rules.
8+ They determine where special rules for Qualifying Residential Sites are
9+ applicable and how non-residential parking is calculated in some zoning
10+ districts. Being located within the Greater Transit Zone may allow for
11+ more or different development opportunities.
12+ url : https://www.nyc.gov/content/planning/pages/resources/datasets/greater-transit-zone
13+
14+ ingestion :
15+ target_crs : EPSG:4326
16+ source :
17+ type : file_download
18+ url : https://s-media.nyc.gov/agencies/dcp/assets/files/zip/data-tools/bytes/greater-transit-zone/nyc_greater_transit_zone.zip
19+ file_format :
20+ type : shapefile
21+ unzipped_filename : greater_transit_zone_{{ version }}.shp
22+ crs : EPSG:2263
23+ processing_steps :
24+ - name : clean_column_names
25+ args : { "lower": True }
26+ - name : rename_columns
27+ args :
28+ map : { "geom": "wkb_geometry" }
29+
30+ columns :
31+ - id : gtz_qs
32+ data_type : text
33+ - id : wkb_geometry
34+ data_type : geometry
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ inputs:
1919 - name : dcp_healthareas
2020 - name : dcp_healthcenters
2121 - name : dcp_limitedheight
22+ - name : dcp_mih
2223 - name : dcp_pluto
2324 # this env var is set in dcpy/builds/plan.py in a slightly hacky way for now
2425 version : 25v2
You can’t perform that action at this time.
0 commit comments