Rasters are regular grids of values, usually stored in an image-like format.
13
votes
3answers
8k views
How to clip a raster with vector boundaries?
I am using QGIS. I would like to clip a raster precipitation layer using an admin boundary layer that is vector data. However the geoprocessing tools seem to be usable only for vector data. How can ...
8
votes
2answers
2k views
How to perform Raster Reclassification in QGIS?
Is there a way to do reclassify a raster image to Qgis?
In Arcgis you can do that in Spatial analyst Tools-->Reclass-->Reclassify
Any ideas?
16
votes
3answers
809 views
Packing Polygons within polygon
I have a Boolean raster.
In the grey areas of the raster I would like to fit a given size polygon within a contiguous extent.
Basically, I have an irregular polygon, and i would like to "fit" a ...
11
votes
4answers
8k views
How do you decide what interpolation method to use for resampling raster data?
The question pretty much says it all; are there hard and fast rules about which interpolation methods are suited to each kind of raster data? Any Golden rules, rules of thumb? Good books or articles ...
8
votes
3answers
2k views
How to find the locations of the highest values in a raster?
Using ArcGIS 10, I have a raster where I would like to find the pixel with the maximum value in the raster and return its location (center of pixel) in decimal degrees. I would like to iterate through ...
5
votes
3answers
5k views
How to convert a vector layer to raster?
In qgis in the raster menu there is an item "convert vector to raster".
This behaves strangely - I do not understand how it is supposed to work.
I can select a vector file, an attribute and an ...
22
votes
6answers
28k views
What are Raster and Vector data in GIS and when to use?
What are raster and vector data in the GIS context? In general terms what applications, processes, or analysis are each suited for? (And not suited for!)
In answering someone's question today, I ...
12
votes
2answers
499 views
Raster noise reduction and edge smoothing
I have a raster image like this
I want to delete the isolated noise point and smooth the edge (say the white single points, and I want the edges of the entity look smooth). How can I do this in ...
10
votes
1answer
2k views
How can I convert data in the form of lat, lon, value into a raster file using R?
I have a data set of values over a km grid in the continental U.S. The columns are "latitude", "longitude", and "observation", e.g.:
"lat" "lon" "yield"
25.567 -120.347 3.6
25.832 ...
5
votes
2answers
885 views
How to build an artificial 'dam' across a river?
I have a DEM.
Created all files related to watershed including accumulation, direction, streams etc...
I'm stuck creating a dam.
I request you to please let me know how to build an artificial 'dam' ...
3
votes
1answer
395 views
Get a pixel value
How can i do this operation:
I want to get a pixel value fro the satellite image (Landat, GeoTIFF, 7 bands) using qgis-python.
What operators should i use? (for example in qgis's Python Console)
...
10
votes
7answers
2k views
How do I create a shapefile showing footprints of Rasters?
I have around 1,000 satellite images in tiff format, and I want to create a shapefile which will serve as an index to the rasters. This is something similar to a raster catalog, but I do not want to ...
4
votes
1answer
297 views
Getting a constant background color for transparency
I am creating a series of tif files at 1:10k scale over a vast area (760 tiles) using arcpy.mapping.ExportToTIFF and then stitch them together to create a single ecw. The output looks ok but when I ...
4
votes
1answer
262 views
Identify Polygons on raster image
I have OS street view mapping as raster images. Is it possible (without the obvious of tracing each dwelling) to identify all polygons on each tile.
To clarify,
My ultimate aim is to produce a ...
4
votes
1answer
1k views
How to resample a batch of rasters using OGR/GDAL?
I'm looking for a function similar to GRASS r.resample. I have a folder full of TIF files and want to reduce their resolution ("scale them down") to reduce file size.
3
votes
3answers
493 views
Convert an arbitrary meta-data-free map image into QGIS project
My background: experienced programmer, amateur historian, complete beginner to GIS (so I'm using QGIS). I did learn to use the QGIS georeferencer tool though.
The input: suppose I have an image like ...
3
votes
1answer
944 views
Calculating distance to points in QGIS
Is there a way of calculating the distance to the nearest points in QGIS? In ArcGIS there is a function called Euclidean Distance, which can take an input vector or raster, and generate a raster of ...
14
votes
6answers
808 views
Creating simple image from vector data
Can anyone suggest a quick (and preferably open source) way to create an image from a shapefile. For example, I have a shapefile containing parcel boundaries, I want to create a png file depicting ...
17
votes
4answers
3k views
What raster smoothing/generalization tools are available?
I have a DEM that I would like to smooth or generalize to remove topographic extremes (chop off peaks and fill-in valleys). Ideally, I would also like to have control over the radius or level of ...
5
votes
3answers
374 views
How do I use polygons to apply a unique value to all raster cells within those polygons?
In ArcGIS 9.3, I have a raster file that I would like to "mask" with polygons, giving a single value to all the raster cells that overlap the polygons. How can I do this? Here's a screen shot, where ...
4
votes
1answer
2k views
How to import a raster into PostGIS?
I'm trying to follow the instructions here to load a raster into a PostGIS database:
python raster2pgsql.py -s 4269 -I -r *.tif -F myschema.demelevation -o elev.sql
I understand that I replace * ...
6
votes
3answers
2k views
How to calculate raster statistics for polygons?
how can I calculate sums, averages etc of raster-points (multi-band) per polygon of a vector-layer. I was told that this is called "zonal statistics". I tried that with QGIS first.
There is a way to ...
5
votes
1answer
423 views
How to reproject a raster file in QGIS with datum transformation?
I want to reproject a tiff raster file from projection A (ETRS89/UTM Zone 32) to projection B (DHDN/Gauss-Kruger zone 2). The two projections have a different datum so I have to use a datum ...
5
votes
1answer
228 views
Unknown Coordinate System on old drawing
I work with many old civil engineering documents, and occasionally I'll need to georeference one which has coordinates pairs listed at many given points but does not list which coordinate system these ...
4
votes
1answer
380 views
How to store raster data in spatialite?
I want to cache my raster data(large geotiff files) on local database. I thought to use spatialite. I found librasterlite which provide functionality to do that.
Can anybody point to some tutorial on ...
4
votes
1answer
1k views
Loading a raster using QGIS into a PostGIS2.0 enabled database
Following on from my attempt to install a postgresql 9.1 db with postgis 2.0 on windows 7, I am trying to figure out how to load a raster. I have successfully loaded a shapefile, and am trying to do ...
6
votes
3answers
760 views
Raster: How to get elevation at lat/long using python?
I was wondering if anyone has some experience in getting elevation data from a raster without using ArcGIS, but rather get the information as a python list or dict?
I get my XY data as a list of ...
6
votes
3answers
523 views
How to sum up pixel values in QGIS?
I need to know the value of the sum of all pixels in a raster. However, in the Statistics section of the Metadata tab in Properties, under Sum of All Cells it always indicates 0.00. I have tried with ...
6
votes
3answers
3k views
Clipping a raster using a polyline or polygon
I have a large raster created from values that cover the whole United States and Alaska which are both polygon and polyline features, this raster was caluclated using Spatial Analyst IDW ...
5
votes
5answers
255 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 ...
5
votes
3answers
2k views
Creating a raster surface of overlaps from vector polygon shapefiles?
Basically what I'm trying to do (in ArcGIS 10) is to compare three vector files in order to create a 'comparison' raster layer. I tried using Data Comparison (under Data Management tools) but it ...
4
votes
1answer
525 views
Why does QGIS's Clipper tell me “Computed -srcwin falls outside raster size” and how do I address it?
I'm trying to clip a heightmap to a small area that I'm interested in. When I attempt to use Raster > Extraction > Clipper I get an error dialog with the message ""Computed -srcwin falls outside ...
4
votes
1answer
298 views
How does cost allocation work?
Why, when I use the cost allocation function of Spatial Analyst, is space not allocated in all input source locations (as shown in image below)? In particular, the input raster has 18 spots while the ...
2
votes
1answer
51 views
Raster Version of Spatial Join (one to many) [duplicate]
I have two raster layers that are identical in shape (they overlap exactly) and I need to perform the raster equivalent of a Spatial Join (one to many). My files need to stay in raster format ...
2
votes
4answers
300 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 ...
2
votes
2answers
319 views
Python problem in conditional combining of multiple rasters and produce one output
I have two rasters for same spatial extent and need to compare both rasters cell by cell and produce one output raster. Each has 10 land cover classes. Based on those 10 classes the comparison should ...
1
vote
1answer
77 views
Raster as Attribute Field Error
I'm using Arc 10.1. I am creating a parcel inventory where I would like to have a photo of the property attached as an attribute and view-able with an HTML popup. I have a polygon feature class built ...
6
votes
4answers
1k views
How to install “1-band color raster color table”?
I would like to use the "1-band raster colour table" extension.
I'm using QGIS Wroclaw 1.7.4.
In the plugin installer I can't find this extension, even I quote for third party extensions thing. Does ...
5
votes
2answers
3k views
Convert x, y position in georeferenced image (with world file) to longitude, latitude?
What steps do I need to do in order to calculate longitude and latitude for a specific pixel in a georeferenced image? For example this image ...
5
votes
3answers
2k views
Quantum GIS and ECW images?
How might I enable Quantum GIS to read ECW imagery?
At the moment I'm mostly concerned about this on Ubuntu 10.4 amd64, but I also use WinXP & Win7.
4
votes
2answers
1k views
Simplify Raster Contours ArcGIS 10
Does anybody know a way to simplify a number of contour polylines derived from a raster dataset? I need to generate a map that shows contour polylines at relatively small scale. With the contour ...
4
votes
1answer
379 views
Can you use arcpy.RasterToNumPyArray() to Graph a Raster with matplotlib?
Can you use arcpy.RasterToNumPyArray() to Graph a Raster with matplotlib?
I'm looking to graph a raster with X, Y, and Z values in a 3D bar graph. I just can't seem to translate the numpy array to ...
4
votes
2answers
714 views
Translating grid to USGS .dem in C# via GDAL
I am attempting to translate ArcInfo binary grids to USGS DEM format (.dem). I have installed the GDAL .NET bindings thru this build installer. I can get to GDAL in my C# add-in I am working on. ...
4
votes
1answer
833 views
How do I get the count of NoData values in a raster?
I have created a raster in ArcGIS 10 with a large number of holes (NoData) in it. I want to fill the holes using something like the the following:
rOut = arcpy.sa.Con(arcpy.sa.IsNull(rGround),
...
3
votes
1answer
346 views
Can I access a raster attribute table in QGIS?
I have some Python code that makes Raster Attribute Tables for GeoTiffs using GDAL. In ArcGIS I can see these attribute tables fine and they behave how I like (as classifications). But in QGIS the ...
3
votes
2answers
534 views
Overlaying GPX data on rasters in QGIS
I have a series of raster map images that I would like to use in QGIS and overlay some simple GPX routes over the top to produce a custom map image.
This is all quite new to me so please bare with ...
3
votes
1answer
287 views
How to get the Flow or directional raster map using GRASS?
Aside from using r.fill.dir in GRASS, is this the script to produce the Flow or directional raster map? Is this the output for the script ...
2
votes
2answers
141 views
How to calculate the area of rasters in QGIS?
I have been working with some rasters and would like to know how to calculate the area occupied by one element of a raster in Qgis.
1
vote
1answer
377 views
1-band raster colour table workaround in QGIS
Does anyone know what the workarounds are for the 1-band raster colour table plugin in QGIS?
Currently I find it will run once, then crash on the second iteration. The workaround I use is to delete ...
1
vote
1answer
321 views
How to eliminate small features in a grid?
(Update) My final goal is to take some logged point data (1 point about every 20 ft or so there are over 15,000 points) and interpolate that point data. Then I would like to convert the interpolated ...


