update labels (species just species epithet) (#8)
Browse files- update labels (species just species epithet) (7a516055bb65bee4f753bfaf6fb3c8c6a8707d5c)
- Fix taxonomic data in catalog and embeddings; add image URLs (a98ee3426c62535d227af8bd8b8c374686965dbf)
- Apply UTF-8 encoding (fecee2056014861942542abb1744a31047f1c572)
- Update column descriptions to match revised catalog (a849013fd04d1ceb524ab568257bb39b4fd36e86)
Co-authored-by: Matthew Thompson <[email protected]>
- README.md +6 -5
- dataset/catalog.parquet +2 -2
- embeddings/txt_emb_species.json +2 -2
README.md
CHANGED
@@ -126,21 +126,22 @@ Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://w
|
|
126 |
|
127 |
**catalog.parquet**
|
128 |
- `uuid`: unique identifier for the image in this dataset, created at time of download.
|
|
|
129 |
- `kingdom`: kingdom to which the subject of the image belongs (`Animalia`, `Plantae`, `Fungi`, `Chromista`, `Protozoa`, `Bacteria`, `Viruses`, `Archaea`, and less than 1% unresolved cases, e.g., `Metazoa` and `incertae sedis`).
|
130 |
- `phylum`: phylum to which the subject of the image belongs.
|
131 |
- `class`: class to which the subject of the image belongs.
|
132 |
- `order`: order to which the subject of the image belongs.
|
133 |
- `family`: family to which the subject of the image belongs.
|
134 |
- `genus`: genus to which the subject of the image belongs.
|
135 |
-
- `species`: species to which the subject of the image belongs.
|
136 |
- `scientific_name`: `<Genus> <species>` of the subject of the image, or most specific taxonomic rank available.
|
137 |
-
- `common`: vernacular name associated with the subject of the image where available.
|
138 |
-
- `source_id`: unique identifier for the image used by the source.
|
139 |
-
- **Note:** for GBIF, this is `gbifID` which is unique to the _occurrence_ containing the image. For EOL, this is `<EOL Content ID>_<EOL Page ID>`, the first of which is not a persistent identifier.
|
140 |
- `data_source`: source from which the record was obtained (`gbif`, `eol`, `bioscan`, or `fathomnet`).
|
141 |
- `publisher`: the organization or entity that published the data (exclusive to GBIF records).
|
142 |
- `basisOfRecord`: basis of the record (e.g., `PRESERVED_SPECIMEN`, `HUMAN_OBSERVATION`, `MACHINE_OBSERVATION`; exclusive to GBIF records).
|
143 |
-
- `img_type`: the type of the associated image or its subject (e.g., `Museum Specimen: Fungi`, `Citizen Science`, `Camera-trap`), as defined by our processing (exclusive to GBIF records; EOL, BIOSCAN, and FathomNet images are all classified as `Unidentified).
|
|
|
|
|
144 |
- `shard_filename`: name of shard containing the image.
|
145 |
- `shard_file_path`: filepath of the shard containing the image.
|
146 |
- ex: `200M_v1.1/224x224/shards/shard-00123.tar`
|
|
|
126 |
|
127 |
**catalog.parquet**
|
128 |
- `uuid`: unique identifier for the image in this dataset, created at time of download.
|
129 |
+
- `source_url`: URL from which the image was downloaded, used to preview image in viewer.
|
130 |
- `kingdom`: kingdom to which the subject of the image belongs (`Animalia`, `Plantae`, `Fungi`, `Chromista`, `Protozoa`, `Bacteria`, `Viruses`, `Archaea`, and less than 1% unresolved cases, e.g., `Metazoa` and `incertae sedis`).
|
131 |
- `phylum`: phylum to which the subject of the image belongs.
|
132 |
- `class`: class to which the subject of the image belongs.
|
133 |
- `order`: order to which the subject of the image belongs.
|
134 |
- `family`: family to which the subject of the image belongs.
|
135 |
- `genus`: genus to which the subject of the image belongs.
|
136 |
+
- `species`: species to which the subject of the image belongs; note that this is the specific epithet.
|
137 |
- `scientific_name`: `<Genus> <species>` of the subject of the image, or most specific taxonomic rank available.
|
138 |
+
- `common`: vernacular name associated with the subject of the image where available. Common name is sourced from GBIF vernacular names provided in the [GBIF Backbone Taxonomy](https://doi.org/10.15468/39omei).
|
|
|
|
|
139 |
- `data_source`: source from which the record was obtained (`gbif`, `eol`, `bioscan`, or `fathomnet`).
|
140 |
- `publisher`: the organization or entity that published the data (exclusive to GBIF records).
|
141 |
- `basisOfRecord`: basis of the record (e.g., `PRESERVED_SPECIMEN`, `HUMAN_OBSERVATION`, `MACHINE_OBSERVATION`; exclusive to GBIF records).
|
142 |
+
- `img_type`: the type of the associated image or its subject (e.g., `Museum Specimen: Fungi`, `Citizen Science`, `Camera-trap`), as defined by our processing (exclusive to GBIF records; EOL, BIOSCAN, and FathomNet images are all classified as `Unidentified).
|
143 |
+
- `source_id`: unique identifier for the image used by the source.
|
144 |
+
- **Note:** for GBIF, this is `gbifID` which is unique to the _occurrence_ containing the image. For EOL, this is `<EOL Content ID>_<EOL Page ID>`, the first of which is not a persistent identifier.
|
145 |
- `shard_filename`: name of shard containing the image.
|
146 |
- `shard_file_path`: filepath of the shard containing the image.
|
147 |
- ex: `200M_v1.1/224x224/shards/shard-00123.tar`
|
dataset/catalog.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39abfb7db1fc4bcb09f08618e205586f7e3fee6ca9f3589008e964d594523cd2
|
3 |
+
size 13876288366
|
embeddings/txt_emb_species.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0888c4a19c84d83b4b87a9ea26ce02cacce7341062d24b2c2060867dcde8f999
|
3 |
+
size 172416395
|