Unverified Commit 8130f170 by Corey Koval Committed by GitHub

Update README.md

parent cd6577a2
...@@ -9,39 +9,39 @@ ...@@ -9,39 +9,39 @@
### Required inputs: ### Required inputs:
- -g FILE, --geofile=FILE - -g FILE, --geofile=FILE
- GeoJSON Output File - GeoJSON Output File
- Conventional file extension: .geojson - 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.
- -d FILE, --database=FILE - -d FILE, --database=FILE
- Name of new or existing database to store intersect information. - Name of new or existing database to store intersect information.
- If a database doesn't exist one is created. - If a database doesn't exist one is created.
- Post processing math is done against the entire database. - Post processing math is done against the entire database.
### Optional Inputs: ### Optional Inputs:
- -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 geographoical area should require a smaller value. - Point spread across a larger geographoical 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
- Minimum confidence value, default 10 - Minimum confidence value, default 10
- Do not computer intersects for LOBs less than this value. - Do not computer intersects for LOBs less than this value.
- -p Number, --power=Number - -p Number, --power=Number
- Minimum power value, default 10 - Minimum power value, default 10
- Do not computer intersects for LOBs less than this value. - Do not computer intersects for LOBs less than this value.
- -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 yeild more accurate results, but requires more data.
- --dist-from-reference=Number - --dist-from-reference=Number
- The default is 500 km. - The default is 500 km.
- When there are more than two receivers, the intersect with the strongest average signal - When there are more than two receivers, the intersect with the strongest average signal
is marked as a reference point. is marked as a reference point.
- Any intersections that exceed the specified distance from the reference are thrown out. - Any intersections that exceed the specified distance from the reference are thrown out.
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