doppkit-esri-toolbox

Tool to allow retrival of USACE GRiD data


License
Other
Install
pip install doppkit-esri-toolbox==0.1.7

Documentation

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

For users in restricted network environments, they can run the following command, and the environment cloning happens in an offline fashion. After doing running the command here proceed below. The doppkit-esri-toolbox and its dependencies will need to be stored in a directory that needs to be referenced when installing the library.

After running the commands below, you can resume from Step 6 in the "online" installation.

(arcgispro-py3) > conda create --clone arcgispro-py3 ^
--name doppkit ^
--offline ^
--chanel ^
file://"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3"
...
(arcgispro-py3) > activate doppkit
(doppkit) > pip install --find links <path-to-directory> doppkit-esri-toolbox

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
    
  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