-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protist taxonomy issues from N-ICE2015 #30
Comments
ndjson-join --left 'd.scientificName' data/deposit/2015/N-ICE2015/biodiversity/n-ice2015-ice-algae-taxonomy.ndjson data/master/taxonomy/taxonomy-db.ndjson | ndjson-filter '!d[1]' | ndjson-map 'd[0]' | ./bin/ndjson-transform --tsv | ./bin/gbif-validate-species |
cat data/deposit/iopan/protist-biodiversity/n-ice2015_phytopl_micrpl_taxonomy-iopan.tsv | ./bin/dwc-occurrence-csv-transform 2> /tmp/e |ndjson-filter d.errors | ndjson-split d.errors | sort | ndjson-map '[d.dataPath,d.value]' | sort | uniq |
$ ndjson-join --left 'd.scientificName' data/input/iopan/protist-biodiversity/ndjson/n-ice2015_pht.ndjson data/master/taxonomy/taxonomy-db.ndjson | ndjson-filter '!d[1]' | ndjson-map 'd[0]' | ./bin/gbif-validate-taxon | ./bin/gbif-validate-taxon | grep Chromista |
See #57 |
Common: "Genus sp1/sp2" => "cf. sp1/sp2" ? Chaetoceros convolutus/concavicornis
Some problems:
"var." "Bacillaria paxillifer var.tumidula"
32 ["aff Catenula",null,null]
"Chrysophyceae cyst 1"
Cocal sphere
67 Spora
1 "Deformed Ciliophora with endosymbionts
1 ["Empty dinophyceae",null,"spores"]
1 ["Empty unknown",null,"cysts"]
1 ["Encysting protist on stem",null,null]
5 ["Fragilariopsis cylindrus/F. Reginae-jahniae",null,null]
99 Incertains taxa
5 ["Unknown",null,"cysts"]
2 ["Unknown",null,"spores"]
11 ["Unknown taxon",null,null]
The text was updated successfully, but these errors were encountered: