... | @@ -2,7 +2,7 @@ Below are step-by-step instructions for setting up the 2D-InSAR VPI ArcGIS toolb |
... | @@ -2,7 +2,7 @@ Below are step-by-step instructions for setting up the 2D-InSAR VPI ArcGIS toolb |
|
|
|
|
|
## 1. Uninstall old toolbox:
|
|
## 1. Uninstall old toolbox:
|
|
If you have an older version of the vpi-toolbox installed already, remove the toolbox from ArcGIS:
|
|
If you have an older version of the vpi-toolbox installed already, remove the toolbox from ArcGIS:
|
|
><details><summary>Show screen shot</summary>[[https://gitlab.itek.norut.no/jakob/vpi-toolbox/uploads/07bfcbde9012f449d0a1102fe1b51125/image.png]]</details>
|
|
><details><summary>Show screen shot</summary>[[https://gitlab.norceresearch.no/earth-observation-public/vpi-toolbox/uploads/07bfcbde9012f449d0a1102fe1b51125/image.png]]</details>
|
|
|
|
|
|
Also, remove the old vpi conda environment, by first opening `Start` > `ArcGIS` > `Python Command Prompt`:
|
|
Also, remove the old vpi conda environment, by first opening `Start` > `ArcGIS` > `Python Command Prompt`:
|
|
><details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
|
><details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
... | @@ -19,13 +19,13 @@ conda remove --name vpi --all |
... | @@ -19,13 +19,13 @@ conda remove --name vpi --all |
|
Make sure you have updated ArcGIS to 2.9.
|
|
Make sure you have updated ArcGIS to 2.9.
|
|
|
|
|
|
## 3. Download source codes:
|
|
## 3. Download source codes:
|
|
[Download](https://gitlab.itek.norut.no/jakob/vpi-toolbox#releases) the VPI toolbox and unzip it to a path of your choice, from now on referenced to as `C:\path-to-vpi-codes\`.
|
|
[Download](https://gitlab.norceresearch.no/earth-observation-public/vpi-toolbox#releases) the VPI toolbox and unzip it to a path of your choice, from now on referenced to as `C:\path-to-vpi-codes\`.
|
|
|
|
|
|
## 4. Create ArcGIS Conda environment:
|
|
## 4. Create ArcGIS Conda environment:
|
|
Open `Start` > `ArcGIS` > `Python Command Prompt`:
|
|
Open `Start` > `ArcGIS` > `Python Command Prompt`:
|
|
><details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
|
><details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
|
|
|
|
|
In the command prompt, type (where `C:\path-to-vpi-codes\` must be changed to the path to the vpi source code as of [step 3](https://gitlab.itek.norut.no/jakob/vpi-toolbox/wikis/how-to-setup#3-download-source-codes)):
|
|
In the command prompt, type (where `C:\path-to-vpi-codes\` must be changed to the path to the vpi source code as of [step 3](https://gitlab.norceresearch.no/earth-observation-public/vpi-toolbox/wikis/how-to-setup#3-download-source-codes)):
|
|
```bash
|
|
```bash
|
|
conda create --clone arcgispro-py3 --name vpi
|
|
conda create --clone arcgispro-py3 --name vpi
|
|
conda env update --name vpi --file C:\path-to-vpi-codes\conda\environment_arcgis.yml
|
|
conda env update --name vpi --file C:\path-to-vpi-codes\conda\environment_arcgis.yml
|
... | | ... | |