Add comprehensive dataset card with schema
Browse files- dataset_card.json +38 -12
dataset_card.json
CHANGED
|
@@ -1,19 +1,45 @@
|
|
| 1 |
{
|
| 2 |
"dataset_name": "lanternfly_research_dataset",
|
| 3 |
"version": "1.0.0",
|
| 4 |
-
"description": "Human-verified spotted lanternfly sightings with geolocation data",
|
| 5 |
"created_by": "Lantern Fly Tracker App",
|
| 6 |
"total_sightings": 0,
|
| 7 |
"last_updated": "2024-01-01T00:00:00Z",
|
| 8 |
-
"
|
| 9 |
-
"image":
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
"
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset_name": "lanternfly_research_dataset",
|
| 3 |
"version": "1.0.0",
|
| 4 |
+
"description": "Human-verified spotted lanternfly sightings with geolocation data for ecological research",
|
| 5 |
"created_by": "Lantern Fly Tracker App",
|
| 6 |
"total_sightings": 0,
|
| 7 |
"last_updated": "2024-01-01T00:00:00Z",
|
| 8 |
+
"data_schema": {
|
| 9 |
+
"image": {
|
| 10 |
+
"type": "file",
|
| 11 |
+
"description": "High-quality photo of verified spotted lanternfly",
|
| 12 |
+
"format": "JPEG"
|
| 13 |
+
},
|
| 14 |
+
"metadata": {
|
| 15 |
+
"type": "json",
|
| 16 |
+
"fields": {
|
| 17 |
+
"username": "string - Username of person who verified the sighting",
|
| 18 |
+
"sighting_date": "ISO datetime - When the photo was taken",
|
| 19 |
+
"upload_date": "ISO datetime - When uploaded to dataset",
|
| 20 |
+
"latitude": "string - GPS latitude coordinate",
|
| 21 |
+
"longitude": "string - GPS longitude coordinate",
|
| 22 |
+
"location_name": "string - Human-readable location description",
|
| 23 |
+
"confidence_score": "string - AI classification confidence (0-1)",
|
| 24 |
+
"verification_status": "string - Always 'human_verified'",
|
| 25 |
+
"dataset_version": "string - Dataset version",
|
| 26 |
+
"data_source": "string - Source application",
|
| 27 |
+
"image_filename": "string - Associated image filename",
|
| 28 |
+
"image_size_bytes": "number - Image file size in bytes"
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"usage_notes": [
|
| 33 |
+
"All images are human-verified for accuracy",
|
| 34 |
+
"GPS coordinates are provided for spatial analysis",
|
| 35 |
+
"Timestamps enable temporal analysis of spread patterns",
|
| 36 |
+
"Dataset is automatically updated with new verified sightings"
|
| 37 |
+
],
|
| 38 |
+
"research_applications": [
|
| 39 |
+
"Ecological distribution modeling",
|
| 40 |
+
"Invasive species spread analysis",
|
| 41 |
+
"Machine learning model training",
|
| 42 |
+
"Conservation planning",
|
| 43 |
+
"Citizen science validation"
|
| 44 |
+
]
|
| 45 |
}
|