iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

Add capability to query for multiple taxons using `taxonids` at the same time #99

Closed ayushanand18 closed 1 year ago

ayushanand18 commented 1 year ago

Overview

At present all functions enabling querying through taxonid need it to be a valid integer (as listed in WoRMS). It is not possible to cherry-pick multiple taxonids through a single query.

It would be a powerful feature if we enable array handling of multiple taxonids as we do for scientificname. It will save both time and effort.