rlogh commited on
Commit
5a552e0
·
verified ·
1 Parent(s): 1be9508

Create metadata directory structure

Browse files
Files changed (1) hide show
  1. metadata/README.md +28 -2
metadata/README.md CHANGED
@@ -1,2 +1,28 @@
1
- # This directory will contain lanternfly photos
2
- # Uploaded automatically when users verify lanternfly sightings
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Metadata Directory
2
+
3
+ This directory contains JSON metadata files for each lanternfly sighting.
4
+
5
+ ## File Naming Convention
6
+ - Format: `lanternfly_{username}_{timestamp}.json`
7
+ - Example: `lanternfly_john_2024-01-15T10-30-45-123Z.json`
8
+
9
+ ## Metadata Fields
10
+ ```json
11
+ {
12
+ "username": "john",
13
+ "sighting_date": "2024-01-15T10:30:45.123Z",
14
+ "upload_date": "2024-01-15T10:35:22.456Z",
15
+ "latitude": "40.7128",
16
+ "longitude": "-74.0060",
17
+ "location_name": "Central Park, New York",
18
+ "confidence_score": "0.95",
19
+ "verification_status": "human_verified",
20
+ "dataset_version": "1.0.0",
21
+ "data_source": "lantern_fly_tracker_app",
22
+ "image_filename": "lanternfly_john_2024-01-15T10-30-45-123Z.jpg",
23
+ "image_size_bytes": 2048576
24
+ }
25
+ ```
26
+
27
+ ## Automatic Updates
28
+ Metadata files are automatically created and uploaded when images are added to the dataset.