Esri / incident-import-tools

Toolbox and scripts for importing spreadsheets to a gdb and optionally publishing out to ArcGIS Online or ArcGIS for Server.
Apache License 2.0
11 stars 16 forks source link

Update the incident-import-tools to use ArcREST #1

Closed LindsayThomas closed 6 years ago

LindsayThomas commented 10 years ago

Update the incident-import-tools to use ArcREST

allisonmuise commented 9 years ago

This update is required for Portal support

allisonmuise commented 9 years ago

Develop branch has been updated with tools that use arcrest to directly update a service rather than republishing. This update also allows for processign all files in a directory, rather than a single incident file.

This has required nearly completely re-writing these tools (scripts, GP tool UI, and configuration file). Significant testing will be required, particularly in these areas:

SERVER:

PORTAL:

AGOL:

OTHER:

cc @WalterPotts @ScottOppmann @LindsayThomas

allisonmuise commented 9 years ago

Also note: This update will require 'installing' arcrest. The necessary folders - arcrest and arcresthelper - are included. These folders must be copied to the Python Lib directory; typically C:\Python27\ArcGIS10.3\Lib.

cosbyr commented 6 years ago

closing issue as solution has been transitioned to the Python API