Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import occurrences from Global Biodiversity Information Facility (GBIF) data
ResourceFunction["GBIFImport"][fname] imports the plain text file fname into a dataset using semantics for GBIF data specifications. |
Import a plain text file (information here) from GBIF with occurrences:
In[1]:= |
Out[1]= |
Import sightings of Jackson's chameleon (Trioceros jacksonii) around the globe:
In[3]:= |
Define some plotting utilities:
In[4]:= |
Obtain an image of a Jackson's three-horned chameleon using WikidataSearch and WikidataData:
In[5]:= |
Out[5]= |
In[6]:= |
Create a geographic distribution map of the invasive chameleon species in the Hawaii islands:
In[7]:= |
Out[7]= |
Using the same data, count the number of occurrences from the Hawaii islands (a non-native region for Trioceros jacksonii species) using GeoWithinQ:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License