Matt Blissett
Matt Blissett
This demo: https://tile.gbif.org/ui/Globe/temp-debug.html displays 2D and 3D maps using raster tiles in WGS84 / EPSG:4326, 512px wide, with two tiles at zoom 0. (Except for the size, this is the...
A Zip archive can contain both Darwin Core metadata and Frictionless Data metadata. There's even a tool to [do this automatically](https://frictionlessdata.io/blog/2020/01/22/frictionless-darwincore/).
(Via helpdesk.) We have a request to produce an RPM for CentOS 8 / Rocky Linux 8.
When running IPT 2.5.x on Tomcat 9 with Java 11, logging doesn't work. Only these lines appear in debug.log: ``` DEBUG 22-Nov-2021 19:01:43 [org.gbif.utils.PreemptiveAuthenticationInterceptor] - GET /registry/thesauri.json HTTP/1.1 DEBUG 22-Nov-2021...
This section writes "GUID", but gives an example of a PURL / PID: https://ipt.gbif.org/manual/en/ipt/2.5/best-practices-sampling-event-data#publishing-sampling-event-data This section refers to our identifier guide, which says the term Persistent Identifier is preferred: https://ipt.gbif-uat.org/manual/en/ipt/2.5/dwca-guide#what-is-darwin-core-archive-dwc-a...
Following [this issue on the EML repository](https://github.com/NCEAS/eml/issues/260), it looks like when the IPT was written there was no guidance on how to format an ORCID in the EML. The related...
PyGBIF makse makes a new HTTP connection for every request, which has a lot of overhead. It would be much quicker to use the requests module with sessions, so the...
[This page](http://www.geni.org/globalenergy/library/buckminster_fuller/dymaxion_map/fuller-faq.shtml) says "Fuller explored more than 25 different useful configurations of the Dymaxion Air-Ocean World Map", but I can't find them. This PR implements the ocean example [shown on...
A polygon can cross the antimeridian (e.g. Fiji) or cross the antimeridian when wrapping around the north or south pole (e.g. around the Arctic). I need to investigate a bit...
Users would like to search using long polygons or many taxon keys. To support this with the current search API, a long (>8k character) URL must pass through: 1. The...