Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendancol/esri-extract-data-where
Added query capability for data extract
https://github.com/brendancol/esri-extract-data-where
Last synced: 24 days ago
JSON representation
Added query capability for data extract
- Host: GitHub
- URL: https://github.com/brendancol/esri-extract-data-where
- Owner: brendancol
- Created: 2013-09-20T17:05:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T21:21:24.000Z (over 10 years ago)
- Last Synced: 2024-04-16T04:23:13.601Z (7 months ago)
- Language: Python
- Homepage:
- Size: 346 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
esri-extract-data-where
=======================Intended as geoprocessing service to generate zip file of data based on attribute query. I've been testing on ArcGIS Server 10.1+.
## Publishing Instructions: ##
You need to first run the extract_data_where tool in ArcMap or ArcCatalog and publish the result using the share as -> geoprocessing service. Here is a list of example parameter values:### Layers to Clip (JSON Object): ###
*Value:* [{"layer": "EDSBDIGITIZER.DBO.SBEdit_13_14", "where": "leaid = '1200390'", "name": "custom_made_name_1"}]### Feature Format: ###
*Value:* Shapefile - SHP - .shp### Raster Format: ###
*Value:* ESRI GRID - GRID### Spatial Reference: ###
*Description:* Optional parameter to convert output to different coordinate system. Right now only WGS84 is available.
*Value:* WGS_1984### Zip File Name: ###
*Description:* The name of the output zip file
*Value:* school_boundaries_export### Export Data Workspace: ###
*Description:* Parent container for all data to be exported. If you are using SDE, then this should be the **full path** to the SDE connection file.
*Value:* browse to workspaceSet the scratchWorkspace environment variable from the *Environments...* tab to the *scratch* folder next to the extract toolbox.