Skip to main content

ArcGIS Pro AI Tools

Project description

ArcGIS Pro AI Toolbox

Overview

The ArcGIS Pro AI Toolbox is a Python-based toolbox designed to enhance the functionality of ArcGIS Pro by integrating AI capabilities. This toolbox allows users to interact with AI models, process geospatial data, and generate insights directly within the ArcGIS Pro environment. This is a BYOK (bring your own key) implementation.

Tools

Add AI Generated Field: Add new fields with AI-generated text based on existing attributes and user-defined prompts.

Get Map Info: Extract information about your current map into a JSON file, providing context for other AI tools.

Generate Python Code: Create Python snippets tailored to your workflows and data context.

Create AI Feature Layer: Generate new feature layers using prompts to describe the data you need.

Convert Text to Numeric: Quickly clean up inconsistent text formats and turn them into numeric fields.

Supported AI Providers

The toolbox supports multiple AI providers:

OpenAI

  • Default provider
  • Supports GPT-4 and other OpenAI models
  • Requires: OPENAI_API_KEY environment variable
  • Configuration:
    • Model: Select the OpenAI model to use (default: gpt-4)

Azure OpenAI

  • Microsoft's Azure-hosted OpenAI service
  • Requires: AZURE_OPENAI_API_KEY environment variable
  • Configuration:
    • Model: The deployed model name
    • Endpoint: Your Azure OpenAI endpoint URL
    • Deployment Name: The deployment name for your model

Claude (Anthropic)

  • Anthropic's Claude models
  • Requires: ANTHROPIC_API_KEY environment variable
  • Configuration:
    • Model: Select Claude model (default: claude-3-opus-20240229)

DeepSeek

  • DeepSeek's language models
  • Requires: DEEPSEEK_API_KEY environment variable
  • Configuration:
    • Model: Select DeepSeek model (default: deepseek-chat)

Local LLM

  • Run against a local LLM server
  • No API key required
  • Configuration:
    • Endpoint: Server URL (default: http://localhost:8000)
    • Must implement OpenAI-compatible chat completions API

Wolfram Alpha

  • For mathematical and computational queries
  • Requires: WOLFRAM_ALPHA_API_KEY environment variable
  • No additional configuration needed

Installation

  1. Set up the required environment variables for your chosen AI provider(s):

    setx OPENAI_API_KEY "your-key-here"
    setx AZURE_OPENAI_API_KEY "your-key-here"
    setx ANTHROPIC_API_KEY "your-key-here"
    setx DEEPSEEK_API_KEY "your-key-here"
    
  2. For local LLM setup:

    • Deploy a compatible LLM server that implements the OpenAI chat completions API
    • Configure the endpoint URL in the tool interface (defaults to http://localhost:8000)

Usage

  1. Select your preferred AI provider from the dropdown in each tool
  2. Configure any provider-specific settings (model, endpoint, etc.)
  3. Enter your prompt or query
  4. Execute the tool

Each tool will use the selected provider to generate responses, with automatic fallback to OpenAI if the selected provider is not configured.

Contributing

Make an issue or create a branch for your feature or bug fix, and submit a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcgispro_ai-0.0.1.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arcgispro_ai-0.0.1-py2.py3-none-any.whl (24.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file arcgispro_ai-0.0.1.tar.gz.

File metadata

  • Download URL: arcgispro_ai-0.0.1.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for arcgispro_ai-0.0.1.tar.gz
Algorithm Hash digest
SHA256 338222acf7f74ca43278b99e4b60d011a946b64d0d11bf300a5c1828d8c15c2e
MD5 ec30f6e10c88e5774263f5fee7c43b4d
BLAKE2b-256 e16661e21409e08a9fc2340ff9532db36bb9d4d01c8eb45901d66ddee7beb130

See more details on using hashes here.

File details

Details for the file arcgispro_ai-0.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: arcgispro_ai-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for arcgispro_ai-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 635e4893f498338e9c62dd0400d893b31731cc750b777ac5db6beeadd26c909e
MD5 2efc71f8992407f9f00481827e1b1cdc
BLAKE2b-256 f59ad49474e660d65bc78ce5549c29d8547e178a7df68d0ee414c0da11cfe64e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page