File size: 839 Bytes
5a552e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Metadata Directory

This directory contains JSON metadata files for each lanternfly sighting.

## File Naming Convention
- Format: `lanternfly_{username}_{timestamp}.json`
- Example: `lanternfly_john_2024-01-15T10-30-45-123Z.json`

## Metadata Fields
```json
{
  "username": "john",
  "sighting_date": "2024-01-15T10:30:45.123Z",
  "upload_date": "2024-01-15T10:35:22.456Z",
  "latitude": "40.7128",
  "longitude": "-74.0060",
  "location_name": "Central Park, New York",
  "confidence_score": "0.95",
  "verification_status": "human_verified",
  "dataset_version": "1.0.0",
  "data_source": "lantern_fly_tracker_app",
  "image_filename": "lanternfly_john_2024-01-15T10-30-45-123Z.jpg",
  "image_size_bytes": 2048576
}
```

## Automatic Updates
Metadata files are automatically created and uploaded when images are added to the dataset.