Tagged Questions
0
votes
1answer
31 views
How to extract elevation data from binary .ADF elevation format at given coordinates?
I have a high resolution digital elevation model available. The ground resolution is 1 meter and the file format is adf which is some binary ESRI grid raster format.
I have a script the outputs x/y- ...
0
votes
1answer
39 views
How to run a shortest path analysis for DEM-derived streams and pour points?
I have a .shp for streams and another for pour points. Those features were extracted from a DEM by using the Hydrology package from the Spatial Analyst Tools of ArcGIS 10.
I want to know the distance ...
0
votes
0answers
21 views
Manually edit cell value in DEM in Arcmap10?
Is there any chance that I could manually pick a group of cell in DEM, then edit the value of them in Arcmap 10?
I know about the Aris Grid Editor for Arcmap but it requires licence and it's too ...
3
votes
2answers
130 views
What is the best source to download 10m (1/3 arc-second) DEMs?
I'm looking for some of the 10m DEM to fill in the white Quad areas. Do you know where of can I find them? These 10 DEMs we have are actually coming from the NRCS Geospatial Dataway. I believe they ...
0
votes
1answer
259 views
Calculate maximum and minimum elevation for a polygon layer from a DEM [duplicate]
I have a polygon layer and would like to know the min and max elevation within each polygon. My elevation layer is a digital elevation model. I'm not quite sure how to extract that information.
I am ...
3
votes
1answer
84 views
ArcGIS Raster Symbology - Break contour at 0
In ArcGIS 10, how can I break raster symbology (stretched) at a particular value (i.e. 0). For example, I have a DEM representing both topography and bathymetry and I want a break at the 0 m contour ...
5
votes
2answers
987 views
Is there a way to clip a raster using a vector polygon without having Spatial Analyst?
I have ArcView 10 and I'm trying to clip a DEM (TIFF) to a wilderness boundary (polygon). I know ArcView won't let me do this without Spatial Analyst, but I don't have $2500.
I tried exporting my ...
1
vote
1answer
143 views
arcgis python window VS pywin32
I have problems while using the ZonalHistogram function in Python. It seems to give strange results, while, with the same code run in arcgis' python window everything works fine.
I am trying to study ...
1
vote
0answers
150 views
tools from Geospatial Modelling Environment in ArcMap model [closed]
How to extract raster DEM elevations to vector attribute tables in ArcGIS 10?
Can GME tools be used in model for publishing a tool on web? I want to use it in integration with other tools in ArcMap.
...
2
votes
1answer
286 views
Creating a constant elevation raster with multiple attributes
Is it possible to create a raster with a constant value with multiple attributes? Such as:
rowid value count Name
1 630 36000 Forest
2 630 75000 Anthro
3 630 2600 ...
8
votes
3answers
1k views
Best method to aggregate 1m DEM mosaic to 10m DEM
I have a mosaic of a 1m LiDar derived DEM. I need to output a subset of the data as a 10m DEM. I am currently using the aggregate tool in ARCGIS 10 to produce a mean value for each new 10m pixel. ...
2
votes
4answers
320 views
Is there a way to programatically force RGB (3 bands) in a raster with arcpy?
I'd like to include conversion to a 3 band RGB raster in a script to prepare multiple DEMs for image processing. The input files are rasters extracted from a raster mosaic.
The manual option is to ...
5
votes
3answers
5k views
How to extract raster DEM elevations to vector attribute tables in ArcGIS 10?
I have an ArcMap 10 project with multiple layer groups. One layer is a raster DEM, another layer group is a bunch of vector shapefiles (including points, lines and polygons). The client wants all ...
2
votes
0answers
316 views
How to calculate Solar Radiation falling on vertical surfaces using DEMs and ArcGIS?
I am using ArcGIS10 Area Solar Radiation tool to calculate irradiation on horizontal surfaces (building roofs) but need to do the same for vertical surfaces (building facades). Any ideas on how to do ...
2
votes
3answers
986 views
How to convert raster data into regularly sampled points?
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 ...
8
votes
4answers
2k views
How to 'burn' a stream network into a DEM layer in ArcGIS 10?
I am working on a DEM that in an area where there is little relief. I would like to 'burn' the river network into the DEM so I can calculate flow accumulation and flow length accurately. I am using ...
8
votes
2answers
441 views
Extract the area of a DEM above where 60% of the region lies?
I have a DEM of a mountainous region. I'd like to extract the areas of the DEM above which 60% of the total DEM area lies. So, essentially I'd like to extract the areas representing upper portions of ...
3
votes
4answers
2k views
Can I convert ESRI Grid (DEM) raster to USGS DEM?
There is a tool for DEM to Raster in ArcGIS but I need to convert my ArcGIS DEM rasters (mostly LiDAR) into USGS DEM. The idea is to import this DEM into Sketchup and create a "sandbox" TIN surface ...
4
votes
1answer
382 views
Obtaining a contour as a single polygon in ArcGIS?
I have a DEM that I want to retrieve a single contour polygon from at a given elevation. I can use the Contour tool to obtain a series of polylines at a given elevation by setting the contour interval ...
4
votes
1answer
361 views
Is it possible to reverse the trend/values of a raster?
For example - if I have a raster DEM covering a stream with higher elevations in the west (up river) and lower elevations in the east (down river) is it possible to reverse this trend so that the east ...
5
votes
1answer
5k views
creating a dem from contours
I have a large set of contours that I received broken down into several different subsets. I have merged most of the subsets together creating a larger set of contours in three different files. I have ...
5
votes
1answer
4k views
Watershed Delineation
I am trying to delineate just the catchment area of some lakes, and am wondering the correct way to do this. I already have a filled DEM, along with a flow direction and a flow accumulation raster. Is ...
4
votes
2answers
10k views
Merge several DEM into one in ArcGIS 10
Is there any ArcGIS 10 tool to merge several DEM into a single one?
14
votes
13answers
16k views
How to a convert LiDAR XYZ files to DEM / DSM?
Normally consultants (LiDAR survey) provide me with data to my specifications; already in ESRI GRID or ASCII GRID format. This way LiDAR data can be easily used with ArcGIS.
This time I only have xyz ...