forked from ncss-tech/geo-pit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (107 loc) · 3.17 KB
/
index.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<style>
h1 {color:purple;}
p {color:butterfly blue;}
</style>
</head>
<body>
<title>Geo-Pit Tools</title>
<p><strong> <h1> Geo-Pit Tools </strong></h1></p>
<p> Contributions from <a href="https://github.com/ncss-tech">NCSS-Tech Github Repository</a></p>
<table border ="1">
<tr>
<th>Tools for ArcGIS</th>
<th>Read Me's</th>
</tr>
<tr> <td> <a>
Download Zip files </a> </td>
<td> </td>
</tr>
<tr>
<td>
<ul>
<a href="https://github.com/ncss-tech/geo-pit/archive/master.zip">Geo Pit Tools</a>
</ul></td>
<td>
<ul>
<a href="https://github.com/ncss-tech/geo-pit/blob/master/README.md">Geo-Pit</a>
</ul> </td>
</tr>
<tr>
<td>
<ul>
<a href="https://github.com/ncss-tech/NASIS-Pedons/archive/master.zip">NASIS-Pedons</a>
</ul></td>
<td>
<ul>
<a href="https://github.com/ncss-tech/NASIS-Pedons/blob/master/README.md">NASIS-Pedons</a>
</ul></td>
</tr>
<tr> <td>
<ul>
<a href="https://github.com/ncss-tech/SoilDataDevelopmentToolbox/archive/master.zip">SoilDataDevelopmentToolbox</a>
</ul> </td>
<td> <ul>
<a href="https://github.com/ncss-tech/SoilDataDevelopmentToolbox/blob/master/README.md">SoilDataDevelopment Toolbox</a>
</ul></td>
</tr>
<tr>
<td>
<ul>
<a href="https://github.com/ncss-tech/geo-pit/archive/master.zip">SSURGO Assessment Tools</a>
</ul> </td>
<td> <ul>
<a href="https://github.com/ncss-tech/geo-pit/blob/master/SSURGO_Assessment_Tools/README.md">SSURGO Assessment Tools</a>
</ul> </td>
</tr>
<tr> <td>
<ul>
<a href="https://github.com/ncss-tech/ssurgoOnDemand/archive/master.zip">ssurgoOnDemand</a>
</ul> </td>
<td> <ul>
<a href="https://github.com/ncss-tech/ssurgoOnDemand/blob/master/README.md">ssurgoOnDemand</a>
</ul> </td>
</tr>
<tr> <td>
<ul>
<a href="https://github.com/ncss-tech/SSURGO-QA/archive/master.zip">SSURGO-QA</a>
</ul> </td>
<td>
<ul>
<a href="https://github.com/ncss-tech/SSURGO-QA/blob/master/README.md">SSURGO-QA</a>
</ul> </td>
</tr>
</table>
<b><p>Additional Sites:</p></b>
<ul><li>
<a href="http://arcg.is/GuWqD">Region 11 Dashboard</a></li>
</ul>
<ul><li>
<a href="http://arcg.is/CvTjK">Soil Information ~ One Stop Shop of Soils</a></li>
</ul>
<b><p>Help Wiki's</p> </b>
<ul><li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/ArcGIS-Pro-Tips">ArcGIS Pro Tips</a></li>
</ul>
<ul><li>
<a href="https://arcg.is/01vyHr">ArcMap Export</a></li>
</ul>
<ul><li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/Collector-and-Survey123-App-Tips">Collector and Survey123 App Tips</a></li>
</ul>
<ul> <li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/How-to-Make-ESRI-Desktop-ArcMap-Faster">How to Make ESRI Desktop ArcMap Faster</a></li>
</ul>
<ul> <li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/How-to-Make-ESRI-Desktop-ArcMap-Faster-~-Windows-10">How to Make ESRI Desktop ArcMap Faster ~ Windows 10</a></li>
</ul>
<ul><li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/NED-geoprocessing-instructons">NED Geoprocessing Instructions</a></li>
</ul>
<ul><li>
<a href="https://github.com/ncss-tech/geo-pit/wiki/RSAGA-geoprocessing-instructions">RSAGA Geoprocessing Instructions</a></li>
</ul>
</body>
</html>