ioos / ioos_code_lab

Notebook demonstrations and examples
https://ioos.github.io/ioos_code_lab
MIT License
8 stars 10 forks source link

New notebook for matching taxonomic names to authoritative sources #43

Open MathewBiddle opened 2 years ago

MathewBiddle commented 2 years ago

Please provide a detailed description of the suggested example below:

adyork commented 2 years ago

It's python. The point of this notebook was to compare match results from various sources. WoRMS results and the LSID are included in the example.

I added an explanation at the end to clarify that results vary depending upon data source whether they supply the global LSID or local identifier. Also pointed out in my example what column the WoRMS LSID was and mentioned the DarwinCore scientificNameID. Gave an example of how you would turn the ITIS results into an LSID.

adyork commented 2 years ago

Oh, also maybe relevant to bullet point 2 about relevance to an IOOS data service. Within the notebook I show both how to pull the data table with species names from a csv file, but also BCO-DMO's ERDDAP instance.

The example could be re-worked to pull from any other ERDDAP instance with a dataset containing taxonomic names in a data column.

adyork commented 2 years ago

Feel free to grab and rework!