Skip to content

Commit

Permalink
Merge pull request #1749 from smathermather/increase-default-GPS-Accu…
Browse files Browse the repository at this point in the history
…racy

increase default GPS-Accuracy to 3m
  • Loading branch information
pierotofy authored Mar 9, 2024
2 parents cb3229a + 2c6fd1d commit ffcda0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def config(argv=None, parser=None):
type=float,
action=StoreValue,
metavar='<positive float>',
default=10,
default=3,
help='Set a value in meters for the GPS Dilution of Precision (DOP) '
'information for all images. If your images are tagged '
'with high precision GPS information (RTK), this value will be automatically '
Expand Down

0 comments on commit ffcda0d

Please sign in to comment.