Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Filter by EXIF GPS location #1426

Closed
wants to merge 1 commit into from
Closed

Conversation

simon04
Copy link

@simon04 simon04 commented Nov 12, 2023

I wanted to find a photo I've taken at a certain location some years ago.

This PR adds a filter to extract the GPS location and filter files within a certain distance to that location.

This feature might be out of scope, but I (a) wanted to use this functionality, and (b) do some Rust programming. Let me know what you think!

latitude: 47.3,
longitude: 11.3,
};
let max_distance = 500.;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference location and max_distance need to be parsed from the command line ...

@tmccombs
Copy link
Collaborator

I think this is definitely out of scope. And I think a more general feature like #400 would probably be a better fit for fd.

@sharkdp
Copy link
Owner

sharkdp commented Nov 29, 2023

Thank you very much for your work, but I agree with @tmccombs.

@sharkdp sharkdp closed this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants