-
Notifications
You must be signed in to change notification settings - Fork 1
/
AddAttributes.Add_Shape_Attributes_Tool.pyt.xml
2 lines (2 loc) · 7.61 KB
/
AddAttributes.Add_Shape_Attributes_Tool.pyt.xml
1
2
<?xml version="1.0"?>
<metadata xml:lang="en"><Esri><CreaDate>20201127</CreaDate><CreaTime>11171400</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20201204</ModDate><ModTime>10420800</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange></Esri><tool name="Add_Shape_Attributes_Tool" displayname="Add Shape Attributes Tool" toolboxalias="" xmlns=""><arcToolboxHelpPath>c:\program files\arcgis\pro\Resources\Help\gp</arcToolboxHelpPath><parameters><param name="inFeatClass" displayname="Input Features" type="Required" direction="Input" datatype="Feature Class" expression="inFeatClass"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">This is a feature class delineates the bathymetric high or low features.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="Attributes" displayname="Attributes" type="Required" direction="Input" datatype="Value Table" expression="Attribute Name;Attribute Name..."><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">The shape attributes to be generated.</SPAN></P><UL><LI><P><SPAN STYLE="font-weight:bold;">ALL: all the shape attributes below</SPAN></P></LI><LI><P><SPAN STYLE="font-weight:bold;">Compactness: the compactness attribute</SPAN></P></LI><LI><P><SPAN STYLE="font-weight:bold;">Sinuosity,LengthWidthRatio: the sinuosity and length to width ratio attributes</SPAN></P></LI><LI><P><SPAN STYLE="font-weight:bold;">Circularity,Convexity,Solidity: the circularity, convexity and solidity attributes</SPAN></P></LI></UL></DIV></DIV></DIV></dialogReference></param><param name="bathyRas" displayname="Input Bathymetry Raster" type="Required" direction="Input" datatype="Raster Dataset" expression="bathyRas"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">This is the bathymetry raster.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="tempFolder" displayname="Temporary Folder" type="Required" direction="Input" datatype="Folder" expression="tempFolder"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">This is temporary folder holding some temporal files/data.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="headFeatClass" displayname="Output Head Features" type="Required" direction="Output" datatype="Feature Class" expression="headFeatClass"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">This is feature class identifies the head point of each bathymetric low feature or the start point of each bathymetric high feature</SPAN><SPAN STYLE="font-weight:bold;">, along the long axis</SPAN><SPAN STYLE="font-weight:bold;">.</SPAN></P></DIV></DIV></DIV></dialogReference></param><param name="footFeatClass" displayname="Output Foot Features" type="Required" direction="Output" datatype="Feature Class" expression="footFeatClass"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-weight:bold;">This is feature class identifies the foot point of each bathymetric low feature or the end point of each bathymetric high feature</SPAN><SPAN STYLE="font-weight:bold;">, along the long axis</SPAN><SPAN STYLE="font-weight:bold;">.</SPAN></P></DIV></DIV></DIV></dialogReference></param></parameters><summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This tool add a number of </SPAN><SPAN>shape </SPAN><SPAN>attributes to the input feature class. The following attributes are </SPAN><SPAN>calculated </SPAN><SPAN>to describe the </SPAN><SPAN>polygon shape of each bathymetric high or low feature</SPAN><SPAN>.</SPAN></P><P><SPAN>1. Compactness: Describe how compact the feature polygon is. More complex polygon shape has a lower compactness. It is calculated as 4*PI</SPAN><SPAN>*</SPAN><SPAN>A/P/P, where A is the area of the polygon, P is the perimeter of the polygon.</SPAN></P><P><SPAN>2. Sinuosity: Describe the sinuosity of the feature polygon. Larger the value more sinuo</SPAN><SPAN>u</SPAN><SPAN>s the feature polygon is. It is calculated as </SPAN><SPAN>sinuous_length</SPAN><SPAN>/</SPAN><SPAN>head_foot_length.</SPAN></P><P><SPAN>3. LenghWidthRatio: Describe the length to width ratio of the feature polygon. Larger the value more elongate the feature polygon is. It is calculated as </SPAN><SPAN>sinuous_length</SPAN><SPAN>/</SPAN><SPAN>mean_width.</SPAN></P><P><SPAN>4. Circularity: Describe how close the feature polygon is to a circle. </SPAN><SPAN>Larger the value closer to a circle the feature polygon is. </SPAN><SPAN>It is calculated as 4*PI/A/Pc/Pc, where Pc is the perimeter of the convex hull polygon that bounds the feature polygon.</SPAN></P><P><SPAN>5. Convexity: Describe the convexity of the feature polygon. </SPAN><SPAN>More complex polygon has a lower convexity. </SPAN><SPAN>It is calculated as Pc/P.</SPAN></P><P><SPAN>6. Solidity: Describe the solidity of the feature polygon.</SPAN><SPAN> More complex polygon has a lower solidity. </SPAN><SPAN> It is calculated as A/Ac.</SPAN></P><P><SPAN>In addition, a number of intermediate attributes are also calculated.</SPAN></P><P><SPAN>1. rectangle_Length: the length of the bounding rectangle (by width) that bounds the feature polygon</SPAN></P><P><SPAN>2. rectangle_Width: the width of the bounding rectangle (by width) that bounds the feature polygon</SPAN></P><P><SPAN>3. rectangle_Orientation: the orientation of the bounding rectangle (by width) that bounds the feature polygon</SPAN></P><P><SPAN>4. head_foot_length: the eucli</SPAN><SPAN>d</SPAN><SPAN>ean distance between the head (or start) and foot (or end) points of the feature polygon, along the long axis</SPAN></P><P><SPAN>5. sinuous_length: the sinuous distance between the head (or start) and foot (or end) points of the feature polygon, along the long axis</SPAN></P><P><SPAN>6. mean_width: </SPAN><SPAN>the mean width of the feature polygon, calculated from a number of cross-sections perpendicular to the long axis of the feature polygon</SPAN></P></DIV></DIV></DIV></summary></tool><dataIdInfo><idCitation><resTitle>Add Shape Attributes Tool</resTitle></idCitation><searchKeys><keyword>This tool geneates shape attributes for each bathymetric high or low feature.</keyword></searchKeys></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><mdHrLv><ScopeCd value="005"/></mdHrLv><mdDateSt Sync="TRUE">20201204</mdDateSt></metadata>