-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwq-processing-toolbox.JoinTimestamp.pyt.xml
95 lines (95 loc) · 6.63 KB
/
wq-processing-toolbox.JoinTimestamp.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
86
87
88
89
90
91
92
93
94
95
<metadata xml:lang="en">
<Esri>
<CreaDate>20170216</CreaDate>
<CreaTime>19044500</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<ArcGISstyle>FGDC CSDGM Metadata</ArcGISstyle>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20170303</ModDate>
<ModTime>16054300</ModTime>
<scaleRange>
<minScale>150000000</minScale>
<maxScale>5000</maxScale>
</scaleRange>
<ArcGISProfile>ItemDescription</ArcGISProfile>
</Esri>
<tool name="JoinTimestamp" displayname="Add Transects" toolboxalias="ArcProject WQ Toolbox" xmlns="">
<arcToolboxHelpPath>c:\program files (x86)\arcgis\desktop10.4\Help\gp</arcToolboxHelpPath>
<parameters>
<param name="wqt" displayname="Transect Water Quality Data" type="Required" direction="Input" datatype="Multiple Value" expression="wqt;wqt...">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Water
quality files collected along the moving transect at a regualar interval.
</SPAN></P><P><SPAN>Files should be comma seperated text files (with no
extension).
</SPAN></P><P><SPAN>The water quality files contain the following
information: "Date", "Time", "Temp", "pH", "SpCond", "Sal", "DO%", "DO" , "DEP25", "PAR", "RPAR",
"TurbSC", "CHL"</SPAN></P><P><SPAN>Hint: look for files with WQT in the
filenames</SPAN></P><P><SPAN /></P></DIV></DIV></DIV>
</dialogReference>
</param>
<param name="instrument" displayname="Data Collection Instrument" type="Required" direction="Input" datatype="String" expression="{instrument}">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>
Which instrument was used to collect the data? This information will be used to determine the code
pathway that is followed during imports of the data. When certain instruments with built-in GPSs are
selected, such as the YSI EXO2 Sonde, the Transect Shapefile option will be disabled.
<SPAN /></P></DIV></DIV></DIV>
</dialogReference>
</param>
<param name="shp_file" displayname="Transect Shapefile" type="Required" direction="Input" datatype="Feature Class" expression="shp_file">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The GPS
file for the transects saved as a shapefile. This file should have at a minimum two attribute
fields: 'GPS_Date' &amp; 'GPS_Time'. The gps file should be differentially corrected in
post-processing. </SPAN></P><P><SPAN>Hint: Look for files that are like
*_PosnPnt.shp</SPAN></P><P><SPAN /></P></DIV></DIV></DIV>
</dialogReference>
</param>
<param name="site_code" displayname="Site Code (Leave blank to detect from filename)" type="Optional" direction="Input" datatype="String" expression="{site_code}">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Leave
parameter blank if you have multiple transect files or if you want to parse site codes automatically
.</SPAN></P><P><SPAN>If left blank, the code will try to parse the site
codes from the transect file name. The filename will be split using the underscores, the site code
should be information following the second underscore and needs to already be added to the sites
table in the database. </SPAN></P><P><SPAN>This arameter gives the option of
implicitly setting the site code for a transect file. This will override any of the information that
gets parsed from the filename when determining the correct site to assign the transect points.</SPAN></P><P><SPAN
/></P></DIV></DIV></DIV>
</dialogReference>
</param>
<param name="Output" displayname="Joined Output" type="Optional" direction="Output" datatype="Feature Class" expression="{Output}">
<dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Returns
an output feature of the water quality data joined with the gps transect points after data gets
added to the database.</SPAN></P><P><SPAN>Provide a path to a location where
you want to save the feature. Note: you can also create feature layers using the mapping tools in
this toolbox. </SPAN></P></DIV></DIV></DIV>
</dialogReference>
</param>
</parameters>
<summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Adds water quality
transects files to the database by finding matching timestamps in a GPS point file. All water quality
records, even the ones without timestamp matches, will be added to the water_quality table in the database.
</SPAN></P><P><SPAN>This tool can be run will multiple water quality files at once
but it is important that the gps file matches the collection date and time. </SPAN></P></DIV></DIV></DIV>
</summary>
</tool>
<dataIdInfo>
<idCitation>
<resTitle>Add Transects</resTitle>
</idCitation>
<idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Adds water quality
transects files to the database by finding matching timestamps in a GPS point file. All water quality
records, even the ones without timestamp matches, will be added to the water_quality table in the database.
</SPAN></P><P><SPAN>This tool can be run will multiple water quality files at once
but it is important that the gps file matches the collection date and time. </SPAN></P></DIV></DIV></DIV>
</idAbs>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
<mdHrLv>
<ScopeCd value="005"/>
</mdHrLv>
</metadata>