You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:alt:WebODM displaying the reconstruction extent of a terrestrial orbit survey of a Northern Catalpa tree.
67
69
70
+
The WebODM 3D View shows the full extent of the recosntruction. Compared to the ``--auto-boundary`` reconstruction above, one can see that the full reconstruction area is much larger (and therefore more visually sparse).
68
71
69
72
70
73
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/auto-boundary.rst>`_!
:alt:Browser Download/Save file prompt for the generated GeoJSON file.
143
143
144
-
Once the GeoJSON file has been chosen for saving, the browser will prompt you to save it to disk. Choose an appropriate location where you can access it at a later time to load into OpenDroneMap Desktop.
144
+
Once the GeoJSON file has been chosen for saving, the browser will prompt you to save it to disk. Choose an appropriate location where you can access it at a later time to load into WebODM.
145
145
146
146
Setting Boundary [GeoJSON] In Task Options
147
147
"""""""""""""""""""""""""""""""""""""""""""
@@ -186,7 +186,7 @@ New Temporary Scratch Layer Settings
:alt:Browsing to a generated Orthophoto from OpenDroneMap Desktop that covers the Area Of Interest (AOI).
189
+
:alt:Browsing to a generated Orthophoto from WebODM that covers the Area Of Interest (AOI).
190
190
191
191
If you have run the task already without a Boundary [GeoJSON], you can load the generated Orthophoto from OpenDroneMap into QGIS to use as your basemap for creating your Boundary [GeoJSON]. This should ensure that your boundary polygon exactly matches the data in your Task, as different basemaps can have errors of 1-10m or more.
192
192
If have not generated an Orthophoto for your Area Of Interest (AOI), you can use one of the various methods within QGIS to add a basemap. Just be mindful of possible differences in location, angle, skew, scale, and other registration changes that can occur between your data and a basemap provider's data.
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Point Cloud.
235
+
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Point Cloud.
236
236
237
-
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Point Cloud, bounded by the GeoJSON proivded to the ``--boundary`` option.
237
+
The WebODM 3D View shows the modified extent of the reconstruction Point Cloud, bounded by the GeoJSON proivded to the ``--boundary`` option.
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Orthophoto.
242
+
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Orthophoto.
243
243
244
-
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Orthophoto, bounded by the GeoJSON proivded to the ``--boundary`` option.
244
+
The WebODM 3D View shows the modified extent of the reconstruction Orthophoto, bounded by the GeoJSON proivded to the ``--boundary`` option.
245
245
246
246
True: ``--boundary [GeoJSON]`` - Digital Elevation Model
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Digital Elevation Model.
249
+
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Digital Elevation Model.
250
250
251
-
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Digital Elevation Model, bounded by the GeoJSON proivded to the ``--boundary`` option.
251
+
The WebODM 3D View shows the modified extent of the reconstruction Digital Elevation Model, bounded by the GeoJSON proivded to the ``--boundary`` option.
252
252
253
253
True: ``--boundary [GeoJSON]`` - 3D Model/Textured Mesh
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset 3D Model/Textured Mesh.
256
+
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset 3D Model/Textured Mesh.
257
257
258
-
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction 3D Model/Textured Mesh, bounded by the GeoJSON proivded to the ``--boundary`` option.
258
+
The WebODM 3D View shows the modified extent of the reconstruction 3D Model/Textured Mesh, bounded by the GeoJSON proivded to the ``--boundary`` option.
:alt:OpenDroneMap Desktop displaying the full reconstruction of the Brighton Beach dataset Point Cloud.
263
+
:alt:WebODM displaying the full reconstruction of the Brighton Beach dataset Point Cloud.
264
264
265
-
The OpenDroneMap Desktop 3D View shows the full extent of the recosntruction. Compared to the ``--boundary`` reconstruction above, one can see that the full reconstruction area is much larger and includes many features outside of the Area Of Interest used to generate the GeoJSON.
265
+
The WebODM 3D View shows the full extent of the recosntruction. Compared to the ``--boundary`` reconstruction above, one can see that the full reconstruction area is much larger and includes many features outside of the Area Of Interest used to generate the GeoJSON.
Copy file name to clipboardExpand all lines: source/arguments/build-overviews.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Why would one use Overviews?
53
53
----------------------------
54
54
Overviews speed preview of the raster data by allowing the program rendering the raster to choose the closest size pyramid to match the resolution of the display extent that it is being rendered into, potentially saving a significant amount of time retrieving the full-size raster, buffering it, and then downscaling it for display.
55
55
56
-
In the case of OpenDroneMap Desktop, Overviews are used to create dynamic tiles for rapid display and navigation of the 2D web map.
56
+
In the case of WebODM, Overviews are used to create dynamic tiles for rapid display and navigation of the 2D web map.
Copy file name to clipboardExpand all lines: source/arguments/cog.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ What Are Cloud Optimized GeoTIFFs (COGs)?
38
38
------------------------------------------
39
39
Cloud Optimized GeoTIFFs (COGs hereafter) are a special formulation of GeoTIFF files that take advantage of internal overivews as well as tiling (and various forms of compression).
40
40
41
-
In the case of OpenDroneMap Desktop, all GeoTIFFs will be generated as COGs because the 2D Map View uses the special attributes of COGs to enable rapid display and preview of the data generated by OpenDroneMap Desktop.
41
+
In the case of WebODM, all GeoTIFFs will be generated as COGs because the 2D Map View uses the special attributes of COGs to enable rapid display and preview of the data generated by WebODM.
0 commit comments