Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcgis-scripts

A collection of ArcGIS python scripts for different tasks

Requirements

This repository assumes you have the "arcgis" python library installed.
For ease of use, since we're working with ArcGIS, you should run everything from "Python Command Prompt", which is installed with ArcGIS Pro and ArcGIS Server.
User version 3.2 or later of Pro, or 11.3 or later for Server.

It's possible to install the arcgis library on a pure python installation using:

python -m pip install arcgis

Quickstart (Generate config.yaml)

The following steps will generate the necessary config file and create a profile for ArcGIS Enterprise access

  1. Start Python Command Prompt (comes with ArcGIS Pro / Server)
  2. Change to the folder where you have this repository downloaded / extracted:
# Example where the files are located in c:\repos\arcgis-scripts
# Type the two following lines, pressing Enter after each to "execute" it
c:
cd\repos\arcgis-scripts
  1. Run the script quickstart.py
python quickstart.py

Access the Notebooks

  1. Start Python Command Prompt from the start menu
  2. Change to the subfolder scripts in the folder where you downloaded /extracted this repository:
# Example where the files are located in c:\repos\arcgis-scripts
# Type the two following lines, pressing Enter after each to "execute" it
c:
cd\repos\arcgis-scripts\scripts
  1. Type jupyter lab and press enter
  2. Open and run stuff

About

A collection of ArcGIS python scripts for different tasks

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages