Overview

Getting started with these tools is simple. The documentation for these toolboxes (Tool Categories on the navigation bar) will explain how to:

  1. Unzip the file you downloaded
  2. Open the toolbox (or toolboxes) in ArcGIS Pro or ArcMap
  3. Find a tool, and read the help

If you haven't used geoprocessing tools before, check the Resources page for references to help topics and concepts.

Contributing

The source code for these tools are available as a GitHub repository (also called a repo). If you are a developer and want to contribute to the development of these tools you can:

  1. Create an account on GitHub
  2. Read up on how GitHub works (they have tutorials in the GitHub Bootcamp)
  3. Read the solutions-geoprocessing-toolbox repository's README.md file (which talks about contributing)
  4. Fork the repository to your GitHub account
  5. Clone the new fork to your local machine
  6. Switch to the dev branch
  7. Start coding!
  8. Make a pull request back to the dev branch to share your updates

Top