ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

two potential "yes" values for the "community" argument #2

Open laurenmh opened 8 years ago

laurenmh commented 8 years ago

in the underlying data some of the "yes" options have an extra space, so specifying "yes" does not return the full set of values

laurenmh commented 8 years ago

Similar issue for data_type, some distance sampling sites have a hyphen and others don't: 6 distance sampling; count 7 distance-sampling; count

EDIT: Looks like both distance sampling labels should all be count or density...

laurenmh commented 8 years ago

And another related issue: many of the genera have a space beforehand, which makes it hard to sort through the dataframe returned by browse_popler(group_factors="genus")

AldoCompagnoni commented 7 years ago

Two of these issues are still current:

  1. In dictionary(datatype), there is both cover and basal_cover: but basal_cover does not have a table of its own in the database. Should we classify it simply as cover?
  2. The "space before the genus" problem is current - should be solved in the popler online database.