Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

Tool to allow retrival of USACE GRiD data

Project description

doppkit-esri-toolbox

ArcGIS Pro Toolbox to Interact with GRiD. The toolbox provides ArcGIS users to interact with the doppkit utility to retrieve exports from GRiD.

Installation

Installation of the doppkit toolkit into ArcGIS pro can be done via the following steps:

  1. Clone the default python environment that ESRI provides.

    clone_environment

  2. Name your new environment to something that you will recognize

    name_new_environment

  3. Activate the newly created environment

    activate

  4. Close ArcGIS Pro, and open the Python Command Prompt

    python_command_prompt

  5. Install the toolbox by running pip install doppkit-esri-toolbox

    (doppkit) C:\Users\ogi\AppData\Local\ESRI\conda\envs\doppkit> pip install doppkit-esri-toolbox
    

    If users do not have access to https://pypi.org, but have the wheel and its dependencies stored in a directory, they can install from that directory itself.

    (doppkit) C:\Users\ogi\AppData\Local\ESRI\conda\envs\doppkit>pip install ^
        --find-links <path-to-directory> ^
        doppkit-esri-toolbox
    
  6. Start ArcGIS in the Geoprocessing tab, look at the list of toolboxes and find GRiD Sync

    find_toolbox

  7. When the toolbox is loaded, it is ready for use

    toolbox_loaded

Dependencies

  • ArcGIS Pro 3.0+
  • doppkit
  • aiofiles
  • httpx
  • werkzeug
  • click
  • rich

License

Apache v2.0

Supported by

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