Skip to content

Commit

Permalink
lat check added
Browse files Browse the repository at this point in the history
  • Loading branch information
wespestad committed Oct 12, 2022
1 parent 7b68020 commit 66905b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SAE_Phil_Change_V6_add79.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ table(Old850_clean_withnewmaplabels$Modified_stratamap)
head(Old850_clean_withnewmaplabels)
#as long as the column names match between this and the new 79 points, the order of the columns should not matter.
head(sort(Old850_clean_withnewmaplabels$LAT))
head(sort(FINALDATASET_mapdataadded$lat))
head(sort(FINALDATASET$lat))
#slight difference in lon lat (~0.3 feet), so will use PLOTID to join
#FINALDATASET_mapdataadded <- merge(FINALDATASET, Old850_clean_withnewmaplabels, by.x = c('lon','lat'), by.y = c('LON','LAT'), all.x = T)
Expand Down

0 comments on commit 66905b9

Please sign in to comment.