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,
- species names are mapped to lbsn
post_filter
- kingdom is mapped to
topic_group
, and - 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
Style
- style: Minor code formatting (
244b9d6
)