Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data-raw/node_config.csv file #210

Closed
shahmanash opened this issue Oct 24, 2023 · 2 comments
Closed

Update data-raw/node_config.csv file #210

shahmanash opened this issue Oct 24, 2023 · 2 comments

Comments

@shahmanash
Copy link

Please update the node_config.csv file to include the Swedish namematching service.

Sweden,name-matching,names_lookup,https://namematching.biodiversitydata.se/api/getByTaxonID,search_identifiers,TRUE
Sweden,name-matching,names_search_multiple,https://namematching.biodiversitydata.se/api/searchByClassification,search_taxa,TRUE
Sweden,name-matching,names_search_single,https://namematching.biodiversitydata.se/api/search?q={name},search_taxa,TRUE

Please note the lucene search index for the service is generated using the GBIF backbone.

mjwestgate added a commit that referenced this issue Oct 24, 2023
- update `node_config.csv`
- swap `collect_taxa()` to check for `namematching` APIs automatically
- add tests for new functionality to `test-international-Sweden.R`
@mjwestgate
Copy link
Collaborator

Thanks for sending this information! We've updated galah as per your request, these changes will be shipped with version 2.0 shortly.

@mjwestgate
Copy link
Collaborator

The above were added in version 2.0, however the following need checking:

Shouldn't the line
Sweden,data/media,https://images.biodiversitydata.se/ws/getImageInfoForIdList,FALSE
be
Sweden,metadata/media,https://images.biodiversitydata.se/ws/getImageInfoForIdList,TRUE

Similarly "ws" is missing in line
Sweden,metadata/licences,https://images.biodiversitydata.se/licence,TRUE
which then should be
Sweden,metadata/licences,https://images.biodiversitydata.se/ws/licence,TRUE

The following 3 lines could be added

Sweden,files/media,https://images.biodiversitydata.se/image/{id}/original,TRUE
Sweden,metadata/lists,https://lists.biodiversitydata.se/ws/speciesList,TRUE
Sweden,metadata/lists-unnest,[https://lists.biodiversitydata.se/ws/speciesListItems/{list_id},TRUE

mjwestgate added a commit that referenced this issue Feb 27, 2024
- add species list and image licence APIs for SBDI
- enable image services for SBDI and BAO (neither tests successfully yet)
- remove canadensys.net APIs (unused)
- upgrade `collect_licences()` and `collect_media_metadata()` to not fail for empty results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants