logo

Your GIS, now AI-supercharged

ArcGIS Pro AI Toolbox

Just download the Python toolbox and start using AI in ArcGIS Pro—no install process, no fuss.

Download .pyt Toolbox
How do I get an OpenAI API key?
  1. Create an OpenAI account at platform.openai.com
  2. In your OpenAI API account, navigate to Settings > Billing
  3. Click Add to credit balance
  4. Add at least $5 to your account
  5. Navigate to API Keys
  6. Click Create new secret key
  7. Copy the key to your clipboard
  8. Use setx to store the API key on your machine:
    setx OPENAI_API_KEY "your-key-here"

Checking Usage & Cost

The Tools

Create AI Feature Layer Generate a new feature layer based on your prompt. It's hit and miss, but also a ton of fun. Live web based demo
Add AI-Generated Field Add a new attribute field with text generated by AI. It's the AI version of "calculate field".
Get Map Info Export map metadata to JSON for use in AI workflows. This one is a utility for taking your context on the go. No more reminding ChatGPT what your layers are like...
Generate Python Code Create arcpy code snippets tailored to your map and task. Very powerful. My personal favorite. 🤓 I've spent the most time testing this one.
Convert Text to Numeric Clean, parsing of text fields into numeric values. Solves a common problem with AI-generated fields. Think "seventy five" ➡️ 75.

View source