A "line-network" geolocation tool created for Bellingcat's September 2022 Hackathon: https://www.bellingcat.com/resources/2022/10/06/automated-map-searches-scam-busting-tools-and-twitter-search-translations-here-are-the-results-of-bellingcats-second-hackathon/
One of the most prominent tools that assists in geolocating images using OpenStreetMap data is Overpass Turbo. This requires learning the Overpass Query Language and restricts your geolocation abilities to only what’s permitted by the query language.
This tool attempts to make it easier for researchers to find locations with a simple click-and-drag interface. No need to learn a new query language. It also adds capabilities not present in existing tools, like the ability to find locations by leveraging the angles created by line intersections and the ability to search for uniquely shaped features.
This tool is in beta development. If you encounter any issues or have recommendations on how to improve the application, please feel free to open an issue.
Check out the wiki for usage instructions and the OSM Finder Blog for more concrete examples of how it can be used in investigations.
Instructions below are for Linux. OSM Finder has been installed and tested on Ubuntu 22.04.1 LTS and Windows Subsystem for Linux - Ubuntu 22.04.2 LTS edition. Your mileage may vary on other operating systems.
I. Install and Configure PostgreSQL Backend
Installation instructions have been moved to the wiki.
II. Install Web Frontend
Installation instructions have been moved to the wiki.