Changing the values of the cells in a raster.
0
votes
1answer
28 views
Global DEM and country borders
I am trying to split up the world into 2 categories based on elevation (below 2000m and above 2000m) while still including a country identifier. So in the end, I would like to have 2 types of units ...
0
votes
1answer
102 views
How do you use 'reclass' in GRASS?
It could be user error, but for some reason, the reclass tool is just hanging and hanging...
QGIS 1.8
Compiled against GDAL/OGR 1.9.2
Ubuntu 12.04.1
Running the tool from the Sextante toolbox
Input ...
2
votes
0answers
181 views
Reclassifying a field in vector files in ArcGIS
ArcGIS has a reclassify tool that works with Raster files only.
Is it possible to have the same functionality for a vector file?
On the basis of one of the fields in a feature class, the tool ...
1
vote
0answers
49 views
Reclassifying a raster based on values in another raster
I am attempting to create a new raster based on the values of two rasters I have already created. I am using ArcGIS 10.1
Raster1 is an area with my true values.
Raster2 was created by reclassifying ...
1
vote
0answers
114 views
Reclassify ESRI raster using variables from a SQL Server table (connecting with pyodbc)
I am trying to reclass a raster file (representing vegetation and land cover types) using values stored in a SQL Server Express table. I have a set of ~400 species records in the table, with each row ...
0
votes
0answers
107 views
How to Reclassify Raster using ArcGIS Engine?
i'd like to create an application that reclass a raster . user enter his/her range of class in a listbox . the application calculate minimum and maximum of band value . the problem is that i couldn't ...
