diff --git a/README.md b/README.md index 892181e1c85334da5bc3f4f8ac4e8279d06c09f0..b05763a485bf6094af696e2e060ac0d7b591272c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ tags: - image - imageomics - animals +- plants +- fungi - evolutionary biology - CV - multimodal @@ -28,20 +30,23 @@ tags: - imbalanced size_categories: - 100M.npy` with associated labels `embeddings/txt_emb_.json`. The BioCLIP 2 text embeddings and labels are duplicated as `txt_emb_species.npy` and `txt_emb_species.json` to maintain [`pybioclip`](http://github.com/Imageomics/pybioclip) functionality for versions 2.1.x and earlier. See [`embeddings/README.md`](embeddings/README.md) for more information. To avoid republishing existing datasets or interfering with original data source providers' ability to track use of their data, we provide all metadata here with step-by-step reproduction instructions in the [GitHub repository](https://github.com/Imageomics/TreeOfLife-toolbox/tree/main/docs#treeoflife200m-dataset-download-guide) to download the images and recreate the proper webdataset structure. This process will produce a collection of files named `shard-######.tar` in a `train` folder with which to work. @@ -93,9 +104,9 @@ Inside each shard is a collection of images (named `.jpg`), for which each .taxonomic_name.txt ``` -### Data Instances +### Data Instances -Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://www.britannica.com/science/taxonomy/The-Linnaean-system) and common name of the subject of the image (where available). Examples of these text types is provided below. 89% (190,988,120) of the images have full taxonomic labels (for more context, see discussion on labeling challenges in biodiversity data under [Considerations for Use](#bias-risks-and-limitations)). In addition to the biodiversity introduced (952,257 unique taxa), these images also span a variety of settings (or "images types"), the three main categories we highlight being museum specimen, camera trap, and citizen science images. Counts for these and more specific museum specimen subcategories (as used in [processing](#data-curation-and-processing)) are provide in a table below. +Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://www.britannica.com/science/taxonomy/The-Linnaean-system) and common name of the subject of the image (where available). Examples of these text types is provided below. 89.74% (209,134,719) of the images have full taxonomic labels (for more context, see discussion on labeling challenges in biodiversity data under [Considerations for Use](#bias-risks-and-limitations)). In addition to the biodiversity introduced (933,798 unique taxa), these images also span a variety of settings (or "images types"), the three main categories we highlight being museum specimen, camera trap, and citizen science images. Counts for these and more specific museum specimen subcategories (as used in [processing](#data-curation-and-processing)) are provide in a table below. #### Text Types | Text Type | Example | @@ -108,19 +119,19 @@ Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://w ### Image Types (GBIF only) | Image Type | Number of Images | | :-------------------------- | :--------: | -|Camera-trap |617.8K | -|Citizen Science |151M | +|Camera-trap |595.6K | +|Citizen Science |171.1M | |Museum Specimen: Fungi |599.5K | -|Museum Specimen: Insect |7.9M | +|Museum Specimen: Insect |6.9M | |Museum Specimen: Invertebrate Zoology |1.7M | |Museum Specimen: Microbiology |38.7K | |Museum Specimen: Plant |39.7M | -|Museum Specimen: Uncategorized |1M | +|Museum Specimen: Uncategorized |1M | |Museum Specimen: Vertebrate Zoology - Amphibians|36.2K | -|Museum Specimen: Vertebrate Zoology - Birds |435.3K | +|Museum Specimen: Vertebrate Zoology - Birds |345.7K | |Museum Specimen: Vertebrate Zoology - Fishes |199.7K | |Museum Specimen: Vertebrate Zoology - Mammals |129.1K | -|Museum Specimen: Vertebrate Zoology - Others |137K | +|Museum Specimen: Vertebrate Zoology - Others |137K | ### Data Fields @@ -160,7 +171,7 @@ Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://w - `copyright_owner`: copyright holder for the image, filled with `not provided` if no copyright owner was provided. - `license_link`: URL to the listed license, left null in the case that `license_name` is `No known copyright restrictions`. - `title`: title provided for the image, filled with `not provided` if no title was provided. - - `bibliographicCitation`: bibliographic citation for the occurrence record as provided by GBIF publishers. Only available for GBIF records where the publisher supplied a citation (~2.5% of records). Non-GBIF records (EOL, BIOSCAN, FathomNet) have null values. + - `bibliographicCitation`: bibliographic citation for the occurrence record as provided by GBIF publishers. Only available for GBIF records where the publisher supplied a citation (~2.25% of records). Non-GBIF records (EOL, BIOSCAN, FathomNet) have null values. **Darwin-finches.csv:** File for Darwin's finches embedding space evaluation completed in [paper](https://doi.org/10.48550/arXiv.2505.23883). Images are a represenative subset of the 18 species known as "Darwin's Finches" sampled from TreeOfLice-200M for this evaluation. Common names are from [Avibase](https://avibase.bsc-eoc.org/avibase.jsp). - `uuid`: unique identifier for the image in this dataset, links to other TreeOfLife-200M metadata. @@ -218,13 +229,13 @@ This file is required along with `provenance.parquet` to fetch all the FathomNet ### Data Splits -This entire dataset was used for training the model. +This entire dataset was used for training the model, [BioCLIP 2.5 Huge](https://huggingface.co/imageomics/bioclip-2.5-vith14) (similarly, all of [Revision a8f38b4](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/tree/a8f38b4388579862c56ae57d6f094c2ac0e92e12) was used to train [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2)). We used 11 biologically-relevant datasets for various species classification tests of the model trained on this dataset; they are described (briefly) and linked to below. #### Test Sets -[BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) was tested on the same 10 biologically-relevant benchmarks as [BioCLIP](https://huggingface.co/imageomics/bioclip#testing-data), though we used [NABirds](https://dl.allaboutbirds.org/nabirds) in place of [Birds 525](https://www.kaggle.com/datasets/gpiosenka/100-bird-species), since the latter is no longer available online. We also curated [IDLE-OO Camera Traps](https://huggingface.co/datasets/imageomics/IDLE-OO-Camera-Traps). +[BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) and [BioCLIP 2.5 Huge](https://huggingface.co/imageomics/bioclip-2.5-vith14) were tested on the same 10 biologically-relevant benchmarks as [BioCLIP](https://huggingface.co/imageomics/bioclip#testing-data), though we used [NABirds](https://dl.allaboutbirds.org/nabirds) in place of [Birds 525](https://www.kaggle.com/datasets/gpiosenka/100-bird-species), since the latter is no longer available online. We also curated [IDLE-OO Camera Traps](https://huggingface.co/datasets/imageomics/IDLE-OO-Camera-Traps). - [NABirds](https://dl.allaboutbirds.org/nabirds): 48K images of the 400 most common North American birds (based on observation counts), with at least 100 images per species. Includes age and sex annotations that we used for evaluation. - [Meta-Album](https://paperswithcode.com/dataset/meta-album): Specifically, we used the Plankton, Insects, Insects 2, PlantNet, Fungi, PlantVillage, and Medicinal Leaf datasets. @@ -233,7 +244,7 @@ We used 11 biologically-relevant datasets for various species classification tes Additional hierarchical structure and embedding space evaluation was done using images of Darwin's Finches sourced from the training data (in `metadata/Darwin-finches.csv`). These species are not evenly represented in the dataset, so 12 of them have 50 images each, but the remaining six species (_Geospiza propinqua_, _Geospiza acutirostris_, _Camarhynchus psittacula_, _Geospiza septentrionalis_, _Camarhynchus pauper_, _Camarhynchus heliobates_) have between 8 and 33 representative images (listed in decreasing order). -Other non-species classification tasks were also used for testing, and are described in the [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) model card and [our paper](https://doi.org/10.48550/arXiv.2505.23883). +Other non-species classification tasks were also used for testing, and are described in the [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) and [BioCLIP 2.5 Huge](https://huggingface.co/imageomics/bioclip-2.5-vith14#testing-data) model card and [our paper](https://doi.org/10.48550/arXiv.2505.23883). ## Dataset Creation @@ -241,13 +252,13 @@ Other non-species classification tasks were also used for testing, and are descr TreeOfLife-200M was curated for the purpose of training a biological foundation model. In particular, we aimed to increase the both the biodiversity of available training data (i.e., from that available in [TreeOfLife-10M](https://huggingface.co/datasets/imageomics/TreeOfLife-10M)) and the raw number of images available (i.e., from that of [BioTrove](https://huggingface.co/datasets/BGLab/BioTrove)). We also performed extensive data curation beyond that used for either of these training datasets: aligning taxonomic labels, removing images of labels or folders associated to specimens, removing noisy citizen science and camera trap images, and ensuring no identifiable humans are in the images (more info below). -We have expanded coverage across the 2.14M described species estimated by [The International Union for Conservation of Nature (IUCN)](iucnredlist.org) as of [March 2025](https://nc.iucnredlist.org/redlist/content/attachment_files/2025-1_RL_Table_1a.pdf), with particularly strong representation of threatened species (77.1% of species across threatened categories are represented in TreeOfLife-200M). This coverage and the implications are discussed in greater detail in [our paper](https://doi.org/10.48550/arXiv.2505.23883). +We have expanded coverage across the 2.14M described species estimated by [The International Union for Conservation of Nature (IUCN)](iucnredlist.org) as of [March 2025](https://nc.iucnredlist.org/redlist/content/attachment_files/2025-1_RL_Table_1a.pdf), with particularly strong representation of threatened species (70.38% of species across threatened categories are represented in TreeOfLife-200M). This coverage and the implications are discussed in greater detail in [our paper](https://doi.org/10.48550/arXiv.2505.23883). ### Source Data TreeOfLife-200M is composed of images from the following four core data providers: -1. Global Biodiversity Information Facility ([GBIF](https://gbif.org)), which is a major biological data aggregator cataloging biodiversity data from citizen science sources (e.g., [iNaturalist](https://www.inaturalist.org/)), museum collections (e.g., from the [Smithsonian Institution](https://www.si.edu/), [Museum national d'Histoire naturelle](https://www.mnhn.fr/fr)), and camera trap collections (e.g., from the [Research Institute for Nature and Forest (INBO)](https://www.vlaanderen.be/inbo/en-gb/homepage/)). +1. Global Biodiversity Information Facility ([GBIF](https://gbif.org)), which is a major biological data aggregator cataloging biodiversity data from citizen science sources (e.g., [iNaturalist](https://www.inaturalist.org/) and [Observation.org](https://observation.org)), museum collections (e.g., from the [Smithsonian Institution](https://www.si.edu/), [Museum national d'Histoire naturelle](https://www.mnhn.fr/fr)), and camera trap collections (e.g., from the [Research Institute for Nature and Forest (INBO)](https://www.vlaanderen.be/inbo/en-gb/homepage/)). - GBIF provides a [DOI](https://doi.org/10.15468/dl.bfv433) for the occurrence snapshot we downloaded (GBIF occurrence 2024-05-01 snapshot with filter `"occurrenceStatus": "PRESENT"` (DOI: https://doi.org/10.15468/dl.bfv433)). - This manifest was further filtered for only `Still Images`, those with `gbifID` and `identifier`, and those not labeled as images of text documents prior to download. - Note: there is only one category (`"basisOfRecord": "MATERIAL_CITATION"`) that describes images of textual documents (these are a particular type of document that describes species). @@ -257,7 +268,7 @@ TreeOfLife-200M is composed of images from the following four core data provider - EOL does not have a versioned release like GBIF, so recreating this dataset requires use of `metadata/eol_metadata/media_manifest.csv` and `metadata/eol_metadata/taxon.tab` (this is just if one wants to reproduce our process, the provided `catalog` and `provenance` parquets are sufficient to reproduce a copy of the dataset). - Media manifest was downloaded from "image list URL: https://eol.org/data/media_manifest.tgz" (at [image list](https://opendata.eol.org/dataset/images-list/resource/f80f2949-ea76-4c2f-93db-05c101a2465c)). Taxonomy (`taxon.tab`) from "EOL Dynamic Hierarchy Active Version URL: https://editors.eol.org/uploaded_resources/00a/db4/dh21.zip" (at [dataset](https://opendata.eol.org/dataset/tram-807-808-809-810-dh-v1-1/resource/00adb47b-57ed-4f6b-8f66-83bfdb5120e8)). - Images used for the [Rare Species dataset](https://huggingface.co/datasets/imageomics/rare-species) were removed from this collection (by MD5) to avoid data leakage. - - Further filtereing and processing steps are described below. + - Further filtering and processing steps are described below. 3. [BIOSCAN-5M](https://github.com/bioscan-ml/BIOSCAN-5M): Collection of primarily insect specimen images, hand-labeled by experts. Other Arthropoda classes account for 2% of the 5M images. 93% of the images in the dataset are _not_ labeled to the species level. - This dataset was ready to use, and we followed access instructions in [their repository](https://github.com/bioscan-ml/BIOSCAN-5M?tab=readme-ov-file#dataset-access) (specifically downloading through the [Google Drive link](https://drive.google.com/drive/u/1/folders/1Jc57eKkeiYrnUBc9WlIp-ZS_L1bVlT-0)). @@ -273,11 +284,11 @@ TreeOfLife-200M is composed of images from the following four core data provider Both BIOSCAN-5M and FathomNet were included to help improve coverage of under-represented and highly diverse branches of the tree of life (_Insecta_ is one of the most diverse classes and creatures that dwell in the ocean are much less commonly represented). The total number of dataset-wide taxonomic hierarchies that are _uniquely_ contributed by each core data provider is provided below, with their total number of images contributed to exemplify this point. -| Provider | Unique Taxa | Images | +| Provider | Unique Taxa | Images | | :---- | :---: | :---: | -| GBIF | 586,898 | 203.5M | -| EOL | 48,748 | 5.3M | -| BIOSCAN-5M | 2,900 | 5.2M | +| GBIF | 569,225 | 222.6M | +| EOL | 48,508 | 5.2M | +| BIOSCAN-5M | 3,042 | 5.2M | | FathomNet | 251 | 37.9K | ### Data Curation and Processing @@ -297,7 +308,7 @@ We noted the varied [image types](#image-types-gbif-only) included in the GBIF s Finally, images within ***citizen science occurrences*** are tested for similarity, and the mean pair-wise [BioCLIP](https://huggingface.co/imageomics/bioclip) embedding distance is used to determine whether they fall into one of three categories: (1) those that are overly distinct (this can happen when images of different species are uploaded to the same observation), (2) those that exhibit "expected" variation, and (3) those that are exceedingly similar (this can occur when images from a single camera trap are uploaded to one observation). The images in (1) are removed (bottom 5th percentile), those in (2) are retained, and those in (3) are run through the camera trap processing described above. -We run [MTCNN](https://github.com/timesler/facenet-pytorch) on all images from GBIF and EOL to detect and remove images containing identifiable human faces. BIOSCAN-5M and FathomNet Database do not have images with human faces requiring filtering. +We run [MTCNN](https://github.com/timesler/facenet-pytorch) on all images from GBIF and EOL to detect and remove images containing identifiable human faces. Approximately 10K fish images determined to have human faces were recovered in the 233M image update by cropping the images to just the fish. BIOSCAN-5M and FathomNet Database do not have images with human faces requiring filtering. **2. Eliminating Duplication and Data Leakage** @@ -309,21 +320,20 @@ The code for all of these processing steps, along with further details, is provi ### Annotations We standardized the taxonomic labels provided by the four core data providers to conform to a uniform [7-rank Linnean](https://www.britannica.com/science/taxonomy/The-Linnaean-system) structure. - #### Kingdom Counts +#### Kingdom Counts | Kingdom | Number of Images | | :-------------------------- | :--------: | -|Animalia |102591559| -|Plantae |101881537| -|Fungi |7556801 | -|Chromista |530234 | -|Protozoa |184809 | -|Bacteria |59109 | -|Viruses |8587 | -|Archaea |70 | +|Animalia |114904588| +|Plantae |107063962| +|Fungi |9154557 | +|Chromista |530074 | +|Protozoa |214751 | +|Bacteria |59181 | +|Viruses |8452 | #### Annotation process -Taxonomic labels (kingdom, phylum, etc.) were standardized across the various data sources using the [`TaxonoPy` package](https://github.com/Imageomics/TaxonoPy) that we designed (in consultation with taxonomists) for this purpose. The `TaxonoPy` algorithm works to match each unique taxonomic string to the GBIF Backbone, Catalogue of Life, and OpenTree hierarchies (in that order). See [`TaxonoPy`](https://github.com/Imageomics/TaxonoPy) for more details on this process. +Taxonomic labels (kingdom, phylum, etc.) were standardized across the various data sources using the [`TaxonoPy` package `v0.1.0`](https://github.com/Imageomics/TaxonoPy/releases/tag/v0.1.0) that we designed (in consultation with taxonomists) for this purpose. The `TaxonoPy` algorithm works to match each unique taxonomic string to the GBIF Backbone, Catalogue of Life, and OpenTree hierarchies (in that order). See [`TaxonoPy`](https://github.com/Imageomics/TaxonoPy) for more details on this process. #### Who are the annotators? @@ -345,15 +355,18 @@ For instance, TreeOfLife-200M has a balanced representation between plants and a ![Graph displaying counts for most represented taxonomic classes, emphasizes imbalance](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/resolve/main/visuals/taxa-class-imgs-most.png) -Overall, 89% of images have full taxonomic labels. As discussed above, most of this gap is more indicative of the lack of consensus or available granularity in labeling, rather than missing information. BIOSCAN-5M is a good example of this, as the label granularity is still limited for insects (_Insecta_, one of the most diverse classes in the tree of life). In our resolved taxa for BIOSCAN-5M, 95.97% of images are labeled to the family level but only 30.78% and 6.81% of the images have genus or species indicated, respectively. This is a persistent challenge in species identification and part of the reason that large biological foundation models trained with taxonomic hierachies are useful. We highlight these taxonomic coverage limitations for a better understanding of both the data and our motivation, but do not wish to diminish the impact of our coverage of nearly 868K unique taxa labeled to the level of species; it far surpasses the species diversity of other well-known biological datasets. +Overall, 89.74% of images have full taxonomic labels. As discussed above, most of this gap is more indicative of the lack of consensus or available granularity in labeling, rather than missing information. BIOSCAN-5M is a good example of this, as the label granularity is still limited for insects (_Insecta_, one of the most diverse classes in the tree of life). In our resolved taxa for BIOSCAN-5M, 95.97% of images are labeled to the family level but only 30.74% and 6.81% of the images have genus or species indicated, respectively. This is a persistent challenge in species identification and part of the reason that large biological foundation models trained with taxonomic hierachies are useful. We highlight these taxonomic coverage limitations for a better understanding of both the data and our motivation, but do not wish to diminish the impact of our coverage of nearly 868K unique taxa labeled to the level of species; it far surpasses the species diversity of other well-known biological datasets. + -We note also that our taxonomic resolution ([`TaxonoPy`](https://github.com/Imageomics/TaxonoPy)) resulted in less than 1% unresolved cases, e.g., `Metazoa` instead of `Animalia` or `incertae sedis` for kingdom: +We note also that our taxonomic resolution ([`TaxonoPy`](https://github.com/Imageomics/TaxonoPy)) resulted in less than 1% unresolved cases, e.g., `Metazoa` instead of `Animalia` or `incertae sedis` for kingdom: | Unresolved Kingdom | Number of Images | -| :-------------------------- | :--------: | -|incertae sedis |1060535 | -|Archaeplastida |33923 | -|Metazoa |24858 | -|NULL |5253 | +| :----------------- | :--------------- | +| incertae sedis | 1056775 | +| Archaeplastida | 33891 | +| Metazoa | 24461 | +| ... | | +| NULL | 34 | +| ... | | ### Recommendations @@ -386,26 +399,31 @@ If you use this dataset in your research, please cite both it and our associated **Data** ``` @dataset{treeoflife_200m, - title = {{T}ree{O}f{L}ife-200{M} (Revision a8f38b4)}, + title = {{T}ree{O}f{L}ife-200{M} (Revision )}, author = {Jianyang Gu and Samuel Stevens and Elizabeth G Campolongo and Matthew J Thompson and Net Zhang and Jiaman Wu and Andrei Kopanev and Zheda Mai and Alexander E. White and James Balhoff and Wasila M Dahdul and Daniel Rubenstein and Hilmar Lapp and Tanya Berger-Wolf and Wei-Lun Chao and Yu Su}, - year = {2025}, + year = {2026}, url = {https://huggingface.co/datasets/imageomics/TreeOfLife-200M}, - doi = {10.57967/hf/6786}, + doi = {}, publisher = {Hugging Face} } ``` +Note that this version is updated from [Revision a8f38b4](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/tree/a8f38b4388579862c56ae57d6f094c2ac0e92e12), which was used to train the BioCLIP 2 model, and was presented in the paper. This updated version completes the dataset cleaning process and resolves an issue where Observation.org occurrences were not included in the training data. It was used to train [BioCLIP 2.5 Huge](https://huggingface.co/imageomics/bioclip-2.5-vith14). Approximately 2.9 million images from [Revision a8f38b4](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/tree/a8f38b4388579862c56ae57d6f094c2ac0e92e12) have been filtered out, but an additional 21.8M images were added (some recovered through targeted segmentation, most from inclusion of Observation.org images). +The [BioCLIP 2.5 Huge](https://huggingface.co/imageomics/bioclip-2.5-vith14) text embeddings were also added. + Please also cite our paper: ``` -@article{gu2025bioclip, - title = {{B}io{CLIP} 2: Emergent Properties from Scaling Hierarchical Contrastive Learning}, - author = {Jianyang Gu and Samuel Stevens and Elizabeth G Campolongo and Matthew J Thompson and Net Zhang and Jiaman Wu and Andrei Kopanev and Zheda Mai and Alexander E. White and James Balhoff and Wasila M Dahdul and Daniel Rubenstein and Hilmar Lapp and Tanya Berger-Wolf and Wei-Lun Chao and Yu Su}, - year = {2025}, - eprint={2505.23883}, - archivePrefix={arXiv}, - primaryClass={cs.CV}, - url={https://arxiv.org/abs/2505.23883}, +@inproceedings{NEURIPS2025_94da80cb, + author = {Gu, Jianyang and Stevens, Sam and Campolongo, Elizabeth and Thompson, Matthew and Zhang, Net and Wu, Jiaman and Kopanev, Andrei and Mai, Zheda and White, Alexander and Balhoff, James and Dahdul, Wasila and Rubenstein, Daniel and Lapp, Hilmar and Berger-Wolf, Tanya and Chao, Wei-Lun (Harry) and Su, Yu}, + booktitle = {Advances in Neural Information Processing Systems}, + editor = {D. Belgrave and C. Zhang and H. Lin and R. Pascanu and P. Koniusz and M. Ghassemi and N. Chen}, + pages = {102778--102811}, + publisher = {Curran Associates, Inc.}, + title = {BioCLIP 2: Emergent Properties from Scaling Hierarchical Contrastive Learning}, + url = {https://proceedings.neurips.cc/paper_files/paper/2025/file/94da80cbfe870c1db958c88a8a27018c-Paper-Conference.pdf}, + volume = {38}, + year = {2025} } ``` diff --git a/dataset/catalog.parquet b/dataset/catalog.parquet index 84d4b5746b30fd6c05a890a35cae71a9353d16b0..090c531fa8241727adee621613acd8fbf5b15999 100644 --- a/dataset/catalog.parquet +++ b/dataset/catalog.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39abfb7db1fc4bcb09f08618e205586f7e3fee6ca9f3589008e964d594523cd2 -size 13876288366 +oid sha256:078594edabc54353a6b1abe486976964c482cfb6ab7643bf3275ad1b8edaf3ee +size 16763039700 diff --git a/dataset/metadata/provenance.parquet b/dataset/metadata/provenance.parquet index c8668a5bb60bcf7def5b9ba40bd78e1d78f38199..6db62730b54c9460c1e3c2f4980e9cdbd94c23c2 100644 --- a/dataset/metadata/provenance.parquet +++ b/dataset/metadata/provenance.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f02e338e51d8470ee78bbc4708afcbf4b43ba086524066d8bc20f3d8d04ebbea -size 9401290948 +oid sha256:7a4b02601f7352be68024d3b8012534949561430760875ff66b17efd0f3eb3a5 +size 10286368327 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 4c2c02df31d509ab641d58edc4eb5ff7aa5e733a..0f7e3a66c4f68565d5d171a29b868d6ceccce708 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c1997bbd9a479481ec015bd42f48c19fd65a0060b132c0f6b7368e9cf7ae5c0 -size 28662175 +oid sha256:097bc671319be235923b4b6e9d850072965a3a156ec55bf8c26988ef405d9737 +size 17825568 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index a0293b7303f925be6e1e5b9d030847f78322c0a2..c8952dae1c8bb7945d5fcd471ac68acd1c9df7e8 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e2ddb46014c4dd03a7de6ae019861289797b4e8dc689f78f197be6f5088c203 -size 28653265 +oid sha256:a291e529452d7e3a2e1aadcf6808ef710004cd15aa3fcb65fea6c6357c8c33f3 +size 17753121 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index ee7d5e65a2064938c0f970a821f055d159301b26..a82b41fbb9ad80a1865575bffb7c56a074489b00 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e840aade4bbec483af987a8fa05fe8e269c515144c42a488b76e59ffe803732 -size 28639122 +oid sha256:138e7fe99b672d4af93d3a8ef6af50e6858d91414c69fa348434918d5e0f28a2 +size 17748173 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 7669f428087c551d008c75f7986e0ada8b19dbc1..dcb0ed60d0320df084ffc223c7cac263d2f6a3a5 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d06754a2fea67ea141490f53e99681cf6d890c0c05f295633872d219e3ea805 -size 28614851 +oid sha256:ee029bad67d22608b6f098f4c429295e8b7a045f8ccc4cead20712d21bb221a2 +size 17776100 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index a1808575937161fed1607d3ba5a5df9a4b131a1d..b5383da0d438616b1564e93603178c94b224be03 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:154bdc9b5fc8da9d6b4ceaa630aa42283ae3d3635fbe6501867e28446a3536ca -size 28587056 +oid sha256:2c8af302c654dda40af2f62dadba629398731afb6b9659d101c8ab1ca653df2e +size 17722318 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index a0ddc59302cd84994afbfc6f996b91006b9fa412..333b4b5d93326ca6face0f38f1a699fc87aeca4a 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9b5c5bf90c29067b1a709b14e154d1b35c49cbcb7dd432cd80223f10a356eb5 -size 28598941 +oid sha256:bfb550fe0176b28f4a6247203eeca57442b97d57c65e0efdbd041007f04e0063 +size 17704783 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 590a19eaac823f0d7929d5001a558cceecb732ca..a41390270c778671c9cbf6eb970510e13f3fb72e 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2135ee6c7131e749008ecd4c5957ac5275c4f4fa2238e6feaa3bd883ec7f2df -size 28648567 +oid sha256:48a06147cc406772f66f79a9032d29660a32eb1de8b82bb685c8feb8f85f37d6 +size 17783445 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 8a3b78819aeb7c6df711210050f8518d5b8ceb40..aaae06885f0ef76e7938b07d905a054bd9b3b2c8 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc39d1b10f9f52330bb31322ac8bddbf5198b0591c0d37680b8236215549c8f1 -size 28633133 +oid sha256:a9691776d5b7dea2f8d3e94bcccfaa84c9187031101ad188124e9c5ef8d15094 +size 17788764 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 982bfc17c5fe71954f79713903032d0929b45cc5..e18facac3cd6ff1f1dd8defba30a4f8f894d9050 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80c843009f6510d48f8f1ff783c477665c336c54bfe6bc49e8a6377f74ff0edb -size 28624117 +oid sha256:ce2e3cf73e2f6dbd64a091894f3d842ca6459400d7ba7762b6c382d62908527a +size 17742782 diff --git a/dataset/metadata/resolved_taxa/source=bioscan/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=bioscan/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index feab93b5b0bf6783a3a12f48578fa25a2b8f5b1b..ffd75b44d50a01bdf2dc90d078e2df9f00281f84 100644 --- a/dataset/metadata/resolved_taxa/source=bioscan/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=bioscan/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42faffb678ee1e3015b2e37a3ae6f53cf88dcf62fb0742e53ce9f5de15ac2cdd -size 28622180 +oid sha256:a51eef74fe07a8d4bbbcb818c85863e2ebb2ff473f7d30484f49f92d4bd256b5 +size 17786070 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00000-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00000-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index deae57ed7dfe98fb6490d178cd4212075db1df62..9bb96a8564cc67efc2feadfc0ad03a6053210cc3 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00000-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00000-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76f7c63cf3030cfe37e5111222fb980e7ec9a8e8ce95e2ec6712ac0155c949f2 -size 34014372 +oid sha256:4da403f99657cff0c0fea82ccd3e80c6f62e85fc02e644b5941c2e60350ba1f3 +size 45831971 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00001-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00001-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index d816c5b01d5e749921b18ac74d1be4a4ea873a88..54179a6f319529ffb605fb166549a9bd8b109432 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00001-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00001-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a23f7d8cb01c2734ee20828b54a6226cd3061dae5fe8f0e771ed0e7292006fdd -size 34009533 +oid sha256:63abe019dc2a7cfb16f2520bba8819df46b973bd0d397651bde9ea7d3305fe4c +size 45827533 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00002-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00002-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index a43c84d9002dec826bd0b32a000717a15714f716..3a8ce51efa3f88f9b41b34f7ed77eb9658819911 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00002-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00002-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e456e9be92b5319508cb2ff0878099d5de756f915fab890fdedf430b832d5a0 -size 34419687 +oid sha256:d1ce76d93c78cbd7c849db240400fc9f39da09bc4d47f3a06b8555d5c0fe4ef0 +size 45886986 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00003-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00003-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index a9b0b33d38f5facc9dc84937cf99df1e734557e4..d7d04de7b73cf6ef0dca4f8567a4913c3fa9747a 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00003-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00003-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95e062b99033bd6bb1fe07f76735ab53febd5eb3baa592458bb24af1efe52e24 -size 34166162 +oid sha256:c392a13830bf6a165725f06e2b234a4587de98c9e405353f921dab49a6a8f9cd +size 45763829 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00004-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00004-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index 0ab87949528e70c91be5f5f506fb98e3fc47f22d..9fdba9614c4628be6e43c4f6443de80b669b6b29 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00004-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00004-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a32ac69c1d249923d5bf6578058d6530b2803921b502fb2d74203827f99f0c2 -size 33942000 +oid sha256:4e2ce8c11ffe3eacaca6aa72ba5e397a4bb4151f1f0c1956874994fa5ad88232 +size 45784865 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00005-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00005-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index 6cb5f81dc1408079d9fc7eefa45e795f4d742ed9..15750869527ee1a00ef309f507ec15815887dd75 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00005-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00005-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5384b122ef6a54263fc5c5cefc8cef671ba17719ce2aa96384546c929a49d76d -size 34372619 +oid sha256:82cb03b3a58099214bc29b7a31d1b21e792cfdd56c9351a2acfe1864b085f404 +size 45779818 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00006-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00006-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index 181df16dec34a064437a0dfb6fc783f293acd2be..84ea4f9e9f9d3df09ade1a00b6f63164dcd59c29 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00006-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00006-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a23223a822d394316f396c6bb2cb532783278602c686cea00e88f7265990be98 -size 34025154 +oid sha256:5c44ed7ac54892d0b383ab8f355a64d792b650b1c8df3cf99095e599ad772ef4 +size 45806323 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00007-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00007-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index 375d1f1b97a692767605e1b21c0dd05a58c22a9c..e45987d1f429ad58222d5319cb8992f41e99e4b7 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00007-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00007-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:263c1198a0a058779143620df5c5e6d9d1846b2c9ad5afe2e69022d894d2078c -size 33962622 +oid sha256:832888d69e7a9cfb03b6401427807d479d975f706dc7de03585cfe885588b4f1 +size 45769519 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00008-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00008-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index f6a55d5d001ebeedd31b33dd245d816fa4831415..4b6895a871d737338b3b9658ffa84c6e9dc06ece 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00008-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00008-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3b7b7a9afe27b6fb446fc16061043f6862573947fcbc866b2d8a7910cfee811 -size 34320143 +oid sha256:05fec4602ba79f651ca136870d83777a60bbdb39914e3d920757bd48932d0c02 +size 45809510 diff --git a/dataset/metadata/resolved_taxa/source=eol/part-00009-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=eol/part-00009-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet index db3700f1d7b7c47e71a0bca7d62fce4ca8510212..14c22c2f3c1c7f432258387e41eba15b64350699 100644 --- a/dataset/metadata/resolved_taxa/source=eol/part-00009-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=eol/part-00009-34c55989-4190-4247-86af-fac6c8b665bb-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df3859a45d43f599c0c188bd9b76bb3d85b1829c6dd53c97593fd0e32f5225d4 -size 34159030 +oid sha256:4acaff53501910f4fdd9fa5be44aa1be8b09a2fdc3838d7cebe7a0028ca5c66e +size 45683376 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 8fb39e2a606dcf8b9737be3fe76f7e467fe92974..58482818ca0c4aafe20ef601047de6bba80852cc 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00000-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14bc8a440b41ca2d3c9fbc405ecf2d733d7bb2118d8e8e6d3c7c96584d2968c2 -size 234423 +oid sha256:80cdf207f6349ec6c7684452ef74aafd5660a388554b8305c4076064c382c0a6 +size 235035 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 03d625385230960a9012b68118a64bf62968da80..192d576646f2f62fe0a4e7c8a73ea43bd6aa537a 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00001-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31b0293e835900f76a7aa9e5ec6979fb053c4f5a044fa54e55b372ce34ef03a0 -size 232967 +oid sha256:2aa0aaeeebdf96cd09745dfaa1e6ee7bd6238ad102b2cba3f80b97a7ff15347f +size 233753 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 4f9ba4aca3b1f46b96dfd134d998a633c2c5beff..cfff762ac761b6b30ed1eb184f7681ef99fb4c04 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00002-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c595f08e76c1abb07146370ad8c9e1ad5fb1437c2c1a48c276df5fadbc6f4815 -size 233540 +oid sha256:6005240b5716fb57b66f839d079bda607a1af4ceeefcf4a5569794d37bc59a4c +size 234561 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 9c514c3cfeb01aa01e65de2b2b0029008d080936..eb99bbac83b0aa96ba95a469beff0b93e4f42caa 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00003-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c20d99944d6f0e362111411e1ff7f71bac6486358a9337e7478b647049c56653 -size 233889 +oid sha256:531f78ee7daf5317801217bdcdea67220472dcfd614596c6bb31f50b06b20f2c +size 235072 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 288b6f5bd6db74fbb0d806fee5a944c5d03c2b8e..d2203b55b20ab5241bca1502e6747d96f3b8d0b8 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00004-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c401d9515d0c30c373a8c79e7fe9ab32e2850ddea5f65af178aef4cc519c65f1 -size 234224 +oid sha256:6d486fff70aa3395df4fa876078856cdb658f6e797fecaf9122dfbdebd42e914 +size 235699 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 5c084ab36a2850976f11cd9341fe610906d311ec..e0686aca7cba4b96e9bd157fdb6920471299632d 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00005-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2023cb73971992dfecd541606703b3fcf59322ee089043545ee72cbd5bd574f -size 233041 +oid sha256:2ddf7163b5e6ac24d510705f7ab4b78bbcf3d7036693db77726176fd9ff2136e +size 234151 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 56ae6ebf4f0edc5861c565ddd4fe0a57d32998fe..89de4751d1588b94f4c278db630f3c22a20216c1 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00006-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8f6a6efa47b1939e8d26dcef6b2753104673e911efd9842b950b4c694024762 -size 233435 +oid sha256:934dcb71b2bd5334ef6911b001ad8065d6c3c8e74fb29e33bb783cbfb2233bf6 +size 233914 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 206ecab9369b77da209f4ee1352c7897c25b4ffa..f1dfc6463f671f6cb1fae668f7efc78cf850db56 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00007-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:981845108c230c683e5574aeafae15b5ba240066057b03b16fb92094dc423d1f -size 233577 +oid sha256:2212f03ddb4667bfa5efa483268e35cc4aa103fdaca930ddb6a64a6ae6d6c9a6 +size 233995 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 58364f8608fcb2a4bfce9f244a8f8a4495bede87..026d715337bd10dae18ed645f5663cddbf507f85 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00008-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce55bf6f9bdeaa1e68f22380f27c88298b507b5753cbc6e0baa2a0b951d85369 -size 232791 +oid sha256:5398c144ea9383894d6bd02f2c06ebeb7e2bceeae8628c6cb23c2d59b9424b66 +size 234403 diff --git a/dataset/metadata/resolved_taxa/source=fathomnet/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=fathomnet/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet index 9aba98eccb3532b8476b285fffd0a275ec500d82..496dbc77475401cb68b7b07aef076960a312fb16 100644 --- a/dataset/metadata/resolved_taxa/source=fathomnet/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=fathomnet/part-00009-36b38898-4c8d-449f-b276-1f57f3124b7e.c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86c93045edbb7faa3bad8ef5c320f604f5740e23c27829733d0b9660cb1298c2 -size 233380 +oid sha256:229f02f9c9834bb101bcafdd789818e7778e9c29d10edde7b2fe7873f08553f8 +size 234645 diff --git a/dataset/metadata/resolved_taxa/source=gbif/observation_org_source_taxa.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/observation_org_source_taxa.resolved.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bda574f7ffaaf5b84dd07ad5a1229f0bea6a72ef --- /dev/null +++ b/dataset/metadata/resolved_taxa/source=gbif/observation_org_source_taxa.resolved.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1113bb6e0f377ec22f4398825e47a001d791834b8e0bef1728c7662102754ca1 +size 870757908 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00000-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00000-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 01944110e07aedfb39d0f8fb1536d56043ef5a6b..73b81d35203a571a370ebe0a104ac556702e31b2 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00000-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00000-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43c63c99b1c5abc7bd669c927ba2ca326a2d1a9061b485206f0567d8d83f5027 -size 644069548 +oid sha256:93672006c0d04d4b8fb6fa9f39b9424135b5ba56d835ec7a189ace9be7b2a86b +size 603255055 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00001-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00001-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index e2cb7cda19742ba108c4a276ea7607684757a5f8..ded1906ea23a75986fcf75cfe1f039939b13f6fa 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00001-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00001-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bece61e027f2f3e07bcdff7aa7068f2419b18e6e9aed11e9f8d9f2b41758177 -size 643232953 +oid sha256:8b915a7403d0eb6caf0d39b416e5d85c8709b260e4a7f3c7c3090c12754be34c +size 603023561 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00002-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00002-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index dd36c6a3995d1a4d4cbb49011194593170d8530e..1ddb6053686ffc93f87e3669fe7e706f9c96cd87 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00002-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00002-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a307c70483444dc6f5bbecc13885ab34cf7f45258af8716abd093c9494e0fec6 -size 642692403 +oid sha256:efda740401f8aa31dfb41dc73b1d3f1aec7e1e2777bdfcbcd68a993e3df2fd86 +size 602553946 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00003-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00003-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 16be8a5e49697b055bd4832a329e9eef29839aa9..58cc5a160d046d230a5865a693691a5d317197d8 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00003-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00003-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cae6a37d027d8b31e8eb4984836efbcd413111cc1dfa1bcda5d10292f0727312 -size 643431330 +oid sha256:20ce7b686c5e12f66e6593cc90f2ed3067d49ad08ffedc4265d0ca4c3dfc1b9f +size 603164695 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00004-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00004-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index a4471d4d806b5eb3af22ebf16bc0f40433241f7a..382962623401a01c41b17ef2e8c8abfc899c7555 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00004-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00004-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e93c5d34d2ffc268f3214fef4349a8d3190fa9b9c68cc968bf1638a159b94b82 -size 642876222 +oid sha256:f7b9d95e0253fb898515d2cfccde6830cf48b201c687006f6bba378ce379f650 +size 602735223 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00005-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00005-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 615504ac8bc9d6c0855b6503592cd80af3a0fcf3..326e8590d013c91ea0a93bac9aa31e781cc720d6 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00005-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00005-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:758889a2ecb95979f1838a5ee20b7576e4f59dbb676a19b51381c44ade47adba -size 642891001 +oid sha256:1d21042de82ee1c8f8f9fc9cfcfe2e6561007d1205a7e59a8e315f6b2789ccd0 +size 602634991 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00006-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00006-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 181b82b44373d6ca5c8863297beb99d671441898..b9512e033ca64459809198c16970b48ac19b40ed 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00006-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00006-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f09202c01dd14d96906e2e056493c089a91ed9b713e5d64d95175e95a661d3f4 -size 643841622 +oid sha256:dd927785993e38a6f93898d1491da277380f496c56bf9fd3a5b4d06315f5521e +size 602619110 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00007-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00007-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 2ac3d8aea6a7c3dac9af339f0bb5ca64d623e219..d4e1395d58dee8c1d45956f78f93e188a9965ab3 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00007-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00007-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa8d4cb2fac109d7e3d9479721c0a16d0895e02866fd1f6fae1e74769732595a -size 644229662 +oid sha256:82de75f66badd9aae84b5002df77edbacb02a56d87e582da5aed93807a77c350 +size 603161009 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00008-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00008-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 5d38f7053b6d5de7debc10de6f2c82e961fb4c4a..502f20730bed75027e7f11941365952f4b364846 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00008-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00008-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f66e653537561c2386c5682a6b8e1bc29ed3ac872566c9dc9fdcb83de5cca5ce -size 643434194 +oid sha256:b8e829b506a00da90267b4e8907050f84bca7d0375d8384a38f29edf41351e98 +size 603183041 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00009-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00009-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index dfa2fd2c7eb70b5240acb982e89e428690c5c6b1..0384e69316bd9d9e01d19602d247fb04024f3aec 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00009-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00009-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e9bc1bfee4cbf83f0deca36d0422961b2358126f6322318d8fdd49005f7c2a7 -size 643339658 +oid sha256:2807369c7e1f047df39ea6a0e29a4d7ce575d2e504abe48f01c9056250a0f99f +size 603069627 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00010-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00010-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 409eab0960e26a41b355d82405e75ffe72b9191a..93cacac22a0c9189593c0ab971834a41829bcdf8 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00010-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00010-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40d3a1c9b36e4af1b5310b2a4b0291473c8b877e8c992ffb77626c1894514692 -size 644151408 +oid sha256:723c37e89593983722c5870048b85a964feb507c8ff3374449de5f5859167d4c +size 603047236 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00011-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00011-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index a521ae3c19e6d7f542351e1c0a35c96c581319aa..02017c58b524c8be9a888c85ca1a7888e8d25930 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00011-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00011-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:faee37fc6ac8ea6a462c289e3707652b127b05fc59ff547fc9003de17b6ab944 -size 643131619 +oid sha256:db06505abd5d8d58049ad82bcbf1179c3d12d7f61fadfb067723dcea19075cfe +size 602904358 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00012-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00012-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 0d8955bc1cab118aa210fdc963f3ad970ccf6508..9123c9c4c90b1bf6935adc67f31985ada31b3b21 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00012-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00012-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:841f7d164b12038ed91dd3caf0892112eb247a611eb77842e5ce645c60f8a98c -size 643545387 +oid sha256:9cbc0c576a4dd66da0e12a89ef677d9487046df3cbd0760dec69cb47e8694332 +size 602558149 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00013-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00013-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 08f86c2791834b2766015d7af5bccb5b8fdc0da0..a1d37fb13c9d582c9e3e147fa3b8d0889a30a3b9 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00013-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00013-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c9912b1732354ba047f9eefdf420a6d355ba8598f115649cfaaba69ffcdd87f -size 643601946 +oid sha256:da6ad234948b1df3282c831cdd7aeff58bd1dfac3a4d8d1225790cb465830242 +size 602729307 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00014-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00014-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index f6848693b6110ceabb8665546477af86785cc9d0..201f539d706e3f59ccfae2997efc0ca680649c6c 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00014-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00014-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d07caa1b8a6120e42776ba5dcd5fa72193ba8eb4e3f5fb99b4c4614b8dbd4ae -size 643582178 +oid sha256:15425367a0ffd262231f53ca80a02df8e20e680f76030a3ab48254b6311e9738 +size 602707832 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00015-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00015-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 179388e589fa5552cb2f63303ca22b9c79a26922..078ab5480b35b15aa52991c2c592cfed0fbfd898 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00015-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00015-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:142f38844f9cc0ae3b39399e3344933085307d5f11c792dbe2ee4103f6ecc1ee -size 643497690 +oid sha256:9f707944f8190f0b096420e5c2db365a34a54f07be264b7519a844ebbc6690c1 +size 602391610 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00016-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00016-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index 71af6a41de0c245da1f5c457cccb1fb3a3db5e6a..3f12915ede995a124aa69641ca3675ad03ecd801 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00016-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00016-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:784d3ee5b6c20ce1bee901796378cbc32f1152d41ab802632599d056933c0bcf -size 644117867 +oid sha256:f64593115377e3c830e3b48b19409e5aabb539b27713b60bc6b1c1f84357a8fa +size 603227519 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00017-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00017-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index a5a9ddcc5cfb34f743a6f531c4117dea74177615..f7da4e160e2b638edf704862fed054eb84d08454 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00017-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00017-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79c0e936e282319f759c3d5c1874ecdfe0015da7c97cd49d4830a8c3a4e013e5 -size 641370404 +oid sha256:697415ac938e5b04de454388abf9d7add58fb031a0b7e856a39540195ff75104 +size 600854514 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00018-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00018-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index ab62076a35c913bddbf937e54021780e0bab6422..c9882b81f76a222b8db8203a370755d5ae4b5477 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00018-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00018-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:407d3dbeb9ced5d2267aed809683220a32c2f550b0240bd98a45137f93dc36b7 -size 642963677 +oid sha256:0c4108e1c83c87a905c032c20ecc35ab21598514af357a5578d46bc5dffb1474 +size 602799993 diff --git a/dataset/metadata/resolved_taxa/source=gbif/part-00019-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet b/dataset/metadata/resolved_taxa/source=gbif/part-00019-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet index a9c68a5583b7b6e1923bc2709777f7873eca4cb0..a439b1c749d09f2530872eb8fd14fce8ac5bd814 100644 --- a/dataset/metadata/resolved_taxa/source=gbif/part-00019-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet +++ b/dataset/metadata/resolved_taxa/source=gbif/part-00019-3990aff1-4728-49f9-bd76-087ff566f4fc-c000.snappy.resolved.parquet @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2487b9c87a1ec1860f285f2dcf2059d4df9122d2cf029b953236d3e6f4c82fb4 -size 643869649 +oid sha256:e3097d108907b959f7e82ec303e35d76cc82b4c91d6e8a3278389eb3e694b296 +size 602485357 diff --git a/embeddings/README.md b/embeddings/README.md index 2b0c642faa3a7fa2a552e353a5ac715ef73db0e0..95978200e856a76cfda7a12b80b4fbc548e4f241 100644 --- a/embeddings/README.md +++ b/embeddings/README.md @@ -1,10 +1,10 @@ # Text Embeddings -[BioCLIP 2 text embeddings of TreeOfLife-200M](txt_emb_species.npy) were generated with [`make_txt_embedding.py`](https://github.com/Imageomics/TreeOfLife-toolbox/blob/main/processing/scripts/make_txt_embedding.py), using the [`txt_emb_species.json`](txt_emb_species.json) to provide the 7-rank Linnean taxonomic names. +[BioCLIP 2 text embeddings of TreeOfLife-200M](txt_emb_species.npy) were generated with [`make_txt_embedding.py`](https://github.com/Imageomics/TreeOfLife-toolbox/blob/main/processing/scripts/make_txt_embedding.py), using the [`txt_emb_species.json`](txt_emb_species.json) to provide the 7-rank Linnean taxonomic names. These text embeddings match to the BioCLIP 2 training dataset, specified by the [catalog parquet from Revision a8f38b4](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/blob/a8f38b4388579862c56ae57d6f094c2ac0e92e12/dataset/catalog.parquet). ## Taxonomic JSON Construction -The `JSON` was created from the [TreeOfLife-200M catalog](../catalog.parquet) and [`VernacularName.tsv` component of the GBIF Backbone Taxonomy](https://doi.org/10.15468/39omei) using [`make_txt_embedding_json.py`](https://github.com/Imageomics/TreeOfLife-toolbox/blob/main/processing/scripts/make_txt_embedding_json.py) through the following process: +The `JSON` was created from the [TreeOfLife-200M catalog](../catalog.parquet) (if reproducing the process, be sure to use the correct revision for the intended model) and [`VernacularName.tsv` component of the GBIF Backbone Taxonomy](https://doi.org/10.15468/39omei) using [`make_txt_embedding_json.py`](https://github.com/Imageomics/TreeOfLife-toolbox/blob/main/processing/scripts/make_txt_embedding_json.py) through the following process: * **Null Value Filtering:** Remove records where `kingdom` or `species` are `null`. * **Deduplication:** Rows are deduplicated based on the combination of `kingdom`, `phylum`, `class`, `order`, `family`, `genus`, and `species`. This ensures that each unique taxonomic combination appears exactly once. * **Common Name Handling:** Currently, the catalog metadata often contains multiple common names for a single unique taxonomic combination. During processing, **the first English common name encountered** for a given unique taxonomic combination is retained. If English is not available, the first option of any language is used. We plan future improvements to establish a definitive 1-to-1 mapping or a more comprehensive common name strategy. diff --git a/visuals/taxa-class-imgs-most.png b/visuals/taxa-class-imgs-most.png index 51b18310a0652c365f1eb85e2ffbef63e3c73f45..27bbcb7af4dac8b6032a3e2d30198fd4a308abc3 100644 --- a/visuals/taxa-class-imgs-most.png +++ b/visuals/taxa-class-imgs-most.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a72a8bb92c0c2c4dc397ee44b89220bbd1e2c02a64be77228eab67f027978fa -size 239479 +oid sha256:b2c15de172067d3a503fe888bb0b09aa5356bbef60ffd12f5545f95ed9d47414 +size 140103