0
votes
0answers
28 views

Extract elevation data from arcglobe

Im trying to create a small 3d trail map and therefore need to get elevation data for the 3d visuals. I've already visited the USGS site and downloaded some DEMs, but they just dont look right even ...
5
votes
3answers
297 views

Extract Overlapping Polygon Data to Points

I have a polygon data set of corn yield collected by a combine. However, as the combine drove through the field, there was slight overlap between passes, leading to overlapping polygons within the ...
3
votes
2answers
567 views

Extract raster by mask output does not completely overlap the mask

I have a flow accumulation grid and a shapefile containing catchment areas. Now I want to do some calculations on them so I need to extract data from cells in the raster adjacent to certain catchment ...
0
votes
1answer
405 views

Fields from a selected feature set are missing when gp.submitJob(..)--in Flex— pushes feature set to geoprocessing service (in Python)

I am extending existing query functionality that I have added to the ArcGIS Flex Viewer. I would like to extract the results from a query--which consists of a FeatureSet--into a .gdb. In order to do ...