Tagged Questions
1
vote
3answers
60 views
How can I reclassify a raster to floating point values?
I have a raster of landuse values that I need to reclassify into pollution concentration values. I have the pollution values in a separate table. They are decimal values (ex. 0.0056), and my landuse ...
1
vote
0answers
19 views
How to combine two rasters, preferring the values of one over the other? [duplicate]
I have two rasters that I need to combine (not using the Combine tool). The values of the 1st raster are preferred to those of the 2nd raster, so I want to keep these values if they exist. Where the ...
0
votes
0answers
21 views
Sum all cells in raster using javascript
I'm creating an agent-based model in Agent Analyst for ArcGIS and I need to sum all the values in a raster that has about 7 million pixels. I'm a very beginner in programming, and have a script that ...
1
vote
0answers
37 views
Feature to Raster Conversion Results in Empty Raster [closed]
I have a simple shapefile with one feature in it with a single value (of 1). I am trying to run a Euclidean Distance on that feature, but I get "invalid parameters" errors.
So I tried to convert the ...
0
votes
2answers
68 views
How to delete isolated pixels in ArcGIS 10.1?
I want to know that it is possible or not to edit the raster pixel in ArcGIS.
I want to delete isolated pixel and I want to delete some pixel by manually.
please tell me how can i do it manually or ...
0
votes
1answer
34 views
Maintain 8-bit pixel depth in Raster Calculator
Would anyone know how to maintain 8-bit pixels when computing raster calculations in ArcMap?
1
vote
1answer
101 views
Resample, ArcGIS: How do I avoid resample taking into acount NoData values?
I am trying to re-sample a raster dataset to match the resolution of another dataset. I have fine resolution data on small islands (surrounded by NoData in the sea). When I re-sample the data to a ...
1
vote
2answers
76 views
Raster Calculator question for Multiple Rasters
I am having trouble for writing script in Python (ArcGIS 10.1). The task is generally divide each raster by 100. I have many of these raster files....
So what I've done is the following:
from ...
4
votes
1answer
75 views
Create points around the edge of viewshed results?
Is there a tool or module, or multiple tools, in ArcGIS that will allow you to automate the creation of points around the outer edges of a viewshed?
What I am trying to do is gather data about the ...
2
votes
2answers
73 views
Merging Raster Datasets of Different Resolutions
I have two DEMs in .tif format and I am looking to merge the two. The main problem with merging these are that they are different resolutions (one is 10m and one is ~20m). Also, another problem with ...
3
votes
2answers
56 views
Buffer of different radius - Intersect with raster
I have a polygon shape with buffers. However, the buffers are of different size from 4m radius to 15m. In total I have 7 different buffers.
I have a landcover raster and I would like to extract ...
0
votes
2answers
48 views
Export Raster with classification colors in ArcMap
I have a single band raster, but i like to export it with the same colors as in Arcmap.
Any help please.
2
votes
1answer
58 views
Raster calculator - reduce all value above certain value
I have a probably quite simple question: I have a raster with elevations above 2000m that I want to "cut" to 1800m. I cannot quite figure out the correct string and most simple way to do this in the ...
5
votes
3answers
98 views
What is a simple binary raster storage format which ArcGIS can read?
I have a C++ program that manipulates raster digital elevation models.
I have been using ArcGrid ASCII format for results. It is simple to code and gets the job done, but it necessitates a decimal ...
0
votes
0answers
34 views
How to change integer labels into strings for a raster layer and publish it as a map service to retrieve its legend?
In ArcGIS Desktop 10.1, I've got a raster layer that uses an internal colormap to draw its symbology in the TOC. The result is an integer value for each color symbol classification. I can edit ...
3
votes
2answers
99 views
Overlay Vector Layer on Raster Layer
How can I overlay a Vector Layer on a Raster Layer and assign NoData Values on the Raster where the Vector Layer does not cover the Raster Layer?
(preferable with ArcGIS)
2
votes
0answers
53 views
Point file to raster
I have a point file of trees in my study area, which includes the attributes of each tree. Each tree also has a crown radius associated with it. I need to summarize the attributes of these points ...
1
vote
1answer
80 views
How to convert a shapefile polygon to raster in C#
Does anybody know a way to convert a polygon (vector) in a shapefile to raster data WITHOUT using ArcGIS Explorer Desktop? Is there a way to do this 'progmatically' in C# (WPF with ArcGIS runtime ...
1
vote
2answers
79 views
How can i make a polygon of cells of a raster
I have 100 rasters, each raster has the same cell size and extent and i want to make a polygon over of each cell. Can anyone help me doing this?
Thanks in advance.
0
votes
2answers
83 views
Make a “Shaded Area Polygon” from HILLSHADE raster in ArcInfo 9.3
How am I suppose to extract the values ( Value<=100 ) from this HILLSHADE raster, and then make the extracted values as a VECTOR POLYGON (shapefile)
---I'm using ArcGIS 9.3 (ArcInfo with all ...
3
votes
1answer
88 views
Polygon to Raster is taking longer in script than in arcmap
I have a large dataset that I am working with. Basically I have a table with 900,000 records that I join to a geodatabase feature layer, then convert that to a raster.
This process takes a total of ...
0
votes
1answer
45 views
ArcGIS 10 rasters/features in ArcGIS 9.3
I am tempted to go back to ArcGIS 9.3 from ArcGIS 10. For what I do, 9.3 is more efficent.
Now...I know I cannot open ArcGIS 10 documents (maps, scenes) and layers in 9.3 unless saved as 9.3 file, ...
4
votes
3answers
147 views
Finding outliers with wrong Z values in LIDAR data
I have more than 2000 XYZ .txt files and I have to do QC: let's say I have file, which I converted to multipoint (or even singlepart feature). I have mean Z value for a file, but ... if most of the ...
2
votes
2answers
116 views
Calculate Percent coverage using another raster, with dif resolution and orientation
I have a 0.5 meter raster that defines presence or absence (cells are either 1 or 0). I have another 5 meter raster, which I created. I would like to calculate a percent coverage of the underlying 0.5 ...
1
vote
1answer
42 views
Scanned Transparent Map Overlay
We have a flat file of 50 Geology maps that have a transparent overlay with faults and drill holes. I have them scanned and georeferenced as TIF images and they will be used in ArcGIS 10.0, 10.1 and ...
2
votes
0answers
35 views
Is there a tool for automated quality assurance for vector data captured on raster data?
I wonder whether is any tool(or script) in ArcGIS or QGIS which allows to make an automated quality assurance for vector data captured on raster data?
vector data on binary raster:
3
votes
2answers
138 views
Majority filter (minimum mapping unit) in ArcGIS with larger window size
I want to run the majority filter in ArcGIS with a window size of 4 or 5 i.e. greater than the default 3. Is it possible? Or some other command (or tool) which might help me achieve that?
thanks!
3
votes
0answers
88 views
Can ArcGIS handle missing values to create a contour map?
I am trying to create a contour map for a waterbody. It turns out that in several locations there is no data. I just don't want to use the missing values as zero in ArcGIS because it would create ...
2
votes
4answers
291 views
ArcInfo Grid ASCII to ESRI Shapefile conversion
I have an ArcGIS grid ascii file (Ramankutty Cropland at 5 minute resolution) that begins as follows:
ncols 4320
nrows 2160
xllcorner -180
yllcorner -90
cellsize ...
3
votes
0answers
191 views
How can you convert a Rainfall Isohyet map into Raster so you can determine the precipitation (mm) at any point?
I'm Joanne & I'm a newbie in ArcGIS... I Hope somebody can help me figure this out:
Specifically, I have a rainfall map (Isohyets) measured in mm (precipitation)... I wanted to know a particular ...
1
vote
2answers
61 views
ArcPad Raster Not Displaying Correctly
I have a hillshade that I would like to use as a background in an ArcPad 10 map. I get everything set how I want in in ArcMap and when I export the map to use on my Trimble the hillshade doesn't show ...
4
votes
3answers
65 views
Where can I find decadal climate and ocean data for Europe?
I would like to find decadal climate and ocean data for Europe that I can download and use directly in ArcGIS. Specifically, I am looking for mean annual temperature, sea surface temperature, and ...
2
votes
2answers
206 views
How to georereference a TIFF file which has already a spatial reference?
I have a TIFF file of Poland and a self drawn vector map of Poland. The vector map has no spatial information.
I am intending to reference the TIFF exactly to the shape of the self drawn map.
My ...
3
votes
0answers
110 views
shortest distance between a raster and another raster
i am using arcgis 10.1
i want to calculate the shortest distance between a raster and another raster. i have a bathymetric raster and an underlying fault plane raster. for each bathy raster cell, i ...
1
vote
0answers
145 views
Raster calculator error 000539 - cannot create weak reference to 'classobj' object
I was - like many times before - trying to clip a raster with the raster calculator (raster * 1 with shapefiles as mask). Now - the following error keeps popping up:
ERROR 000539: Error running ...
6
votes
1answer
90 views
How to reclassify raster data by their sign?
I want to do the following: I have two data raster sets with different units and values. One results from measured metric data, the other from modelled grid values. What I want to compare is simply ...
7
votes
2answers
173 views
How to create a solar intensity map for a garden plot?
I'm interested in creating a raster surface that depicts the average solar intensity per unit area for a small garden plot. I imagine the inputs into the model would be the following:
Plot ...
3
votes
1answer
486 views
ArcGIS 10 - Raster cell values and raster attribute tables - reassign raster cell values from another attribute
It seems like this should be relatively easy to accomplish, but I've been messing with this issue off and on for a couple days and have not successfully figured it out.
Problem: I have a large (size ...
3
votes
1answer
123 views
An error in raster calculator in Arcgis
I wrote and ran this formula in raster calculator in ARCGIS. But the following error gets me into trouble. Does anyone have a suggestion to overcome this? Here is the formula I wrote and the error ...
0
votes
2answers
343 views
Difference between Geostatistical analysis and Spatial analysis tool for interpolation
I did interpolation on point data using "Geostatistical Analyst" tool. It gives me surface layer. Then I exported this layer into raster image (by right click on this layer=>export data into raster) ...
2
votes
1answer
148 views
Question about sizes of input rasters for raster calculation
To calculate any formula (conditional statements/relational operation etc) in the raster calculator in ArcGIS using two different sources of raster images, I'd like to know input rasters must be the ...
5
votes
5answers
248 views
How to find the minimum extent of a given pixel value of a raster?
I am wondering if there is a way to find the minimum bounding extent for a raster with a particular value. I clipped a raster from a global image and the extent is set as the global extent with a lot ...
3
votes
2answers
134 views
Reproduce raster with the same extent, and the same number of columns and rows
I have two raster A and B. A and B have the same grid size but different extent.
How can I make A has the same number of columns and rows, as well as the spatial extent of B?
5
votes
1answer
111 views
Simplifying polygons made from binary rasters
I'm using MaxEnt to produce a species presence / absence raster layer. It works fine but I have to choose a cut off point for what constitutes presence or absence. As a result I end up with a lot of ...
2
votes
1answer
152 views
How to Calculate Utilization Distribution Overlap Index (UDOI) in ArcGIS 10?
I was wondering if any of you happen to have any information on how to calculate the Utilization Distribution Overlap Index (UDOI) in ArcGIS 10? If I understand it correctly the UDOI takes two kernel ...
6
votes
1answer
118 views
Raster aggregation in ArcGIS
I'd like to aggregate a raster from 1m to 6m in ArcGIS with a custom rule. For example, each cell value of aggregated raster = mean value of 5 highest cell values from 36 aggregated values. How do I ...
2
votes
1answer
155 views
How do I pass each parsed file name to the next tool in Model Builder?
I cannot get the Parse Path tool to pass each file name to the next tool. In the example shown, the Raster to Ascii tool will take the first entry in the 'filename' variable list as part of the output ...
3
votes
1answer
127 views
How to align two rasters of exact same cell size, extent in ArcGIS 10?
I have two raster datasets. One is already georeferenced.
The second one is not georeferenced but should have the exact same extent and cell size as the first one. It is supposed to exactly overlap ...
4
votes
1answer
121 views
How to extract most probable flow line from multiple lines?
I have to apply uncertainty principle to computing flow accumulation using Monte Carlo method. I generate raster with random numbers which represents mistakes in creating DEM. Then I apply those ...
1
vote
1answer
295 views
Problem with raster calculator
When working with raster calculator there is an error 000539? The program failed to create a common raster map. I don't know what to do. I did the same in school without any problems. But now, on my ...



