Skip to content

Commit

Permalink
Ar gft historic remaining datasets (#689)
Browse files Browse the repository at this point in the history
* Add nysshpo historic buildings templates to GFT

* Also add lpc_historic_districts

* Add geometry=as_wkt to archaeological

Fixes the issues with the CSV not having geoms

---------

Co-authored-by: Alex Richey <alexrichey@DCP-APPLE-2180.local>
  • Loading branch information
alexrichey and Alex Richey authored Mar 15, 2024
1 parent f8ba897 commit d927435
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ dataset:
geometry:
SRS: EPSG:2263
type: MULTIPOLYGON
options:
- "OVERWRITE=YES"
- "PRECISION=NO"
- "GEOMETRY=AS_WKT"

info:
description: |
Expand Down
26 changes: 26 additions & 0 deletions dcpy/library/templates/nysshpo_historic_buildings_points.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
dataset:
name: nysshpo_historic_buildings_points
acl: public-read
source:
arcgis_feature_server:
server: nys_parks
name: Building_USN_Points
layer: 1
geometry:
SRS: EPSG:3857
type: POINT

destination:
geometry:
SRS: EPSG:2263
type: POINT
options:
- "OVERWRITE=YES"
- "PRECISION=NO"
- "GEOMETRY=AS_WKT"
info:
description: |
## Building USN Points
Buildings, structures, objects, and above-ground sites that the New York State Division for Historic Preservation has inventoried in the New York State Cultural Resource Information System (CRIS).
url: https://services.arcgis.com/1xFZPtKn1wKC6POA/ArcGIS/rest/services/Building_USN_Points/FeatureServer
26 changes: 26 additions & 0 deletions dcpy/library/templates/nysshpo_historic_buildings_polygons.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
dataset:
name: nysshpo_historic_buildings_polygons
acl: public-read
source:
arcgis_feature_server:
server: nys_parks
name: Building_District_USN_Polygons
layer: 6
geometry:
SRS: EPSG:3857
type: MULTIPOLYGON

destination:
geometry:
SRS: EPSG:2263
type: MULTIPOLYGON
options:
- "OVERWRITE=YES"
- "PRECISION=NO"
- "GEOMETRY=AS_WKT"
info:
description: |
## Building USN Polygons
Buildings, structures, objects, and above-ground sites that the New York State Division for Historic Preservation has inventoried in the New York State Cultural Resource Information System (CRIS).
url: https://services.arcgis.com/1xFZPtKn1wKC6POA/ArcGIS/rest/services/Building_District_USN_Polygons/FeatureServer
3 changes: 3 additions & 0 deletions products/green_fast_track/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ inputs:
# historic
- name: lpc_landmarks
- name: lpc_scenic_landmarks
- name: lpc_historic_districts
- name: nysshpo_register_historic_places
- name: nysshpo_historic_buildings_points
- name: nysshpo_historic_buildings_polygons
# Other
- name: dcp_edesignation_csv
missing_versions_strategy: find_latest

0 comments on commit d927435

Please sign in to comment.