You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To experiment and run one of the below Jupyter Notebooks on Google Colab click t
32
32
33
33
In order to run the Jupyter Notebook on your local machine, follow these steps:
34
34
35
-
Make a new directory on your local file system where the 3DEP Jupyter Notebooks (and all 3DEP data, if desired) will be saved. In this case, the directory will be called `3DEP`. Change into the new directory and git clone the Github repository containing the Jupyter Notebooks and other relevant files to your local file system.
35
+
Make a new directory on your local file system where the 3DEP Jupyter Notebooks (and all 3DEP data, if desired) will be saved. In this case, the directory will be called `3DEP`. Change into the new directory and git clone the GitHub repository containing the Jupyter Notebooks and other relevant files to your local file system.
Anaconda is recommended for Python package installation and management. Package versions in Anaconda are managed by the package management system *conda*. Anaconda installers for MacOS/Linux/Windows can be downloaded from https://docs.anaconda.com/anaconda/install/. Follow the instructions to install the appropriate version of Anaconda for your operating system.
44
44
45
-
After installing Anaconda, create a conda virtual environment with the required dependencies (contained in `environment.yml`). Note: Exectuting the following command will automatically create the conda environment with name `3dep` and all of the required dependencies installed. If you would prefer a different name, replace `3dep` with another name in the following command:
45
+
After installing Anaconda, create a conda virtual environment with the required dependencies (contained in `environment.yml`). Note: Executing the following command will automatically create the conda environment with name `3dep` and all of the required dependencies installed. If you would prefer a different name, replace `3dep` with another name in the following command:
46
46
47
47
```bash
48
48
cd OT_3DEP_Workflows
@@ -75,7 +75,7 @@ Now, launch the chosen Jupyter Notebook. If unsure how to launch a Notebook, ref
75
75
76
76
## Issues and Feature Improvements
77
77
78
-
Reporting issues and/or providing suggestions for improving these workflows or developing new ones is highly encouranged. Issues or suggested feature improvements may be submitted as an <ahref="https://github.com/OpenTopography/OT_3DEP_Workflows/issues">issue</a> or by email to <ahref="https://opentopography.org/contact">OpenTopography Support</a>.
78
+
Reporting issues and/or providing suggestions for improving these workflows or developing new ones is highly encouraged. Issues or suggested feature improvements may be submitted as an <ahref="https://github.com/OpenTopography/OT_3DEP_Workflows/issues">issue</a> or by email to <ahref="https://opentopography.org/contact">OpenTopography Support</a>.
79
79
80
80
## Funding
81
81
@@ -85,13 +85,13 @@ OpenTopography is supported by the National Science Foundation (NSF) under Award
85
85
86
86
## Additional Resources
87
87
88
-
- The USGS 3DEP lidar point ploud pata are accessible in Entwine Point Tile (EPT) format from this <ahref="https://registry.opendata.aws/usgs-lidar/">Amazon Web Services S3 Bucket</a>.
88
+
- The USGS 3DEP lidar point cloud data are accessible in Entwine Point Tile (EPT) format from this <ahref="https://registry.opendata.aws/usgs-lidar/">Amazon Web Services S3 Bucket</a>.
89
89
90
90
- The USGS hydrologic unit boundaries are accessed via the <ahref="https://hydro.nationalmap.gov/arcgis/rest/services/wbd/MapServer">USGS Watershed Dataset Map Service</a>.
91
91
92
-
- The USGS 7.5' quadrangle boundaries are accessed via the <ahref="https://carto.nationalmap.gov/arcgis/rest/services/map_indices/MapServer"> USGS Map Indicies Service</a>.
92
+
- The USGS 7.5' quadrangle boundaries are accessed via the <ahref="https://carto.nationalmap.gov/arcgis/rest/services/map_indices/MapServer"> USGS Map Indices Service</a>.
93
93
94
-
- Documentation for open-source Python libararies used by these workflows include <ahref="https://pdal.dev/en/latest/">PDAL</a> and <ahref="https://gdal.org/">GDAL</a>.
94
+
- Documentation for open-source Python libraries used by these workflows include <ahref="https://pdal.dev/en/latest/">PDAL</a> and <ahref="https://gdal.org/">GDAL</a>.
95
95
96
96
- The <ahref="https://www.unavco.org/">UNAVCO</a> Student Internship Program (<ahref="https://www.unavco.org/education/student-internships/unavco-student-internship-program/">USIP</a>).
0 commit comments