-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ar gft historic remaining datasets (#689)
* 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
1 parent
f8ba897
commit d927435
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
dcpy/library/templates/nysshpo_historic_buildings_points.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
26
dcpy/library/templates/nysshpo_historic_buildings_polygons.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters