The original motivation for this package, citesdb, assembles the CITES data and releases it as a GitHub package, and then provides means to download it and access metadata.
Another Python data interface interface based on an R package, nhanes, includes data directly in the repo, along with metadata info.
CITES is quite large, so following the approach of citesdb makes sense here as well. Necessary tasks are to:
The original motivation for this package,
citesdb, assembles the CITES data and releases it as a GitHub package, and then provides means to download it and access metadata.Another Python data interface interface based on an R package,
nhanes, includes data directly in the repo, along with metadata info.CITES is quite large, so following the approach of
citesdbmakes sense here as well. Necessary tasks are to:pycitesusers could rebuild their own dataset, but the recommended usage will just pull the file from releases and load it innhanes)