Tagged Questions
5
votes
1answer
618 views
How to display dynamic raster (lidar) data on a Web map?
I have some high quality LiDAR data. I need to process it dynamically, and update a field (not elevation field) depending on my input and elevation at that point. Once this is done, I need to display ...
4
votes
1answer
884 views
Coordinates of upper left corner in the world file?
According to Wikipedia and ESRI last two lines in the world file represent x and y coordinates of center of upper left pixel.
Now, if I have a world file like this:
32.0
0.0
0.0
-32.0
691200.0
...