I am wondering if there's another way to convert raster data (ex: DEM) into regularly sampled points. I've used Raster to Point under ArcToolbox previously, but if the raster data is huge, that's a lot of points! Is there a way to specify the number of points or to specify the cell width and height so they're nicely spread out? I am aware of the Create a Fishnet tool, but that doesn't seem to be working for me at the moment. Not sure what I'm doing wrong.
|
|
||||
|
|
Alternatively, you could proceed as followed:
The key here is the aggregation factor which controls the degree of generalization of your input data, e.g. the spacing of the resulting sampling points. |
|||
|
If you have Spatial Analyst, here's what I would suggest:
The output will be a point feature class, with the sampled raster values as attributes. EDIT: In fact, I think step 2 can be omitted if you use the "Create Label Points" option in the Create Fishnet tool. (I'm assuming the label points are created as centroids.) |
|||
|
|
|
You can also resample your raster to different cell size and then use raster to points. All depends on what do you want receive as final product. |
|||
|
|