egrace479 commited on
Commit
6f981c0
1 Parent(s): 65a523e

Update column descriptions and add note pointing to repo for more info on CSVs

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -129,24 +129,27 @@ Segmentation was completed by adapting the elytra length and width annotations t
129
  - `genus`: Genus of the individual (generated by taking the first word in the `scientificName`). There are 36 unique genera labeled.
130
  - `species`: Species of the individual (generated from the word(s) following the `genus` in the `scientificName`). There are 78 unique species labeled.
131
  - `combinedID`: Generated from `PictureID` (minus the `.jpg`) plus `_<individual>`. This gives only 11,104 IDs, as it suffers from the issue of `individual` based on Zooniverse's export. Individuals should be measured by half the number of rows with `user_name == "IsaFluck"`.
132
- - `measureID`: Unique identifier for the beetle measurements, generated using the `uuid` package. There are 39,064 unique measurements (2 per beetle, with overlap on 234 images annotated by all three annotators and 1 annotated by just two).
133
  - `file_name`: Relative path to image from the root of the directory (`<group_images>/<pictureID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
134
 
135
  **NOTE:**
136
  - The `NEON_sampleID` RMNP_014.20180709.CALADV.01 is repeated because there were too many individuals in the sample to organize them all in one picture. Thus, the individuals from this sample are split between two pictures: `A00000051555_1` and `A00000051555_2`.
137
  - The `NEON_sampleID` MOAB_001.S.20180724 was provided without scientific name identification.
 
138
 
139
  **TODO:* Make individual metadata CSV file:
140
 
141
  **individual_metadata.csv**:
142
  - `individualID`: ID of beetle in the individual image (`<measureID_length>_<measureID_width>`). This is a unique identifier for this CSV.
143
- - `pictureID`: Name of the group image (`<sample-barcode>.jpg`, though sometimes it's `<NEON_sampleID_>`.jpg). Unique identifier for the 577 _group_ images, not for dataset. (Matches `pictureID` in `BeetleMeasurements.csv`.)
144
- - `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 85 different species among 36 genera.
145
  - `elytraLength`: Length of the elytra in centimeters. Indicated by the green line in the image below.
146
  - `elytraWidth`: Width of the elytra in centimeters. Indicated by the purple line in the image below.
147
  - `measureID_length`: `measureID` from `BeetleMeasurements.csv` for the `elytraLength` of this individual. Can be used to fetch measure-specific information from `BeetleMeasurements.csv`.
148
  - `measureID_width`: `measureID` from `BeetleMeasurements.csv` for the `elytraWidth` of this individual. Can be used to fetch measure-specific information from `BeetleMeasurements.csv`.
149
- - `file_name`: Relative path to image from the root of the directory (`<individual_images>/<individualID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
 
 
 
150
 
151
 
152
  |![Figure 1](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/beetles.png)|
 
129
  - `genus`: Genus of the individual (generated by taking the first word in the `scientificName`). There are 36 unique genera labeled.
130
  - `species`: Species of the individual (generated from the word(s) following the `genus` in the `scientificName`). There are 78 unique species labeled.
131
  - `combinedID`: Generated from `PictureID` (minus the `.jpg`) plus `_<individual>`. This gives only 11,104 IDs, as it suffers from the issue of `individual` based on Zooniverse's export. Individuals should be measured by half the number of rows with `user_name == "IsaFluck"`.
132
+ - `measureID`: Unique identifier for the beetle measurements (and this CSV), generated using the `uuid` package. There are 39,064 unique measurements (2 per beetle, with overlap on 234 images annotated by all three annotators and 1 annotated by just two).
133
  - `file_name`: Relative path to image from the root of the directory (`<group_images>/<pictureID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
134
 
135
  **NOTE:**
136
  - The `NEON_sampleID` RMNP_014.20180709.CALADV.01 is repeated because there were too many individuals in the sample to organize them all in one picture. Thus, the individuals from this sample are split between two pictures: `A00000051555_1` and `A00000051555_2`.
137
  - The `NEON_sampleID` MOAB_001.S.20180724 was provided without scientific name identification.
138
+ - See notebooks in the [Beetle Processing Repository](https://github.com/Imageomics/2018-NEON-beetles-processing) for more information and analyses of these values, addition and renaming of the above columns from the [original measurement CSV](https://huggingface.co/datasets/imageomics/2018-NEON-beetles/blob/bbefad05d50ed55da82e99bd330afe12a5fd1d97/BeetleMeasurements.csv), and the creation of the individual metadata CSV.
139
 
140
  **TODO:* Make individual metadata CSV file:
141
 
142
  **individual_metadata.csv**:
143
  - `individualID`: ID of beetle in the individual image (`<measureID_length>_<measureID_width>`). This is a unique identifier for this CSV.
144
+ - `combinedID`: Generated from `PictureID` (minus the `.jpg`) plus `_<individual>`. (Matches `combinedID` in `BeetleMeasurements.csv`.)
 
145
  - `elytraLength`: Length of the elytra in centimeters. Indicated by the green line in the image below.
146
  - `elytraWidth`: Width of the elytra in centimeters. Indicated by the purple line in the image below.
147
  - `measureID_length`: `measureID` from `BeetleMeasurements.csv` for the `elytraLength` of this individual. Can be used to fetch measure-specific information from `BeetleMeasurements.csv`.
148
  - `measureID_width`: `measureID` from `BeetleMeasurements.csv` for the `elytraWidth` of this individual. Can be used to fetch measure-specific information from `BeetleMeasurements.csv`.
149
+ - `genus`: Genus of the individual (generated by taking the first word in the `scientificName` from `BeetleMeasurements.csv`). There are 36 unique genera labeled.
150
+ - `species`: Species of the individual (generated from the word(s) following the `genus` in the `scientificName` from `BeetleMeasurements.csv). There are 78 unique species labeled.
151
+ - `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`. (Matches `NEON_sampleID` in `BeetleMeasurements.csv`.)
152
+ - `file_name`: Relative path to image from the root of the directory (`individual_images/<individualID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
153
 
154
 
155
  |![Figure 1](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/beetles.png)|