-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add digital surface model output #18
Comments
Is there any update on this? I am keen to get an elevation raster out of ODM. |
Sadly, no progress yet on this. But, with the python port, you'll get georeferenced point clouds from which you can create a surface model in other software. |
Which software can do that and how? |
QGIS & GRASS are two good candidates. I'd start with QGIS (https://qgis.org). |
Yep, with the I'm thinking to add this to run.py to make that CSV. However there is also an other format LIDAR (las) outputed by run.py, but I had no success using that yet in QGIS. |
@lupus78, adding this CSV output would be very welcome. |
Cloud Compare with the Cloth Simulation Filter does a great job (with tweeking) of separating the ground from above ground features, then you can use the raster generation tool to create the DSM, or DEM as required. All part of an opensource toolchain. |
Ground point classification is a challenge. I will try Cloth Simulation, thx. |
Thanks
Installed pktools on ubuntu and the QGIS plugin
Cannot seem to get the raster dataset from LAS(Z) to give any values.
Have tried with both LIDAR las and Drone photogrammetry las files.
Otherwise the Raster tools ad functionality to QGIS which was sorely missing.
Thanks,
Simon
From: julio cesar de menezes [mailto:notifications@github.com]
Sent: Tuesday, 30 May 2017 10:34 PM
To: OpenDroneMap/OpenDroneMap <OpenDroneMap@noreply.github.com>
Cc: KommandorKeen <simon.allen@iinet.net.au>; Mention <mention@noreply.github.com>
Subject: Re: [OpenDroneMap/OpenDroneMap] Add digital surface model output (#18)
@KommandorKeen <https://github.com/kommandorkeen>
Ground point classification is a challenge. I will try Cloth Simulation, thx.
take a look: PKtools is licensed by GPL v3.
http://pktools.nongnu.org/html/md_apps.html#available_tools
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#18 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AQCHXfP1Hk7xaUxOdvyvwqHHZ3g9-avyks5r_AzSgaJpZM4DL2v2> . <https://github.com/notifications/beacon/AQCHXbV8Q7fHQcDb9CBaQj8murZzU5y2ks5r_AzSgaJpZM4DL2v2.gif>
|
you can run PKtools from Command line. I am testing PKtools with my drone dataset. I think we have some good FOSS tools for point clout processing. |
Is it in the OpenDroneMap Roadmap to implement DSM output in the regular workflow in the near future? |
@jmprovencher Big plus would be to allow mor point cloud filtering options to create a 'cleaned cloud' as a discrete output prior to meshing, SOR filter, etc. |
The |
Current outputs from ODM include point cloud, mesh, textured mesh, georeferenced textured mesh, and orthophoto. It'd be just dandy if the mesh could also be output as a digital surface model, as a simple raster.
The text was updated successfully, but these errors were encountered: