Commit 5a2221e4 by Corey Koval

Update README and CHANGELOG

parent e29153fc
## 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
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment