You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by nc...@apache.org on 2020/06/01 17:11:32 UTC

[incubator-sdap-nexus] branch master updated: SDAP-242: Add updates to ESRI/SDAP Integration (#99)

This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bf903f  SDAP-242: Add updates to ESRI/SDAP Integration (#99)
5bf903f is described below

commit 5bf903f04f12eb27f25ea2aa738c617ca404a87b
Author: yepremyana <ye...@gmail.com>
AuthorDate: Mon Jun 1 10:11:24 2020 -0700

    SDAP-242: Add updates to ESRI/SDAP Integration (#99)
---
 integrations/esri/README.md                        |  24 ++++++++++++++++++---
 integrations/esri/nexus_toolbox_embedded.tbx       | Bin 185856 -> 681472 bytes
 integrations/esri/zipped_toolbox/nexus_toolbox.tbx | Bin 4096 -> 644608 bytes
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/integrations/esri/README.md b/integrations/esri/README.md
index 4698157..271a75f 100644
--- a/integrations/esri/README.md
+++ b/integrations/esri/README.md
@@ -6,7 +6,7 @@ Toolbox and scripts for utilizing SDAP analytics within ArcGIS
 
 `zipped_toolbox`: Contains the python scripts and the toolbox. 
 
-`nexus_toolbox_embedded.tbx`: toolbox which contains the SDAP scripts embedded into the toolbox. 
+`nexus_toolbox_embedded.tbx`: toolbox which contains the SDAP scripts embedded into the toolbox. *Preferred*
 
 ## Usage
 
@@ -16,13 +16,13 @@ For development please use the `zipped_toolbox`. You may make your changes direc
 Once you have downloaded the toolbox with the script you can upload the toolbox into ArcGIS pro. 
 Please follow the instructions written https://pro.arcgis.com/en/pro-app/help/projects/connect-to-a-toolbox.htm to connect a toolbox.
 
-When your toolbox is inside of your ArcGIS project, you can then proceed to utilize the tool. 
-
 To make changes to the GUI located in the catalog window on the right of your ArcGIS project, you will right click on 
 the script within the toolbox, ie `DailyDifferenceAverage`, and you will click on `properties`. A window will pop up. 
 On the left column of the window you will see `Validation`. Click on `Validation`. There you can manipulate the code to 
 customize the GUI and the parameters. You may also set parameters in the `parameters` pane within the `properties` window.
 
+Follow the instructions in the `User` section of this README for how to connect to WMS server.
+
 #### Known Issues
 If you encounter any issues using the tool this can be because it is not pointing to the correct location of the script. 
 To fix this, you will right click on the script within the toolbox, ie `DailyDifferenceAverage`, and you will click on 
@@ -33,9 +33,27 @@ When creating an interactive polygon in the toolbox, click on the pencil, create
 and double click on the red dot when finished drawing the shape. You may also right click on the final red dot and click
 Finish.
 
+Keep Matchup and TimeAverageMap to one month intervals as these tools can take longer to complete.
+
 ### User
 For usage purposes please use `nexus_toolbox_embedded.tbx`. This toolbox has the python scripts embedded within which
 means that you cannot change the underlying script codes for the tools. To use, you can simply make a connection to this 
 toolbox (after downloading) in the Catalog by right clicking Toolboxes > Add Toolbox > and identifying `nexus_toolbox_embedded.tbx`. 
 If you are a developer, please refer to the section above.
 
+When your toolbox is inside of your ArcGIS project, you will then need to connect to a WMS or WMTS server.
+Please follow the instructions written https://pro.arcgis.com/en/pro-app/help/data/services/add-wms-services.htm
+No credentials are necessary.
+
+`https://oceanworks.jpl.nasa.gov/onearth/wmts/`: select "New WMTS Server"
+
+`https://sealevel-nexus-sit.jpl.nasa.gov/onearth/wms/geo/wms.cgi`: select "New WMS server"
+
+Once the connection is made, you will go to your servers folder in your catalog window in ArcGIS Pro and drag layers of 
+interest to the contents pane on the right.
+
+*Note: in ArcGIS pro versions earlier than 2.6, you will need to add the TIME parameter to each layer of interest for the 
+layer to appear.*
+
+You can then proceed to utilize the tool. 
+
diff --git a/integrations/esri/nexus_toolbox_embedded.tbx b/integrations/esri/nexus_toolbox_embedded.tbx
index 147194d..512cf61 100644
Binary files a/integrations/esri/nexus_toolbox_embedded.tbx and b/integrations/esri/nexus_toolbox_embedded.tbx differ
diff --git a/integrations/esri/zipped_toolbox/nexus_toolbox.tbx b/integrations/esri/zipped_toolbox/nexus_toolbox.tbx
index 34a3a9a..3e227af 100755
Binary files a/integrations/esri/zipped_toolbox/nexus_toolbox.tbx and b/integrations/esri/zipped_toolbox/nexus_toolbox.tbx differ