Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.