-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwq-processing-toolbox.GenerateMap.pyt.xml
85 lines (85 loc) · 4.96 KB
/
wq-processing-toolbox.GenerateMap.pyt.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<metadata xml:lang="en">
<Esri>
<CreaDate>20170202</CreaDate>
<CreaTime>08591100</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20170216</ModDate>
<ModTime>19122900</ModTime>
<scaleRange>
<minScale>150000000</minScale>
<maxScale>5000</maxScale>
</scaleRange>
<ArcGISProfile>FGDC</ArcGISProfile>
</Esri>
<tool name="GenerateMap" displayname="Generate Map for Export" toolboxalias="ArcProject WQ Toolbox" xmlns="">
<arcToolboxHelpPath>c:\program files (x86)\arcgis\desktop10.3\Help\gp</arcToolboxHelpPath>
<parameters>
<param name="year_to_generate" displayname="Year" type="Required" direction="Input" datatype="String" expression="year_to_generate">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Select the year
that you want to include data from</SPAN></P></DIV></DIV>
</dialogReference>
</param>
<param name="month_to_generate" displayname="Month" type="Required" direction="Input" datatype="String" expression="January | February | March | April | May | June | July | August | September | October | November | December">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Select the month
within the year chosen in the previous option that you want to filter the data to.</SPAN></P></DIV></DIV>
</dialogReference>
</param>
<param name="symbology" displayname="Symbolize Data by" type="Required" direction="Input" datatype="String" expression="CHL | Corrected CHL | Dissolved Oxygen | DO Percent Saturation | pH | RPAR | Salinity | SpCond | Temperature | Turbidity">
<dialogReference><DIV STYLE="text-align:Left;"><P><SPAN>Choose the parameter that you
want to symbolize the data in the output layer by. All parameters will be available in the data
that's returned, but it will only be symbolized by a single attribute.</SPAN></P></DIV>
</dialogReference>
</param>
<param name="output_map" displayname="Output ArcGIS Map Location" type="Required" direction="Output" datatype="ArcMap Document" expression="output_map">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>Where should the
output map be placed. In ArcMap, this should be the full path to a new map document. In ArcGIS Pro,
this should just be the name to give the new map in this project.</SPAN></P></DIV></DIV>
</dialogReference>
</param>
<param name="output_pdf" displayname="Output Path for PDF" type="Optional" direction="Output" datatype="File" expression="{output_pdf}">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>This tool can
optionally output the map to a static PDF map - the map templates have not been fully refined to
make outputs that are ready to use, but it can be useful for previewing.</SPAN></P></DIV></DIV>
</dialogReference>
</param>
<param name="output_png" displayname="Output Path for PNG" type="Optional" direction="Output" datatype="File" expression="{output_png}">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>This tool can
optionally output the map to a static PNG image map - the map templates have not been fully refined
to make outputs that are ready to use, but it can be useful for previewing.</SPAN></P></DIV></DIV>
</dialogReference>
</param>
</parameters>
<summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Generates a map document
or ArcGIS Pro map with the requested water quality parameter for a given month included. </SPAN></P></DIV></DIV></DIV>
</summary>
</tool>
<dataIdInfo>
<idCitation>
<resTitle>Generate Map for Export</resTitle>
</idCitation>
<idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Generates a map document
or ArcGIS Pro map with the requested water quality parameter for a given month included. </SPAN></P></DIV></DIV></DIV>
</idAbs>
<searchKeys>
<keyword>arcproject</keyword>
<keyword>fish</keyword>
<keyword>water quality</keyword>
<keyword>water</keyword>
<keyword>quality</keyword>
<keyword>wq</keyword>
<keyword>map</keyword>
<keyword>export</keyword>
</searchKeys>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
<mdHrLv>
<ScopeCd value="005"/>
</mdHrLv>
</metadata>