-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0"?> | ||
<metadata xml:lang="en"><Esri><CreaDate>20230330</CreaDate><CreaTime>15313600</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20230405</ModDate><ModTime>16034400</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><tool name="ParallelCalculateLocations" displayname="Parallel Calculate Locations" toolboxalias="LargeNetworkAnalysisTools" xmlns=""><arcToolboxHelpPath>c:\program files\arcgis\pro\Resources\Help\gp</arcToolboxHelpPath><parameters><param name="Input_Features" displayname="Input Features" type="Required" direction="Input" datatype="Feature Layer" expression="Input_Features"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The point feature class or layer whose network locations you want to calculate.</SPAN></P></DIV></DIV></dialogReference></param><param name="Output_Features" displayname="Output Features" type="Required" direction="Output" datatype="Feature Layer" expression="Output_Features"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The catalog path to the output feature class.</SPAN></P></DIV></DIV></dialogReference></param><param name="Network_Dataset" displayname="Network Dataset" type="Required" direction="Input" datatype="Network Dataset Layer" expression="Network_Dataset"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Network dataset or network dataset layer to use when calculating network locations.</SPAN></P></DIV></DIV></dialogReference></param><param name="Max_Features_Per_Chunk" displayname="Maximum Features per Chunk" type="Required" direction="Input" datatype="Long" expression="Max_Features_Per_Chunk"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Defines the number of features that will be in each chunk in the parallel processing.</SPAN></P></DIV></DIV></dialogReference></param><param name="Max_Processes" displayname="Maximum Number of Parallel Processes" type="Required" direction="Input" datatype="Long" expression="Max_Processes"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Defines the maximum number of parallel processes to run at once. Do not exceed the number of logical processors of your machine.</SPAN></P></DIV></DIV></dialogReference></param><param name="Travel_Mode" displayname="Travel Mode" type="Optional" direction="Input" datatype="Network Travel Mode" expression="{Travel_Mode}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Network travel mode to use when calculating network locations.</SPAN></P></DIV></DIV></dialogReference></param><param name="Search_Tolerance" displayname="Search Tolerance" type="Optional" direction="Input" datatype="Linear Unit" expression="{Search_Tolerance}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The maximum search distance that will be used when locating the input features on the network. Features that are outside the search tolerance will be left unlocated.</SPAN></P></DIV></DIV></dialogReference></param><param name="Search_Criteria" displayname="Search Criteria" type="Optional" direction="Input" datatype="Multiple Value" expression="{Search_Criteria;Search_Criteria...}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The network dataset source feature classes on which input features are allowed to locate.</SPAN></P></DIV></DIV></dialogReference></param><param name="Search_Query" displayname="Search Query" type="Optional" direction="Input" datatype="Value Table" expression="{Name {Query};Name {Query}...}"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>An optional query for each network dataset source feature class filtering the source features that can be located on.</SPAN></P></DIV></DIV></dialogReference></param></parameters><summary><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Calculate network locations for a large dataset by chunking it and solving in parallel.</SPAN></P></DIV></DIV></summary></tool><dataIdInfo><idCitation><resTitle>Parallel Calculate Locations</resTitle></idCitation><searchKeys><keyword>network locations</keyword><keyword>calculate locations</keyword><keyword>network analyst</keyword><keyword>parallel</keyword></searchKeys></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><mdHrLv><ScopeCd value="005"></ScopeCd></mdHrLv><mdDateSt Sync="TRUE">20230405</mdDateSt></metadata> |