Git Product home page Git Product logo

df-aggregator's Introduction

DF Aggregator

Recent Changes:

  • Ellipse parameters are now automatically calculated. You can still adjust them if you want, but the auto-calculation works exceptionally well.
  • For previous changes see the Change Log.

Installing:

Dependencies:

Other things you'll need:

  • Cesium Ion Token
    • Create a single line file named accesstoken.txt
    • Turns out you can use a public token, you just can't use Cesium Assets. Most people don't need to use assets.
    • The token is optional with --access_token=accesstoken.txt
  • Extended XML KerberosSDR Software
    • This is available for both Qt4 (original version) and Qt5 (Ubuntu 20.04+). Just check out the appropriate branch.

Screenshot

Usage: df-aggregator.py [options]

Required inputs:

  • -d FILE, --database=FILE
    • Name of new or existing database to store intersect information.
    • If a database doesn't exist one is created.
    • Post processing math is done against the entire database.

Optional Inputs:

  • -r FILE, --receivers=FILE

    • List of receiver URLs
    • Do not include quotes. Each receiver should be on a new line.
  • -g FILE, --geofile=FILE

    • GeoJSON Output File
    • Conventional file extension: .geojson
  • -e Number, --epsilon=Number or "auto"

    • Max Clustering Distance, Default "auto".
    • 0 to disable clustering.
    • Point spread across a larger geographical area should require a smaller value.
    • Clustering should be disabled for moving targets.
  • -c Number, --confidence=Number

    • Minimum confidence value, default 10
    • Do not compute intersects for LOBs less than this value.
  • -p Number, --power=Number

    • Minimum power value, default 10
    • Do not compute intersects for LOBs less than this value.
  • -m Number, --min-samples=Number or "auto"

    • Minimum samples per cluster. Default "auto"
    • A higher value can yield more accurate results, but requires more data.
  • --plot_intersects

    • Plots all the intersect points in a cluster.
    • Only applies when clustering is turned on.
    • This creates larger CZML files.
  • -o, --offline

    • Starts program with receiver turned off.
    • Useful for looking at stored data when you can't connect to receivers.
  • --ip=IP ADDRESS

    • IP Address to serve from. Default 127.0.0.1
  • --port=NUMBER

    • Port number to serve from. Default 8080
  • --debug

    • Does not clear the screen. Useful for seeing errors and warnings.

Once the program is running, browse to 127.0.0.1:8080 or whatever IP/Port Number you specified.

Map Colors:

  • A red ellipse represents the significant majority of the intersections in a particular cluster. It makes up the full area where the transmitter is most certainly located.
  • The large green dot at the center of the ellipse is the likely location of the transmitter. It is simply computed as the mean of all intersections in that cluster.
  • The smaller dots, if turned on vary in color from red to green. These dots are the individual intersections. The color represents the age relative to the full data set. Red is older, green is newer. This is very helpful for following moving targets.
  • LOBs can either be red, orange, or green.
    • Red means neither power nor confidence are above threshold.
    • Orange means either power or confidence, but not both are above threshold.
    • Green means power and confidence are above threshold.

Attributions

Tower and car icons made by Freepik from www.flaticon.com

df-aggregator's People

Contributors

ckoval7 avatar usakosenpai avatar

Watchers

 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.