Garret Duffy wrote:
> Hi,
>
> I have a 10 GB ASCII file (XYI) that was exported from a raster. Data
> is already gridded, I do not want to re-interpolate or re-sample.
OK, so it seems really trivial...
>
> I would like to recreate the raster in ARCGIS, i.e. use LASTOOLS to
> create a ARC raster of identical sample spacing to the ASCII file. I
> think a nearest neighbor, or similar, method would suffice.
Do you need to change the resolution of the raster?
Nearest neighbor etc only comes into play if you are re-sampling!
>
> What would be the most efficient way to achieve this using LASTOOLS?
I'm guessing you could use many of the lastools since you are only
changing the file format, not any of the data!
However, afaik using las2dem or similar will be default use the input
points to construct a TIN, then sample this to generate the output, and
the TINning process really don't want to start with a regular grid!
What about simply using las2las to convert the text file to .las/.laz,
with a single (ground) point per cell, then load that file in ArcGis?
las2las -parse xyzi -i input.txt -o grid.las
Terje
>
> Thanks,
>
> Garret
>
> --
> 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"