Skip to content

Commit 72ba3b8

Browse files
Merge branch 'develop'
2 parents a7b5970 + 9d4cf75 commit 72ba3b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+7965
-7706
lines changed

README.md

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
LAGOS GIS Toolbox
22
===================
33

4-
This is an ArcGIS toolbox for landscape limnology created from a collection of Python script tools. It was used to create the [LAGOS-NE database](https://lagoslakes.org/) and is currently being updated in 2017 and 2018 for the creation of the LAGOS-US database.
4+
This is an ArcGIS toolbox for landscape limnology created from a collection of Python script tools. It was used to create the [LAGOS-US database](https://lagoslakes.org/).
55

6-
This toolbox was created with ArcGIS 10.1. It is being maintained in ArcGIS 10.3. It may work for other versions of ArcGIS.
76

87
## Releases & Citation
8+
Release [v2.0](https://github.com/cont-limno/LAGOS_GIS_Toolbox/tree/v2.0) corresponds to the methods documented with the release of the LAGOS-US LOCUS and GEO modules
9+
10+
LOCUS Data citation:
11+
Smith, N.J., K.E. Webster, L.K. Rodriguez, K.S. Cheruvelil, and P.A. Soranno. 2021. LAGOS-US LOCUS v1.0: Data module of location, identifiers, and physical characteristics of lakes and their watersheds in the conterminous U.S. ver 1. Environmental Data Initiative. https://doi.org/10.6073/pasta/e5c2fb8d77467d3f03de4667ac2173ca (Accessed 2021-12-13).
12+
13+
Data paper citation:
14+
Cheruvelil, K.S., Soranno, P.A., McCullough, I.M., Webster, K.E., Rodriguez, L.K. and Smith, N.J. (2021), LAGOS-US LOCUS v1.0: Data module of location, identifiers, and physical characteristics of lakes and their watersheds in the conterminous U.S. Limnol Oceanogr Letters 6: 270-292. https://doi-org.proxy1.cl.msu.edu/10.1002/lol2.10203
15+
16+
GEO Data citation
17+
Smith, N.J., K.E. Webster, L. Rodriguez, K.S. Cheruvelil, and P.A. Soranno. 2021. LAGOS-US GEO: Data module of lake geospatial ecological context at multiple spatial and temporal scales in the conterminous U.S. Environmental Data Initiative. https://doi.org/??????. Dataset accessed XX/XX/2022.
18+
919
Release [v1.0](https://github.com/cont-limno/LAGOS_GIS_Toolbox/tree/v1.0) corresponds to the methods documented in the following manuscript:
1020

1121
Soranno, P. A., Bissell, E. G., Cheruvelil, K. S., Christel, S. T., Collins, S. M., Fergus, C. E., ... & Scott, C. E. (2015). Building a multi-scaled geospatial temporal ecology database from disparate data sources: fostering open science and data reuse. *GigaScience, 4*(1), 28.
1222

1323
## Requires
1424
* Spatial Analyst extension (some tools)
15-
* [RivEX software](http://www.rivex.co.uk/) (proprietary) to create the input (rivers with Strahler order assignment) to the Lake Order Tool.
16-
* While some steps in our workflow at Michigan State University are conducted in a supercomputing environment (ie Taudem
17-
pitremove & d8flowdir were ported to RHEL to get the data processed faster), you can do these steps on a workstation
18-
easily enough with ESRI tools or with the [Taudem](http://hydrology.usu.edu/taudem/taudem5/index.html) tool suite.
25+
* ArcGIS 10.3 or higher
26+
* [Taudem](http://hydrology.usu.edu/taudem/taudem5/index.html) tool suite (some tools).
1927
## Installation
2028

2129
![](installation.png)
@@ -31,47 +39,37 @@ easily enough with ESRI tools or with the [Taudem](http://hydrology.usu.edu/taud
3139
## Tools
3240
**Lake Analysis**
3341
* Lake Connectivity Classification
34-
* Lake Order Classification
35-
* Lake-Wetland Connections
3642
* Upstream Lakes
3743

3844
**Summarize Data by Zones**
39-
* Lakes in Zones
40-
* Line Density
41-
* Point Density
42-
* Polygons in Zones
43-
* Streams in Zones
44-
* Subset Overlapping Zones
45-
* Wetlands in Zones
46-
* Zonal Attribution of Raster Data
45+
* Flatten Overlapping Zones
46+
* LAGOS-US Lake Density
47+
* LAGOS-US Stream Density
48+
* Line Density in Zones
49+
* Point Attribution of Raster Data
50+
* Point Density in Zones
51+
* Polygon Density in Zones
52+
* Pre-process PAD-US Dataset
53+
* Rasterize Zones
54+
* Zonal Summary of Classed Polygons
55+
* Zonal Summary of Raster Data
4756

4857
**Utilities**
49-
* Add Unique Fields
50-
* Drop Fields and Calc Geometry
5158
* Export to CSV
52-
* Merge Many Feature Classes
53-
* Merge Many Shapefiles
54-
* Merge NHD Features
5559
* Merge NHD Features without Deduplication
56-
* Mosaic to Subregion
57-
* Prefix Field Names
60+
* Test LAGOS GIS Toolbox
5861

5962
**Watershed Delineation**
60-
1. State and Mosaic Data for Subregion
61-
2. Burn Flowlines into DEM
62-
3. Clip DEM to HU8 Boundaries
63-
4. (Step 4 (Fill Pits) is not in toolbox)
64-
5. Create HU8 Walls
65-
6. (Step 6 (Flow Direction) is not in toolbox)
66-
7. Convert TauDEM Flow Direction Raster to ArcGIS Format
67-
8. Create Pour Points
68-
9. Create Lake Watersheds
69-
70-
**Wetland Analysis**
71-
1. Preprocess NWI
72-
2. Wetland Order
63+
Plus-01. Add Waterbody NHDPlusID
64+
Plus-02. Update Grid Codes
65+
Plus-03. Add Lake Seeds (Pour Points/Outlets)
66+
Plus-04. Revise HydroDEM
67+
Plus-05. TauDEM Pit Remove
68+
Plus-06. Flow Direction
69+
Plus-07. Delineate Catchments
70+
Plus-08. Aggregrate Watersheds
7371

7472
---
7573

76-
The toolbox is not formally supported. You can direct questions to the current maintainer, Nicole Smith (smithn78@msu.edu), or the project PI, Patricia Soranno (soranno@msu.edu).
74+
The toolbox is not formally supported. You can direct questions to the project PI, Kendra Cheruvelil (ksc@msu.edu).
7775

0 Bytes
Binary file not shown.

TestData_0411.gdb/a00000001.freelist

0 Bytes
Binary file not shown.

TestData_0411.gdb/a00000001.gdbtable

0 Bytes
Binary file not shown.

TestData_0411.gdb/a00000001.gdbtablx

0 Bytes
Binary file not shown.

TestData_0411.gdb/a00000003.gdbtable

568 Bytes
Binary file not shown.

TestData_0411.gdb/a00000003.gdbtablx

0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)