Skip to content

Commit

Permalink
fix paths to code and training data after reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
bhass-neon committed Apr 6, 2024
1 parent 4ec9976 commit 9e27c7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"topics: lidar, remote-sensing\n",
"languagesTool: python\n",
"dataProduct: DP1.10098.001, DP3.30015.001 \n",
"code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/Lidar/lidar-biomass/calc-biomass_py/calc-biomass_py.ipynb\n",
"code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/AOP/Lidar/lidar-applications/lidar-biomass/calc-biomass_py.ipynb\n",
"tutorialSeries: intro-lidar-py-series\n",
"urlTitle: calc-biomass-py\n",
"---"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packagesLibraries: os, sys, numpy, matplotlib, gdal, scipy, scikit-learn, scikit
topics: lidar, remote-sensing
languagesTool: python
dataProduct: DP1.10098.001, DP3.30015.001
code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/AOP/Lidar/lidar-applications/lidar-biomass/calc-biomass_py/calc-biomass_py.ipynb
code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/AOP/Lidar/lidar-applications/lidar-biomass/calc-biomass_py.ipynb
tutorialSeries: intro-lidar-py-series
urlTitle: calc-biomass-py
---
Expand Down Expand Up @@ -52,7 +52,7 @@ If you have already downloaded the data set for the Data Institute, you have the
data for this tutorial within the SJER directory. If you would like to just
download the data for this tutorial use the following links.

**Download the Training Data:** <a href="https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/AOP/Lidar/lidar-biomass/calc-biomass_py/calc-biomass_py_files/SJER_Biomass_Training.csv" class="link--button link--arrow">SJER_Biomass_Training.csv</a>
**Download the Training Data:** <a href="https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/AOP/Lidar/lidar-applications/lidar-biomass/calc-biomass_py_files/SJER_Biomass_Training.csv" class="link--button link--arrow">SJER_Biomass_Training.csv</a>

**Download the SJER Canopy Height Model Tile:** <a href="https://storage.googleapis.com/neon-aop-products/2018/FullSite/D17/2018_SJER_3/L3/DiscreteLidar/CanopyHeightModelGtif/NEON_D17_SJER_DP3_256000_4106000_CHM.tif" class="link--button link--arrow">NEON_D17_SJER_DP3_256000_4106000_CHM.tif</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# topics: lidar, remote-sensing
# languagesTool: python
# dataProduct: DP1.10098.001, DP3.30015.001
# code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/Lidar/lidar-biomass/calc-biomass_py/calc-biomass_py.ipynb
# code1: https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials/Python/Lidar/lidar-applications/lidar-biomass/calc-biomass_py.ipynb
# tutorialSeries: intro-lidar-py-series
# urlTitle: calc-biomass-py
# ---
Expand Down

0 comments on commit 9e27c7e

Please sign in to comment.