Skip to main content

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

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

doppkit-esri-toolbox-0.1.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

doppkit_esri_toolbox-0.1.2-py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 3

Supported by

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