Skip to content

Commit

Permalink
Merge branch 'feat-inaturalist' into 'master'
Browse files Browse the repository at this point in the history
feat: Add mapping for iNaturalist gbif data

See merge request lbsn/lbsntransform!17
  • Loading branch information
Sieboldianus committed Aug 1, 2023
2 parents ada73aa + 02368df commit 9d3f2d7
Show file tree
Hide file tree
Showing 6 changed files with 734 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -26,8 +26,9 @@ test:
- python -c 'import nltk;nltk.download("stopwords")'
stage: test
script:
# perform integration test
# perform integration tests
- python tests/test_integration_yfcc.py
- python tests/test_integration_inaturalist_gbif.py

artifacts:
image: registry.gitlab.vgiscience.org/tud_ifk/miniconda-cidefault
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -42,6 +42,9 @@ version_source = "commit"
branch = "master"
build_command = "python -m build"

[tool.semantic_release.branches.main]
match = "(master)"

[tool.setuptools]
package-dir = {"" = "src"}
include-package-data = true
Expand Down

0 comments on commit 9d3f2d7

Please sign in to comment.