Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (33 loc) · 2.17 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.17 KB

orbis-unum

Orbis Unum is a cross-platform geolocation tool that transforms raw IP addresses and geographical coordinates into interactive visualizations on a map. With its intuitive interface, users can effortlessly navigate whether they're operating from the command line or using its web-based instance.

Python html flask Upload Python Package CodeQL

🔍 What Does Orbis Unum Offer?

Command-Line Interface

  • Accepts either a standalone IP or a file loaded with multiple IP addresses.
  • Generates an interactive OpenStreetMap with pinpoint accuracy for each IP's location.

On selecting any pin, you uncover:

  • Vital IP/Coordinates metadata.
  • Seamless links to:
    • Google Earth for a top-down view or the location.
    • Google Maps Street View for a closer look at the surroundings of the location.
    • Google Image Search to view images of the location and its surroundings.

Web Interface

  • Accepts individual or bulk pairs of coordinates.
  • Mirrors the CLI's functionality, providing an immersive mapping experience.

Installation

Orbis Unum can be installed from PyPI with the following command

pip install orbis-unum

Usage

Orbis Command-Line Interface

orbis-cli <ip>

Orbis Web Interface

orbis-web

python-powered me