Skip to content

Commit

Permalink
Remove old value check
Browse files Browse the repository at this point in the history
  • Loading branch information
pawilfahrt committed Jun 14, 2024
1 parent a560efa commit 3a50f5b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _nature/county_land_cover_sequestration_ns.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ wc_county_c_meta <-

saveRDS(wc_county_c, "./_nature/data/county_landcover_sequestration_2021.rds")
saveRDS(wc_county_c_meta, "./_nature/data/county_landcover_sequestration_2021_meta.rds")

county_seq_total <- summarize(wc_county_c, seq_total = sum(sequestration_potential))
county_stock_total <- summarize(wc_county_c, stock_total = sum(stock_potential))


sum(county_seq_total$seq_total) # -2180841 ! Liz gets 2390357
sum(county_stock_total$stock_total) #-257,462,245

0 comments on commit 3a50f5b

Please sign in to comment.