José Augusto Salim

Results 36 comments of José Augusto Salim

Hi @wcornwell, Have you taken a look at the plant-pollinator vocabulary ( https://ppi.rebipp.org.br/)? It defines the term `caste` and it is supposed to be used with `dwc:measurementType`. Please, see: -...

> Would you want to do any name alignment? Or would just like to use the taxonomic names as provided? What do you mean by name alignment? hehehehe. The `taxon-graph-builder`...

@jhpoelen > So, if I understand it correctly, you'd like to build your own version of GloBI using only the GBIF/iDigBio dataset and re-use the taxonMap/Cache concept that was introduced...

@jhpoelen `preston cat hash://sha256/002d7f3e3148965d09d33f552b42ec5f050c783e2cc4577b415f8cd0fc5bf198 --remote https://deeplinker.bio> dwca.zip` *globi.json*: ```json { "format": "dwca", "citation": "hash://sha256/002d7f3e3148965d09d33f552b42ec5f050c783e2cc4577b415f8cd0fc5bf198 via hash://sha256/7cd305e9d275763c96e7685847460fcc381b5c97c1460c00441f663c1788800f", "url": "dwca.zip" } ``` Let me know what you are thinking.... thanks.

> Hey @zedomel - > > I was just talking to @seltmann and found my self saying that we should have elton be handle: > > elton interactions hash://sha256/abc123..... --remote...

They have a open API not officially promoted in the web page: url: `http://chaves.rcpol.org.br/api/Interactions?` parameter: `filter={"where":{"pollinator":"Apis mellifera"}}` `curl "http://chaves.rcpol.org.br/api/Interactions?filter=%7B%22where%22%3A%7B%22pollinator%22%3A%22Apis%20mellifera%22%7D%7D" | jq . | head -n 40` ```json [ { "id":...

All interaction data can be found here: `curl http://chaves.rcpol.org.br/api/Interactions`

Hi @jhpoelen This repository contains the data: [https://zenodo.org/record/6630184](https://zenodo.org/record/6630184). I did not dig into it yet, but looks very straightforward to add it to GloBI. I will prepare a repository in...

How to use train.py? I'm trying to create a database using parse.py and data.py but I got this error when run: `python parse.py movie.avi exp` `Traceback (most recent call last):...