Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
df-aggregator
Commits
95aa938a
Commit
95aa938a
authored
Nov 07, 2020
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
099a98e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
13 deletions
+21
-13
README.md
README.md
+21
-13
No files found.
README.md
View file @
95aa938a
...
@@ -7,13 +7,14 @@
...
@@ -7,13 +7,14 @@
-
[
czml3
](
https://pypi.org/project/czml3/
)
-
[
czml3
](
https://pypi.org/project/czml3/
)
-
[
geojson
](
https://pypi.org/project/geojson/
)
-
[
geojson
](
https://pypi.org/project/geojson/
)
## Other things you'll need:
-
[
Cesium Ion Token
](
https://cesium.com/docs/tutorials/quick-start/
)
-
Create a single line file named
```accesstoken.txt```
-
[
Extended XML Kerberos Software
](
https://github.com/ckoval7/kerberossdr
)
## Usage: df-aggregator.py [options]
## Usage: df-aggregator.py [options]
### Required inputs:
### Required inputs:
-
-g FILE, --geofile=FILE
-
GeoJSON Output File
-
Conventional file extension: .geojson
-
-r FILE, --receivers=FILE
-
-r FILE, --receivers=FILE
-
List of receiver URLs
-
List of receiver URLs
-
Do not include quotes. Each receiver should be on a new line.
-
Do not include quotes. Each receiver should be on a new line.
...
@@ -24,10 +25,14 @@
...
@@ -24,10 +25,14 @@
-
Post processing math is done against the entire database.
-
Post processing math is done against the entire database.
### Optional Inputs:
### Optional Inputs:
-
-g FILE, --geofile=FILE
-
GeoJSON Output File
-
Conventional file extension: .geojson
-
-e Number, --epsilon=Number
-
-e Number, --epsilon=Number
-
Max Clustering Distance, Default 0.2.
-
Max Clustering Distance, Default 0.2.
-
0 to disable clustering.
-
0 to disable clustering.
-
Point spread across a larger geograph
o
ical area should require a smaller value.
-
Point spread across a larger geographical area should require a smaller value.
-
Clustering should be disabled for moving targets.
-
Clustering should be disabled for moving targets.
-
-c Number, --confidence=Number
-
-c Number, --confidence=Number
...
@@ -40,12 +45,15 @@
...
@@ -40,12 +45,15 @@
-
-m Number, --min-samples=Number
-
-m Number, --min-samples=Number
-
Minimum samples per cluster. Default 20
-
Minimum samples per cluster. Default 20
-
A higher value can yeild more accurate results, but requires more data.
-
A higher value can yield more accurate results, but requires more data.
-
--dist-from-reference=Number
-
--ip=IP ADDRESS
-
The default is 500 km.
-
IP Address to serve from. Default 127.0.0.1
-
When there are more than two receivers, the intersect with the strongest average signal
is marked as a reference point.
-
--port=NUMBER
-
Any intersections that exceed the specified distance from the reference are thrown out.
-
Port number to serve from. Default 8080
-
--debug
-
Does not clear the screen. Useful for seeing errors and warnings.
!
[
Screenshot
](
https://lh3.googleusercontent.com/pw/ACtC-3cWY5AnjUy0xCjxchQALfPR1TSrLotyCsFNOW5KJF9k4tjv3HRTfrk6KdtYhktbgaNbr0Y6mauIQMyDqEPSFYSOKuR0o2ThnVuS1lxtqmGVuS0RABjSYBHh8dfOddLIq4_AbCAI60Fp013WdoxXn25-MA=w1560-h837-no?authuser=0
)
!
[
Screenshot
](
https://lh3.googleusercontent.com/pw/ACtC-3cWY5AnjUy0xCjxchQALfPR1TSrLotyCsFNOW5KJF9k4tjv3HRTfrk6KdtYhktbgaNbr0Y6mauIQMyDqEPSFYSOKuR0o2ThnVuS1lxtqmGVuS0RABjSYBHh8dfOddLIq4_AbCAI60Fp013WdoxXn25-MA=w1560-h837-no?authuser=0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment