Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minigrim0/geolocator
A desktop app to geolocalise your pictures
https://github.com/minigrim0/geolocator
geolocation openstreetmap-api tauri
Last synced: 5 days ago
JSON representation
A desktop app to geolocalise your pictures
- Host: GitHub
- URL: https://github.com/minigrim0/geolocator
- Owner: Minigrim0
- License: mit
- Created: 2024-04-23T14:36:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:47:56.000Z (6 months ago)
- Last Synced: 2024-08-08T14:29:46.171Z (6 months ago)
- Topics: geolocation, openstreetmap-api, tauri
- Language: Rust
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geolocator 🌍
A tauri app to help localise your pictures.![application screenshot](.github/screenshot.png)
# Usage 🧰
Start the application (see [building](#building-) for details on how to compile), click on the `load folder` button, select the Photo folder you want to locate.
The application will then load every picture that can store EXIF metadata, and try to read the current metadata from it. The pictures will then be displayed in the
top right corner of the application, allowing you to click a point on the map, and then confirm to save the geolocation to the picture's metadata.# Building 🏗
Install rust on your machine (see [rustup](https://rustup.rs) for an easy install) and the tauri-cli dependency `cargo install tauri-cli`.
Then, from the root of the project type `cargo tauri build` to build the project in release mode. This might also try to build bundles,
which may lead to errors being displayed in the console. You can safely ignore these if you only need the executable. The executable will be
located under `src-tauri/target/release/geolocator`.If you do not wish to compile manually, you can download the latest release from the [releases page](https://github.com/Minigrim0/geolocator/releases).
# License 📜
This project is licensed under the MIT license. You can find the full license text in the [LICENSE](LICENSE) file.