Tagged Questions

9
votes
5answers
421 views

Quickly find and render terrain above a given elevation

Given an elevation map consisting of lat/lon/elevation pairs, what is the fastest way to find all points above a given elevation level (or better yet, just the the 2D concave hull)? I'm working on a ...
4
votes
5answers
472 views

Where to get Terrain Data - both free and paid?

Where can you get terrain data? What resolution data can you get for free? What resolution data can you get when you buy the data? How much is that data? I found this site that has free terrain ...
0
votes
2answers
100 views

Where to begin? Using x,y,z data to display a building lot

I used a builders' level to get x,y,z coordinates on a 110' x 150' building lot. They are not in equally spaced rows and columns, but are randomly placed. I have found a lot of info on mapping and ...