A Python package to assist with administering ArcGIS Online Organizations.
This project is no longer being actively developed. In the short term, the intent is to tidy up any outstanding bugs and small fixes. Longer term, I'd like to rewrite all of the examples from this project to work against the new ArcGIS API for Python which will be more robust and ultimately much better maintained than this library. It is actively being developed and you can join the conversation in the beta today.
I will continue to accept new PRs in the meantime if anybody is feeling particularly ambitious or wants to help out with the cleanup.
@ecaldwell July 7, 2016
- Create a spreadsheet of all users in the org
- Update map service urls in webmaps
- Search for new users and add them to a list of groups
- Move (migrate) all items between accounts (single or batch)
- Search a portal
- Update sharing of content in groups
- Remove items from an organization
- Automate registration of items via spreadsheet
- Calculate presence of attachments for features
- Download or clone the project.
- Run
python setup.py install
from the command line --OR-- add theagoTools
folder to your script directory.
- Create a spreadsheet of all users in the organization
- Add new users to a set of groups
- Migrate items and group ownership/membership between user accounts:
- Generate a CSV listing the items in the organization
- Register items listed in an input CSV to the organization
- Remove (delete) all items from a designated folder under My Content
- Remove (unshare) all items from a designated group in the organization
- Update any missing thumbnails for items under My Content with a default
- Assign roles to Username and Role from input CSV
- Delete items listed in a CSV from an organization
- Find items containing reference of specific path
- Insert bookmarks into webmap from feature extents
- Calculate status of attachments for features in layer
- Update map service URLs in web maps
- Update the URL for registered services or web applications
- Search Examples (search cheat sheet):
- Python
- Notepad or your favorite Python editor
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Please use the following style guides when contributing to this particular repo:
- 4 spaces for indentation
'singleQuotes'
instead of"doubleQuotes"
publicFunction()
vs# Place comments on their own line preceding the code they explain.
Copyright 2013 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.
[](Esri Tags: ArcGIS-Online Python Tools Library) [](Esri Language: Python)