kopia lustrzana https://github.com/OpenDroneMap/docs
add link to docs edits in each page
rodzic
d4f7d54922
commit
519291b829
|
@ -1,4 +1,8 @@
|
|||
Code Reference
|
||||
==============
|
||||
|
||||
Coming soon!
|
||||
Coming soon!
|
||||
|
||||
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/api.rst>`_
|
|
@ -78,3 +78,4 @@ Pull Requests
|
|||
* Using a plain return when returning explicitly at the end of a function.
|
||||
* Not return null, return undefined, null, or undefined
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/contributing.rst>`_
|
||||
|
|
|
@ -13,4 +13,6 @@ The guidelines are intended for drone mapping projects on islands, but have gene
|
|||
|
||||
See also DroneDeploy's guide on `Making Successful Maps <https://support.dronedeploy.com/docs/making-successful-maps>`_, which provides great tips on mission planning.
|
||||
|
||||
Finally, lens distortion is a challenge in projects requiring accurate 3D data. See our section in these docs on `Camera Calibration <using.html#calibrating-the-camera>`_.
|
||||
Finally, lens distortion is a challenge in projects requiring accurate 3D data. See our section in these docs on `Camera Calibration <using.html#calibrating-the-camera>`_.
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/flying.rst>`_
|
|
@ -17,3 +17,5 @@ Welcome to OpenDroneMap's documentation!
|
|||
flying
|
||||
contributing
|
||||
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/index.rst>`_
|
|
@ -497,4 +497,6 @@ The above command asks docker to launch a new container using the opendronemap/n
|
|||
|
||||
From WebODM you can then press the **Add New** button under **Processing Nodes**. For the **hostname/IP** field type the IP of the second computer. For the **port** field type “3000”. For the **token** field type “secret”. You can also add an optional **label** for your node, such as “second computer”. Then press **Save**.
|
||||
|
||||
If everything went well, you should now have two processing nodes! You will be able to process multiple tasks in parallel using two different machines.
|
||||
If everything went well, you should now have two processing nodes! You will be able to process multiple tasks in parallel using two different machines.
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/installation.rst>`_
|
|
@ -171,3 +171,5 @@ GCPs are fully supported, however, there needs to be at least 3 GCP points on ea
|
|||
Aknowledgments
|
||||
--------------
|
||||
Huge props to Pau and the folks at Mapillary for their amazing contributions to OpenDroneMap through their OpenSfM code, which is a key component of the split-merge pipeline. We look forward to further pushing the limits of OpenDroneMap and seeing how big a dataset we can process.
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/large.rst>`_
|
|
@ -94,3 +94,6 @@ List of all outputs
|
|||
└── odm_dem/
|
||||
├── dsm.tif # Digital Surface Model Geotiff - the tops of everything
|
||||
└── dtm.tif # Digital Terrain Model Geotoff - the ground.
|
||||
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/outputs.rst>`_
|
|
@ -392,4 +392,7 @@ Arguments::
|
|||
Default: None
|
||||
--merge <string> Choose what to merge in the merge step in a split
|
||||
dataset. By default all available outputs are merged.
|
||||
Default: all
|
||||
Default: all
|
||||
|
||||
|
||||
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/using.rst>`_
|
Ładowanie…
Reference in New Issue