Update column descriptions to match revised catalog
Browse files
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`
|