diff --git a/source/images/flightplanning.gif b/source/images/flightplanning.gif new file mode 100644 index 000000000..9784014b3 Binary files /dev/null and b/source/images/flightplanning.gif differ diff --git a/source/using.rst b/source/using.rst index a3b69b609..c584f1ee4 100644 --- a/source/using.rst +++ b/source/using.rst @@ -34,7 +34,7 @@ By default ODM does not create DEMs. To create a digital terrain model, make sur For DTM generation, a Simple Morphological Filter (smrf) is used to classify points in ground vs. non-ground and only the ground points are used. The ``smrf`` filter can be controlled via several parameters: - * ``--smrf-scalar`` scaling value. Increase this parameter for terrains with lots of height variation. + * ``--smrf-scalar`` scaling value. Increase this parameter for terrains with lots of height variation. * ``--smrf-slope`` slope parameter, which is a measure of "slope tolerance". Increase this parameter for terrains with lots of height variation. Should be set to something higher than 0.1 and not higher than 1.2. * ``--smrf-threshold`` elevation threshold. Set this parameter to the minimum height (in meters) that you expect non-ground objects to be. * ``--smrf-window`` window radius parameter (in meters) that corresponds to the size of the largest feature (building, trees, etc.) to be removed. Should be set to a value higher than 10. @@ -78,7 +78,7 @@ Ground control points are useful for correcting distortions in the data and refe e.g. for the Langley dataset:: - +proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs + +proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs 544256.7 5320919.9 5 3044 2622 IMG_0525.jpg 544157.7 5320899.2 5 4193 1552 IMG_0585.jpg 544033.4 5320876.0 5 1606 2763 IMG_0690.jpg @@ -92,7 +92,7 @@ Ground control points are useful for correcting distortions in the data and refe The ``gcp_list.txt`` file must be created in the base of your project folder. For good results your file should have a minimum of 15 lines after the header (5 points with 3 images to each point). - + Ground Control Points Interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -102,8 +102,8 @@ Create a GCP list that only includes gcp name (this is the label that will be se :: - +proj=utm +zone=37 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs - gcp01 529356.250827686 9251137.5643209 8.465 + +proj=utm +zone=37 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs + gcp01 529356.250827686 9251137.5643209 8.465 gcp02 530203.125367657 9250140.80991621 15.781 gcp03 530292.136003818 9250745.02372435 11.977 gcp04 530203.125367657 9250140.80991621 15.781 @@ -132,6 +132,10 @@ From James and Robson (2014), `CC BY 4.0 `_ \ No newline at end of file +`Help edit these docs! `_