Dwight Crouse wrote:
> Hi Martin,
>
> I have a hillshade (tif format), DEMs (binary format) and lidar in (las
> and laz formats). I need to generate contours and I would like to from
> the already created DEMs or hillshades but the documentation in the
> readme for lasiso does not include these formats from what I can see, is
> this possible? An alternative is that I base the contour generation on
> the original las/laz files, which I can do and I have done for testing.
A hillshade file is pretty much worthless: All the interesting/crucial
info for contour generation has been thrown away. :-(
Using either a DEM or (better) the original laz files is the way to go!
>
> The other question, is what's the best way for me to generate the
> contours given that I need to process 973, 2kmx2km tiles? I could do
OK, so almost 4000 sq km?
What sort of contour density do you need?
At which resolution?
> each tile separately and join them but then I would be left with a bunch
> of cleaning up to perform on the tile edges. If I attempt to group the
> lidar (using lasmerge) or DEM files (using blastDEM) what's a good
> grouping I should use before I run into memory issues? .
The only reasonable workflow here is to start with one of Martin's
sample batch files that start with lastile.exe:
lastile will merge the points and generate individual tiles at whatever
size you want (I use 250x250 m), including a buffer zone around each tile!
The buffer is crucial since it makes it possible to process all the
tiles in parallel while avoiding any kind of glitches around the tile
boundaries.
I have used this process to generate 25 cm (!) contours for an area that
covers nearly 300 sq km.
You might get into some problems with lastile though, if you try to
generate 10K+ tiles your computer might run out of file handles during
the tiling process.
Terje
>
> Thanks,
>
> Dwight
>
> --
> Download LAStools at
>
http://lastools.org
>
http://rapidlasso.com
> Be social with LAStools at
>
http://facebook.com/LAStools
>
http://twitter.com/LAStools
>
http://linkedin.com/groups/LAStools-4408378
> Manage your settings at
>
http://groups.google.com/group/lastools/subscribe
>
>
--
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"