I have a large raster layer with wind speed values assigned to each cell. I also have point data that displays locations where wind farms have been constructed. I would like to add the raster values to the wind farm location data. The goal is to figure out when each wind farm was built over each wind speed value. Any ideas?
Asked
Active
Viewed 2.6k times
1 Answers
11
If you have the Spatial Analyst extension, you can use the Extract Values to Points geoprocessing tool to do this very easily.
If you have multiple rasters for which you want to perform this extraction, you can use the Extract Multi Values to Points geoprocessing tool.
dmahr
- 11,833
- 40
- 68
RASTERVALUof -9999 indicates placeholder data, meaning the raster data does not properly underlie your point data. Have you visually confirmed using the Identify tool in ArcMap that your raster data directly underlie your points? If not, one of your datasets probably has a projection issue. – dmahr Jul 02 '12 at 23:11