-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a system processor, I need to extract accurate GPS coordinates from uploaded images to properly locate downed trees.
Given/When/Then:
Given an image has been uploaded to the R2 storage
When the image processor retrieves the image
Then the system should:
- Extract EXIF metadata from the image
- Parse GPS coordinates from the metadata
- Validate coordinates are within expected range
- Store coordinates with accuracy information
Technical Notes:
- Use Sharp for image processing in Workers environment
- Implement EXIF metadata extraction
- Add coordinate validation logic
- Store results in KV storage