Git Product home page Git Product logo

osimint-alert's Introduction

OSIMINT_alert

A simple Rust-based tool to monitor data updates in common static-map services (Google, Yandex, Bing, Wikimapia ...) over user-defined areas.

Motivation

Large scale Open Source Image Intelligence (OSIMINT) requires automatic monitoring of open data sources in order to be alerted when new imagery or Open source Geodata has been added on an area of interest.

This tool allows to set up recurring monitoring tasks of public mapping services on user-defined bounding boxes. When an data update on an area is detected, an alert is logged and a thumbnail of the area is saved.

The tool work with either image data (Aerial & satellite imagery, raster maps) or Json (Wikimapia)

Screenshot

loging_example Illu

Build

You need to install Rust in order to compile. Get started in a few seconds at https://www.rust-lang.org/learn/get-started

cargo build --release

Usage

The tool takes a Json configuration file as single argument

./OSIMINT_alert confs/exemple.json

In the json you can specify

  • The name of your Area Of Interest

  • The imagery source ("Yandex", "Google", "Bing", "Wikimapia")

  • Your API key (for Google, Bing & Wikimapia)

  • The layer of interest

    • Yandex: "sat", "map", "trf"
    • Google: "satellite", "roadmap", "hybrid", "terrain"
    • Bing: "Aerial", "AerialWithLabels", "Road"
    • Wikimapia: the category code as defined here
  • The bounding box coordinates

  • The frequency at which to check for new imagery (You may want to limit your API usage)

Remarks:

No matter the size of the provided bounding box, the fetched tiles are fixed size (quite small depending on the provider). If new imagery is added to a very small part of the AOI (<1 pixel at the zoom level), the update might not be detected.

Dependencies

TODO

Features to be implemented soon:

  • Mail alerts

osimint-alert's People

Contributors

audeberc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.