Tagged Questions
A rectangular array of pixels. A Raster defines values for pixels occupying a particular rectangular area of the plane, not necessarily including (0, 0).
15
votes
3answers
766 views
Can R be used for GIS?
I'd like to create some GIS plots, and I'm wondering if R can be used for this. Here are some examples of plots I'd similar in concept to those I'd like to make:
A temperature plot (or contour ...
6
votes
4answers
363 views
Identifying overlap zones in R raster package
Package:
raster
Data:
A rasterStack with 10 bands.
Each of the bands contains an image area surrounded by NAs
Bands are logical, i.e. "1" for image data and "0"/NA for surrounding area
The ...
4
votes
5answers
65 views
How do I take an image file and convert it into a raster and then access its data?
How do I take an image file and convert it into a raster and then access its data (RBG values) pixel by pixel?
4
votes
1answer
369 views
OpenGL behavior in a 2D tile-based engine: pixel “snapping” when in motion, approximation errors?
Let me see if I can ask this question legibly:
I'm writing a 2D tile-based engine in OpenGL ES, with the intent of making it look like an old-school raster engine. My art assets are all at native ...
4
votes
4answers
238 views
Raster path following algorithms
I've got a raster grid of values that looks something like the image below (white is high values, the black background value is zero).
I'm trying to write some kind of path-following code to start ...
3
votes
2answers
308 views
How to improve a spatial raster map using ggplot when compared to spplot?
How can I improve the legend of spatial raster map plot using ggplot when compared to a spplot() legend?
I would like plot spatial maps using ggplot() instead of ssplot() however there are a few ...
3
votes
1answer
197 views
16 bit (565) image read
I'm reading an image byte array now the image is 16 bit (r: 5, g: 6, b: 5) and I would like to read it to BufferedImage.
I have tried something like:
int[] nBits = {5, 6, 5};
int[] bOffs = {0, 0, ...
3
votes
1answer
467 views
R problem with randomForest classification with raster package
I am having an issue with randomForest and the raster package. First, I create the classifier:
library(raster)
library(randomForest)
# Set some user variables
fn = "image.pix"
outraster = ...
3
votes
2answers
244 views
huff model in gis
how would be the simplest version of the Huff model for territorial and economic analysis? sig using algorithms that I recommend or free libraries for working with files both vector and raster OGR
3
votes
3answers
388 views
Best approach to storing image pixels in bottom-up order in Java
I have an array of bytes representing an image in Windows BMP format and I would like my library to present it to the Java application as a BufferedImage, without copying the pixel data.
The main ...
3
votes
5answers
748 views
Converting vector-contoured regions (borders) to a raster map (pixel grid)
I have a map that is cut up into a number of regions by borders (contours) like countries on a world map. Each region has a certain surface-cover class S (e.g. 0 for water, 0.03 for grass...). The ...
3
votes
9answers
354 views
Video equivalent of PNG?
For raster images there is:
JPG is for natural scenes
PNG or GIF for geometric scenes that are characterized by smooth colors, straight lines and gradients.
For vector animation there is SVG
And for ...
2
votes
1answer
105 views
Coordinate Reference System of Raster & Polygons in R
I have several polygons & I like to extract mean values from several raster layers within these polygons.
When I added those to ArcMap I realized that the projections of the two data types do not ...
2
votes
2answers
232 views
GDAL Raster Output
I'm trying to create a .tif file using GDAL in python. It's creating a file, but saying "no preview available" whenever I browse to it. Right now, I'm just trying to get it to make a copy of the ...
2
votes
2answers
383 views
How to save figures to pdf as raster images in matplotlib
I have some complex graphs made using matplotlib. Saving them to a pdf using the savefig command uses a vector format, and the pdf takes ages to open. Is there any way to save the figure to pdf as a ...
2
votes
2answers
211 views
Problem creating bioclimatic variables using dismo packages
I would like to get all the bioclimatic variables of future scenarios for species distribution modelling. So I run the "biovars" function in "dismo" packages using the three variables from worldclim ...
2
votes
1answer
198 views
How to cut brick using polygon?
I have a brick file of the bioclim variables, the brick was merged from four 30sec tile brick, so it is a little bit large. I would like to get the brick file of my research area by cutting it using a ...
2
votes
2answers
477 views
Is StretchBlt HALFTONE == BILINEAR for all scaling?
Can anyone clarify if the GDI StretchBlt function for the workstation Win32 API performs bilinear interpolation for scaling to both larger and smaller images for 24/32-bit color images? And if not, ...
2
votes
1answer
695 views
Moving objects on screen by per pixel basis with glRasterPos()
I have the following code to render text in my app, first i get the mouse coordinates in the world, then use those coordinates to place my text in the world, so it will follow my mouse position:
...
2
votes
2answers
367 views
How would you implement Undo in a raster drawing program?
You're making a drawing program like Paint. You want to be able to undo/redo brush strokes. How would you implement this?
Optimize for speed and memory.
2
votes
2answers
2k views
Convert Bitmap to Polygon - (Reverse-Rasterizing)
Given a bitmap image with some blots of solid color on it, what algorithm would you employ to construct polygons in the same shape as the blots?
This can be done in multiple steps: a high-resolution ...
1
vote
2answers
21 views
Printing Canvas to image silverlight
I have scuccesfully added canvas to bitmap using WritebleBitmap class and then trying to use the bitmap to save image on client system through SaveFileDilogue. I am using the method of FluxJpegCore ...
1
vote
2answers
87 views
MATLAB XYZ to Grid
I have a tab separated XYZ file which contains 3 columns, e.g.
586231.8 2525785.4 15.11
586215.1 2525785.8 14.6
586164.7 2525941 14.58
...
1
vote
1answer
42 views
How to make a raster in the background of a panel/tabPane/s.e
I try to create something, where you can drop different things on it, like the Qt Creator (no, i don't want to create a new one, but i need the function of that).
You drag some elements and drop them ...
1
vote
0answers
173 views
cycling through folders creating a spatial index
I've created a script to create a spatial index of all rasters and it worked fine when run in a single directory but when I tried to ammend it to run on subdirectories as part of an os.walk it started ...
1
vote
1answer
91 views
save file in XYZ format as vector (GML or shp)
I am using QGIS software. I would like to show value of each raster cell as label.
My idea (I don't know any plugin or any functionality from QGIS which allow to it easier) is to export raster using ...
1
vote
1answer
557 views
Ghostscript and PDF with fonts not embedded
My system config is OS X with GhostScript 9.02
I would like to know (step by step) how to add and configure the file in GS that make possible to do substitutions for fonts.
My GS installation don't ...
1
vote
2answers
138 views
Problem importing USDA Crop Data Layer (GTIFF) in R using raster() package
I've downloaded the USDA Crop Data Layer (data available here, note large file: http://www.nass.usda.gov/research/Cropland/SARS1a.htm) and want to import it into R for analysis. I've imported other ...
1
vote
1answer
194 views
Imagemagick - PDF to Jpeg/Raster texture issue
I am using imagemagick/php to make a jpeg file from a PDF.
Input PDF file:
PDF-file
Output Jpeg file:
Jpeg-file
The textures on the output file look wrong near the bottom. This is the same result ...
1
vote
1answer
102 views
clipping polygon against rectangle
today I have a (simple) rendering problem for you. My current project gets datas from a file to generate a SVG file. Drawing things as polygon is pretty easy thanks to the SVG format, but I have a ...
1
vote
1answer
109 views
ploting artefact with points over raster
I noticed some weird behavior when resizing the plot window. Consider
library(sp)
library(rgeos)
library(raster)
rst.test <- raster(nrows=300, ncols=300, xmn=-150, xmx=150, ymn=-150, ymx=150, ...
1
vote
2answers
245 views
Zonal Statistics QGIS
Is there any open source alternative for Zonal Statistics tool (ArcGIS Spatial Analyst)?
What is the best tool (which I can use in script) dor counting statistics of raster files?
1
vote
1answer
73 views
read in raster order?
hey guys,
i have a c++ programming assignment that asks me to create a matrix and store its elements (given by the user) as an array, read in raster order. i've looked around for the meaning of ...
1
vote
1answer
396 views
Fast display of raw pixel data from byte[] .net Compact Framework
I'm playing with rasters and I want to know the fastest way to paint a byte[] to the screen using the .net CF. The array is a standard 24bit raster (Screen.Width * Screen.Height * 3 in length, RGB ...
1
vote
1answer
133 views
mysterious error from foreach
On my first foray into foreach I am getting this error:
Error in function (handle) :
no function to return from, jumping to top level
I get one of these for each worker.
I am using the ...
1
vote
2answers
618 views
How can I create raster plots with the same colour scale in R
I'm creating some maps from raster files using the "raster" package in R. I'd like to create comparison rasters, showing several maps side by side. It's important for this that the colour scales used ...
1
vote
1answer
417 views
Preferred Image format for use in WPF?
As per the title, what's the preferred image format (or formats) for use in WPF?
My company will hire a designer to design some logos, images, toolbar icons, etc. for use in a WPF application. I was ...
1
vote
2answers
457 views
rgdal efficiently reading large multiband rasters
I am working on an image classification script in R using the rgdal package. The raster in question is a PCIDSK file with 28 channels: a training data channel, a validation data channel, and 26 ...
1
vote
2answers
509 views
Fastest way to draw BufferedImages to another BufferedImage
I am attempting to create a mosaic of images in Java. I calculate the size of the new image I'm creating, and then for each subimage that will be part of the mosaic, I do a paint call.
In ...
1
vote
3answers
729 views
Extract points within a shape from a raster
I have a raster file (basically 2D array) with close to a million points. I am trying to extract a circle from the raster (and all the points that lie within the circle. Using ArcGIS is exceedingly ...
1
vote
6answers
342 views
What file format can represent an uncompressed raster image at 48 or 64 bits per pixel?
I am creating screenshots under Windows and using the LockBits function from GDI+ to extract the pixel data, which will then be written to a file.
To maximise performance I am also:
Using the same ...
1
vote
2answers
180 views
How to increse performance of raster scrolling on Mac?
I have a game with a big raster map
Now we are using jpeg (4900x4200)
And durring the game we need to scroll through this map.
We use the following:
Class Map extends mx.containers.Canvas
and ...
1
vote
2answers
393 views
Perfect line rendering in as3
I'm making an arcade game in as3 and I want to draw pixely(unsmoothed by flash) lines. I'm drawing the pixels 'by hand'(not with flash's lineTo or anything) onto a bitmapdata object.
The lines ...
1
vote
2answers
201 views
Manage rotated moving raster map
My application present a (raster) moving map.
I need to be able to show the map rotated base on any given angle.
The program is currently in VC++/MFC but the problem is generic.
I have a source bitmap ...
1
vote
3answers
349 views
Idea Wanted: Raster Online Map (Possibly with ESRI API and some geoprocess model)
(I hope this is a valid question)
As I stated in my title, I'm looking for a fairly easy to moderately easy idea for some sort of online raster analysis map. I'm familiar with ESRI and their really ...
1
vote
2answers
401 views
Is there a library that can do raster to vector conversion, for the iPhone?
I am trying to take an image and extract hand written text so that it can be read easily and zoomed in on. I would like to convert the text to vector paths.
I am not aware of any libraries that ...
1
vote
2answers
886 views
Looking for MsPaint alternative with alpha support
In our codebase I write many things that, for testing, depends on the image Im loading have alpha. Usually, I make all my own testimages/programmers-art in MsPaint. But every time I need an image with ...
1
vote
1answer
3k views
Filling a Polygon: Performance of Winding Rule vs Even Odd Rule
For a complex polygon (ie: self intersecting) the choice between the Winding or the Even-Odd filling rules makes a difference in the way the polygon is filled.
But for non intersecting polygons is ...
1
vote
4answers
1k views
polygon to raster GIS
I have a shapefile of India with states (probably as polygons). I want to convert each polygon into equally divided cells ("raster" way), and populate (actually coloring) each cell by a value that ...
0
votes
0answers
7 views
remove ovelap in raster
I have few big rasters (about 2gb). Rasters are overlamp to each other. If I am set transperense to 90% the overmap region become dark, and I am see some thing like cells http://clip2net.com/s/1w1Rm
I ...