Spaces:
Sleeping
Sleeping
Update README.md
Browse filesRemove `Image_filename` dependence from description
README.md
CHANGED
@@ -19,17 +19,16 @@ For more information or to make your own version, see the [GitHub project repo](
|
|
19 |
|
20 |
## How it works
|
21 |
|
22 |
-
For full dashboard functionality, upload a CSV or XLS file with the following columns:
|
23 |
-
- `Image_filename`*: Filename of each image, must be unique. **Note:** Images should be in PNG or JPEG format, TIFF may fail to render in the sample image display.
|
24 |
- `Species`: Species of each sample.
|
25 |
- `Subspecies`: Subspecies of each sample.
|
26 |
- `View`: View of the sample (eg., 'ventral' or 'dorsal' for butterflies).
|
27 |
- `Sex`: Sex of each sample.
|
28 |
-
- `hybrid_stat`: Hybrid status of each sample (eg., 'valid_subspecies'
|
29 |
- `lat`*: Latitude at which image was taken or specimen was collected.
|
30 |
- `lon`*: Longitude at which image was taken or specimen was collected.
|
31 |
-
- `file_url`*: URL to access file.
|
32 |
|
33 |
***Note:**
|
34 |
- `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.
|
35 |
-
- `
|
|
|
19 |
|
20 |
## How it works
|
21 |
|
22 |
+
For full dashboard functionality, upload a CSV or XLS file with the following columns:
|
|
|
23 |
- `Species`: Species of each sample.
|
24 |
- `Subspecies`: Subspecies of each sample.
|
25 |
- `View`: View of the sample (eg., 'ventral' or 'dorsal' for butterflies).
|
26 |
- `Sex`: Sex of each sample.
|
27 |
+
- `hybrid_stat`: Hybrid status of each sample (eg., 'valid_subspecies' or 'subspecies_synonym', 'hybrid' or 'parent species').
|
28 |
- `lat`*: Latitude at which image was taken or specimen was collected.
|
29 |
- `lon`*: Longitude at which image was taken or specimen was collected.
|
30 |
+
- `file_url`*: URL to access file. **Note:** Images should be in PNG or JPEG format, TIFF may fail to render in the sample image display.
|
31 |
|
32 |
***Note:**
|
33 |
- `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.
|
34 |
+
- `file_url` is not required, but there will be no sample images option if it is not included.
|