Tim Robertson
Tim Robertson
GBIF is a global network sharing biodiversity data (primarily species occurrence data) with a central data warehouse that can be searched and downloaded. Monthly snapshots exist, with DOIs which is...
This is an enhancement request. The current implementation of `getByPixelCoordinate()` provides the nearest hexagon when called with a pixel which lies outside the `grid` but within the distance of one...
As GBIF explores capabilities with [a new data model](https://www.gbif.org/new-data-model) we wish to produce exemplar datasets that demonstrate the output using the IPT. This is an evolutionary change from the current...
[The IPT citation](https://github.com/gbif/ipt/wiki/IPT2Citation.wiki) does not reflect what the [GBIF.org system does](https://github.com/gbif/registry/blob/master/docs/citations.md). This is highly confusing, and GBIF's publishing tool need to be fully consistent and intuitive. I am not sure...
### Feature or enhancement Data published through GBIF go through a series of checks and "enrichments", such as aligning scientificNames to the complete name as published in the nomenclature databases,...
http://www.mapdb.org/doc/ has a link saying "Code examples from documentation are available in Github repository." I'm afraid this is dead link.
The GraphQL API powering the hosted portals is able to support null, negation, and wildcard searches for occurrence search (currently enabled for a few fields only, but more will follow)....
The identifier type should be Handle, not Handler: https://github.com/gbif/gbif-api/blob/master/src/main/java/org/gbif/api/vocabulary/IdentifierType.java
If you look at [this record](https://api.gbif.org/v1/species/1000111) you'll see ``` basionym": "Methanobacterium ruminantium Smith & Hungate, 1958", "scientificName": "Methanobrevibacter ruminantium (Smith & Hungate, 1958) Balch & Wolfe, 1981", "canonicalName": "Methanobrevibacter ruminantium",...
Deep paging is limited to a 100,000 offset, but breaks at 10,000 E.g. using [9980 works](https://api.gbif.org/v1/species/search?rank=SPECIES&highertaxon_key=359&status=ACCEPTED&datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&isExtinct=True&offset=9980) but as soon as we go over 10,000 it [returns an error](https://api.gbif.org/v1/species/search?rank=SPECIES&highertaxon_key=359&status=ACCEPTED&datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&isExtinct=True&offset=9981). We suspect...