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
5a2221e4
Commit
5a2221e4
authored
May 28, 2021
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README and CHANGELOG
parent
e29153fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
11 deletions
+14
-11
CHANGELOG.md
CHANGELOG.md
+4
-2
README.md
README.md
+10
-9
No files found.
CHANGELOG.md
View file @
5a2221e4
## Recent Changes:
## Recent Changes:
-
Ellipse parameters are now automatically calculated. You can still adjust them
if you want, but the auto-calculation works exceptionally well.
## Previous Changes
-
LOB Length is now determined by the distance to the furthest intersection from
-
LOB Length is now determined by the distance to the furthest intersection from
the receiver.
the receiver.
-
Fixed bug where map lags behind the receiver.
-
Fixed bug where map lags behind the receiver.
-
Changed the way ellipse and clustering parameters are handled. This allows for
-
Changed the way ellipse and clustering parameters are handled. This allows for
multi-user map interaction.
multi-user map interaction.
-
Updated to Cesium 1.79
-
Updated to Cesium 1.79
## Previous Changes
-
The LOB for each receiver on the map changes color based on the power and
-
The LOB for each receiver on the map changes color based on the power and
confidence thresholds.
confidence thresholds.
-
Green when both power and confidence are above their thresholds
-
Green when both power and confidence are above their thresholds
...
...
README.md
View file @
5a2221e4
# DF Aggregator
# DF Aggregator
## Recent Changes:
## Recent Changes:
-
LOB Length is now determined by the distance to the furthest intersection from
-
Ellipse parameters are now automatically calculated. You can still adjust them
the receiver.
if you want, but the auto-calculation works exceptionally well.
-
Fixed bug where map lags behind the receiver.
-
Changed the way ellipse and clustering parameters are handled. This allows for
multi-user map interaction.
-
For previous changes see the
[
Change Log
](
CHANGELOG.md
)
.
-
For previous changes see the
[
Change Log
](
CHANGELOG.md
)
.
## Installing:
## Installing:
...
@@ -49,8 +46,8 @@ multi-user map interaction.
...
@@ -49,8 +46,8 @@ multi-user map interaction.
-
GeoJSON Output File
-
GeoJSON Output File
-
Conventional file extension: .geojson
-
Conventional file extension: .geojson
-
-e Number, --epsilon=Number
-
-e Number, --epsilon=Number
or "auto"
-
Max Clustering Distance, Default
0.2
.
-
Max Clustering Distance, Default
"auto"
.
-
0 to disable clustering.
-
0 to disable clustering.
-
Point spread across a larger geographical 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.
...
@@ -63,8 +60,8 @@ multi-user map interaction.
...
@@ -63,8 +60,8 @@ multi-user map interaction.
-
Minimum power value, default 10
-
Minimum power value, default 10
-
Do not compute intersects for LOBs less than this value.
-
Do not compute intersects for LOBs less than this value.
-
-m Number, --min-samples=Number
-
-m Number, --min-samples=Number
or "auto"
-
Minimum samples per cluster. Default
20
-
Minimum samples per cluster. Default
"auto"
-
A higher value can yield more accurate results, but requires more data.
-
A higher value can yield more accurate results, but requires more data.
-
--plot_intersects
-
--plot_intersects
...
@@ -97,6 +94,10 @@ Once the program is running, browse to 127.0.0.1:8080 or whatever IP/Port Number
...
@@ -97,6 +94,10 @@ Once the program is running, browse to 127.0.0.1:8080 or whatever IP/Port Number
-
The smaller dots, if turned on vary in color from red to green. These dots are the individual
-
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
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.
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
### Attributions
Tower and car icons made by Freepik from www.flaticon.com
Tower and car icons made by Freepik from www.flaticon.com
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