jclbrooks / MD_Stream_Salamanders

MIT License
0 stars 0 forks source link

List of transects removed from Mid-Atlantic dynamic occupancy model #19

Open jclbrooks opened 5 years ago

jclbrooks commented 5 years ago

We removed the following transects from the dynamic occupancy model:

Removed in combine_obs_data.R, not included in covariate objects because no lat/lon

Removed in prep_occ.R, removed from objects df_occ, featureids_matched, spp_dist

jclbrooks commented 4 years ago

I also removed "PRW227-A2" and "PRW263-A1" from all landscape covariate data. This was removed from object landscape_vars in line 37 of format_landscape_data.R. I removed it from this object because landscape_vars is one of the initial objects used several more times to create other objects/check matching. These two sites were removed because there was only one observation in total from each over the course of all field seasons, with both observing Rana clamitans (not one of our target species). It was automatically removed from the occupancy data because we filtered to our target species in line 446 of combine_obs_data.R.

jclbrooks commented 4 years ago

Also removed"PRW227-A2" and "PRW263-A1" from objects df_occ, featureids_matched, spp_dist in prep_occ.R just to be safe. Was probably only necessary to filter out of featureids_matched (spp_dist is left joined to featureids_matched in prep_occ.R, essentially nulling the previous removal of these transects from the initial landscape_vars object if featureids_matched was not fixed), but just wanted to make sure they were removed.