-
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.
migrate ArcGIS Online datasets to ingest (#1330)
* drop unused file * drop empty file * Create esri feature server model in ingest: * Add default value for crs attribute (we pull geojson format from source) * Use models.connectors.esri code to generate arcgis link * Update downstream code that creates `Config` object: * `get_filename() fn` * `get_version()` for `ingest.ESRIFeatureServer` * Download data from arcgis * Add tests for: `get_version()`, `get_filename()`, `download_file_from_source()` * Add arcgis test template --------- Co-authored-by: sf-dcp <[email protected]>
- Loading branch information
Showing
10 changed files
with
99 additions
and
20 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
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
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
Empty file.
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
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
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
dcpy/test/lifecycle/ingest/resources/templates/nysparks_historicplaces.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,14 @@ | ||
id: nysparks_historicplaces | ||
acl: public-read | ||
|
||
attributes: | ||
name: National Register of Historic Places | ||
|
||
ingestion: | ||
source: | ||
type: esri | ||
server: nys_parks | ||
dataset: National_Register_Building_Listings | ||
layer_id: 13 | ||
file_format: | ||
type: geojson |
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
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