Skip to the content.

new issues to open:

Ayush

  1. occurrence pagination (use default size 5000)
  2. MoF accessibility (duplicate columns)
  3. MoF Null Records : if there are 0 records for species, our implementation of MoF returns error. needs null check.
  4. + quality checks. need a manually-curated list (or spreadsheet) of issues found. Like obistools in R. implement like pyobis.qualitycheck.occurrence_df(); keep the checks seperate from bulk of pyobis code.
  5. expand README to make approachable for beginners.

Tylar

  1. investigate pagination mentions in API usage docs (swagger just for endpoints, not usage)
  2. occurrence size & after params not documented in swagger
  3. progress bar
  4. investigate merge duplicated columns (just dropping them for now, but I am curious why pd.df.merge is retaining duplicate columns)
  5. [ ] is last_page needed in robis? ref
  6. bring in MoF analysis as notebook (blue whale stuff from IOOS in michigan)
  7. midterm evaluation