AlexArcPy / ago-tools

A Python package to assist with administering ArcGIS Online Organizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ago-tools

A Python package to assist with administering ArcGIS Online Organizations.

Features

  • 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

Installation

  1. Download or clone the project.
  2. Run python setup.py install from the command line --OR-- add the agoTools folder to your script directory.

Samples

Admin Class

Utilities Class

Requirements

  • Python
  • Notepad or your favorite Python editor

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

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 __internalFunction__()`
  • # Place comments on their own line preceding the code they explain.

Licensing

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)

About

A Python package to assist with administering ArcGIS Online Organizations.

License:Apache License 2.0


Languages

Language:Python 100.0%