Tagged Questions
4
votes
1answer
51 views
Raster to vector with gaps in Landsat ETM
I need to find size of water area from a raster (jpg) using QGIS 1.8.0-Lisboa. The raster is a Landsat image with gaps of data in it.
I used Polygonize, but the output file shows wrong polygon size ...
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
281 views
Openlayers remove previously drawn polygon on starting to draw next one
Objective:
At any point of time there SHOULD only be zero/one polygon(s) on a vector layer with a polygon control. I need the previous polygon to be removed as soon as user starts drawing the first ...
1
vote
0answers
45 views
Add regular points to each polygon in QGIS [duplicate]
Possible Duplicate:
assign and move centroids to their polygons
I'm trying to find out a method to define a unique ID based on specific coordinates for each polygon of a shp. The problem is ...
4
votes
3answers
83 views
How to subset X number of features from Shape file in QGIS
I'm looking for a means to take a rather large Shape file and split it out into separate, smaller shapefiles based on number of features. So for example, if I have a file with 1 million features, ...
3
votes
1answer
313 views
adding polygon to database in openlayers
I want to add a polygon to the database. I used the following code. The problem is that I am to able to save in database. Whatever polygon I draw on map it gets save temporary and as soon as I reload ...
3
votes
2answers
77 views
Dissolve column based on attribute in another column
I have 3 columns within a polygon layer I'm working with.
Column 1 = Landowner, 3 different values
Column 2 = Parcel, N different values
Column 3 = Management type, 5 different values
I would like ...
4
votes
2answers
338 views
Is it possible to generate a vector polygon from a polygon on a raster image?
I have a raster map which I have extracted from a government report providing flood extent return frequencies. I want to 'snatch' these flood extent polygons (i.e. convert to vector) and I was ...
0
votes
1answer
876 views
How to change events in the Oncomplete Drag function in Openlayers
below is code that works for Openlayers drag function:
drag = new OpenLayers.Control.DragFeature(polygonLayer, {
autoActivate: true,
onComplete: function() {alert('Are you sure this is the ...
2
votes
1answer
854 views
Openlayers get coordinates from polygon
please could someone help me and bless me with an example of how to get coordinates from a polygon in OpenLayers?
2
votes
2answers
784 views
How to subtract Geometry Point Polygons in OpenLayers?
I have two json arrays, one for background polygon and one for other polygon.
And from them, I got two polygon layers.
backgroundLayer = new OpenLayers.Layer.Vector("Background Layer", {styleMap: ...
4
votes
2answers
686 views
Calculate neighborhood statistics for polygons?
I've been searching around for the answer to this (including here) and have yet to find it. I'm interested in finding out how to calculate a 'neighborhood sum' for vector, polygon data. I am aware ...
6
votes
1answer
529 views
Where can I find a Unesco World Heritage List as boundaries?
I was wondering if anyone knows where to find the UNESCO world heritage list with boundaries? I can extract point data from the json feed for the map on the website http://whc.unesco.org/en/list via
...
4
votes
1answer
935 views
GDAL - creating vector from raster
[SOLVED] Good day! I'm looking at either gdal_contour or gdal_polygonize.py to create a vector layer file from a raster file. I can create the vector file using either method, but it's upside down ...
0
votes
0answers
538 views
How to select an area in a raster map that is compared with another raster map? (intersection of two raster maps) [closed]
I have
raster map A=elevation values and
raster map B=raster with colors (each color represents a polygon boundary. raster map B is created with the use of v.to.rast)
I want to select the part of ...
2
votes
2answers
487 views
How to query data from a vector map (shapefile)?
We want to obtain the specific place of the boundaries of a shapefile. We want to be able to get the points of each polygon corresponding to a specific place in order to use these data in an ...