-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathStreamStats_DataPrep.databaseSetup.pyt.xml
More file actions
2 lines (2 loc) · 6.96 KB
/
StreamStats_DataPrep.databaseSetup.pyt.xml
File metadata and controls
2 lines (2 loc) · 6.96 KB
1
2
<?xml version="1.0"?>
<metadata xml:lang="en"><Esri><CreaDate>20190423</CreaDate><CreaTime>10375700</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20200810</ModDate><ModTime>14144800</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><tool name="databaseSetup" displayname="A. Database Setup" toolboxalias="StreamStatsDataPrep" xmlns=""><arcToolboxHelpPath>c:\arcgis\pro\Resources\Help\gp</arcToolboxHelpPath><parameters><param name="output_workspace" displayname="Output Workspace" type="Required" direction="Input" datatype="Workspace" expression="output_workspace"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-size:12pt">Set the output workspace for your new ArcHydro folder structure. This should generally be a new folder.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="output_gdb_name" displayname="Main ArcHydro Geodatabase Name" type="Required" direction="Output" datatype="String" expression="output_gdb_name"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Name of the file geodatabase output to be created in the Output Workspace. This geodatabase will hold your hydrologic unit dataset and elevation data raster catalog.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="hu_dataset" displayname="Hydrologic Unit Boundary Dataset" type="Required" direction="Input" datatype="Shapefile or Feature Class" expression="hu_dataset"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Select your hydrologic unit dataset (often the watershed boundary dataset, WBD). This file should be a feature class or shapefile with fields for local folder divisions (often HUC8) and inwalls (often HUC12).</SPAN></P><P><SPAN>The dataset you specify here MUST be projected to your intended final projection as the projection of your input hydrologic unit dataset is propagated through to each subsequent dataset created by these tools.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="hu8_field" displayname="Outwall Field" type="Required" direction="Input" datatype="Field" expression="hu8_field"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-size:12pt">The local folder division field in your hydrologic unit dataset.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="hu12_field" displayname="Inwall Field" type="Required" direction="Input" datatype="Field" expression="hu12_field"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The field used to identify inwalls in the hydrologic unit dataset.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="hucbuffer" displayname="Hydrologic Unit Buffer Distance (m)" type="Required" direction="Input" datatype="String" expression="hucbuffer"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Distance to buffer the local division units from the hydrologic unit dataset. This should be in the horizontal units of the projected hydrologic unit dataset.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="nhd_path" displayname="Input Hydrography Workspace" type="Required" direction="Input" datatype="Workspace" expression="nhd_path"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Path to the flowline dataset (often NHD). Currently, this is set to only work with NHD geodatabases; however, other flowline datasets could be made to work as long as they conformed to the same structure and naming conventions as NHD.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="elevation_projection_template" displayname="Elevation Dataset Template" type="Required" direction="Input" datatype="Raster Band" expression="elevation_projection_template"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Projection template for elevation data to facilitate the creation of a clipping buffer dataset. This should be the same projection as the elevation data and the template can be create from an elevation dataset via the projection dialog.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="alt_buff" displayname="Alternative Outwall Buffer" type="Optional" direction="Input" datatype="String" expression="{alt_buff}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Alternative buffer distance if additional buffers are needed. Distance should be in horizontal map units.</SPAN></P></DIV></DIV></DIV></dialogReference></param></parameters><summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This script sets up an ESRI ArcHydro workspace for the StreamStats process. The script takes a watershed boundary dataset (often WBD) and a flowline dataset (often NHD) and creates a new folder in a new workspace for each hydrologic unit and creates a master file geodatabase that sits in the ArcHydro root directory and holds the hydrologic unit polygons (hucpolys). It also dissolves by inwall hydrologic units and outer-wall hydrologic unit polygons and generates the line feature classes, the inner walls feature class, and creates two buffered hydrologic unit feature classes.</SPAN></P><P><SPAN>Complete documentation can be found at XXXXXXXXXXXXXXXXXXXXXXXX.</SPAN></P></DIV></DIV></DIV></summary></tool><dataIdInfo><idCitation><resTitle>A. Database Setup</resTitle></idCitation><searchKeys><keyword>StreamStats</keyword><keyword>DataPrepTools</keyword></searchKeys><idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This script sets up an ESRI ArcHydro workspace for the StreamStats process. The script takes a watershed boundary dataset (often WBD) and a flowline dataset (often NHD) and creates a new folder in a new workspace for each hydrologic unit and creates a master filegdb that sits in the archydro root direcotry and holds the hydrologic unit polygons (hucpolys). It also dissolves by inwall hydrologic units and outer-wall hydrologic unit polygons and generates the line feature classes, the inner walls feature class, and creates two buffered hydrologic unit feature classes.</SPAN></P></DIV></DIV></DIV></idAbs></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><mdHrLv><ScopeCd value="005"/></mdHrLv><mdDateSt Sync="TRUE">20200810</mdDateSt></metadata>