From 8445995e5f0dfa2c777e078996e3d7deb02d14b4 Mon Sep 17 00:00:00 2001 From: CeresBarros Date: Thu, 15 Nov 2018 09:36:52 -0800 Subject: [PATCH] biomassMap url uncommented in prepInputs --- Boreal_LBMRDataPrep.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boreal_LBMRDataPrep.R b/Boreal_LBMRDataPrep.R index 5b08437..5194792 100644 --- a/Boreal_LBMRDataPrep.R +++ b/Boreal_LBMRDataPrep.R @@ -453,7 +453,7 @@ Save <- function(sim) { targetFile = asPath(basename(biomassMapFilename)), archive = asPath(c("kNN-StructureBiomass.tar", "NFI_MODIS250m_kNN_Structure_Biomass_TotalLiveAboveGround_v0.zip")), - #url = extractURL("biomassMap"), + url = extractURL("biomassMap"), destinationPath = dPath, studyArea = sim$shpStudyArea, rasterToMatch = sim$rasterToMatch,