Skip to content

v0.26.0

Latest
Compare
Choose a tag to compare
@Sieboldianus Sieboldianus released this 01 Aug 12:44
· 13 commits to master since this release

v0.26.0 (2023-08-01)

Ci

  • ci: Update semantic release config (d7f778b)

Documentation

  • docs: Add currently supported Mappings to documentation intro (ada73aa)

Feature

  • feat: Add mapping for iNaturalist gbif data

This feature adds a mapping to lbsntransform for the iNaturalist gbif CSV data format 1. Some (perhaps surprising) interpretation is done in the mapping,

  1. species names are mapped to lbsn post_filter
  2. kingdom is mapped to topic_group, and
  3. occurrences that match known emoji are added to the lbsn emoji list.

(02368df)

Fix

  • fix: If source_web is True, input_path expects a List[str] (a1339b1)

  • fix: --use_csv_dictreader not working when input source is url (2f04251)

Refactor

  • refactor: Improve datetime parsing (2449044)

  • refactor: Use kwargs for repeated attrs (8265985)

Style

  • style: Minor code formatting (244b9d6)