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.
55
53
56
-
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).
:alt:Browser Download/Save file prompt for the generated GeoJSON file.
129
129
130
-
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.
130
+
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.
131
131
132
132
Setting Boundary [GeoJSON] In Task Options
133
133
"""""""""""""""""""""""""""""""""""""""""""
@@ -172,7 +172,7 @@ New Temporary Scratch Layer Settings
:alt:Browsing to a generated Orthophoto from WebODM that covers the Area Of Interest (AOI).
175
+
:alt:Browsing to a generated Orthophoto from OpenDroneMap Desktop that covers the Area Of Interest (AOI).
176
176
177
177
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.
178
178
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:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Point Cloud.
221
+
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Point Cloud.
222
222
223
-
The WebODM 3D View shows the modified extent of the reconstruction Point Cloud, bounded by the GeoJSON proivded to the ``--boundary`` option.
223
+
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Point Cloud, bounded by the GeoJSON proivded to the ``--boundary`` option.
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Orthophoto.
228
+
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Orthophoto.
229
229
230
-
The WebODM 3D View shows the modified extent of the reconstruction Orthophoto, bounded by the GeoJSON proivded to the ``--boundary`` option.
230
+
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Orthophoto, bounded by the GeoJSON proivded to the ``--boundary`` option.
231
231
232
232
True: ``--boundary [GeoJSON]`` - Digital Elevation Model
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset Digital Elevation Model.
235
+
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset Digital Elevation Model.
236
236
237
-
The WebODM 3D View shows the modified extent of the reconstruction Digital Elevation Model, bounded by the GeoJSON proivded to the ``--boundary`` option.
237
+
The OpenDroneMap Desktop 3D View shows the modified extent of the reconstruction Digital Elevation Model, bounded by the GeoJSON proivded to the ``--boundary`` option.
238
238
239
239
True: ``--boundary [GeoJSON]`` - 3D Model/Textured Mesh
:alt:WebODM displaying the "clipped" reconstruction of the Brighton Beach dataset 3D Model/Textured Mesh.
242
+
:alt:OpenDroneMap Desktop displaying the "clipped" reconstruction of the Brighton Beach dataset 3D Model/Textured Mesh.
243
243
244
-
The WebODM 3D View shows the modified extent of the reconstruction 3D Model/Textured Mesh, bounded by the GeoJSON proivded to the ``--boundary`` option.
244
+
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.
:alt:WebODM displaying the full reconstruction of the Brighton Beach dataset Point Cloud.
249
+
:alt:OpenDroneMap Desktop displaying the full reconstruction of the Brighton Beach dataset Point Cloud.
250
250
251
-
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.
251
+
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.
Copy file name to clipboardExpand all lines: source/arguments_edit/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
@@ -39,7 +39,7 @@ Why would one use Overviews?
39
39
----------------------------
40
40
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.
41
41
42
-
In the case of WebODM, Overviews are used to create dynamic tiles for rapid display and navigation of the 2D web map.
42
+
In the case of OpenDroneMap Desktop, 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_edit/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
@@ -24,7 +24,7 @@ What Are Cloud Optimized GeoTIFFs (COGs)?
24
24
------------------------------------------
25
25
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).
26
26
27
-
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.
27
+
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.
0 commit comments