PNHP / Regional_SDM

Methods and collaboration for Species Distribution Modeling among Heritage Programs
3 stars 0 forks source link

stray columns in input data #5

Open ChristopherTracey opened 7 years ago

ChristopherTracey commented 7 years ago

There are a number of ObjectID and similar fields in the input reach data for both the species and EnvVar data. It's currently cleaned up with the following lines of code script 3:

# clean up, merge data sets -----
df.in$x.1 <- NULL 
df.in$x <- NULL 
df.in$scomname <- NULL  # not in df.abs --> causing issues on the rearrange below
df.abs$x <- NULL 
df.abs$x.1 <- NULL 

We should handle in better in the GIS data prep.