Skip to content

[Core] Image GPS Extraction #2

@mikegehard

Description

@mikegehard

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions