-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
This issue was imported from #185 (comment) via @ethanwhite
In the counts table of the Gentry dataset the site with site_code ELCORAZO has a different data structure than the other sites. Specifically, it stores one stem/row with count=1 instead of one species-transect combo/row with a count of the number of individuals. This means two things:
- Most problematic, if there are any instances of multiple-stems/individual then we lack reliable counts of individuals for this site. We only have information on the number of stems. Dan McGlinn checked the data book and did not find any multiple stems at this site so this may be a non-issue in theory.
- It's possible that some query's will get tripped up by this site. Most of the queries I can think of should be OK, because typically one would either sum over transects to get species-level counts for the site (which should work fine with the current structure) or work at the transect level in which case this site would get nulled-out anyway, but I am still a bit concerned about including this differently structured data. We could probably clean this up if my first point turns out not to be an issue, but I'd be curious to hear folks thinking on what that should look like (since we don't have transect information).
Reactions are currently unavailable