Skip to main content

Questions tagged [vectorization]

The conversion of raster data (an array of cell values) to vector data (a series of points, lines, and polygons).

2 votes
1 answer
473 views

Runtime problem gdal:polygonize processing algorithm

I have a c. 60 MB file containing the GTOPO30 30-arc second (c. 1 km) digital elevation model of Africa. The dataset is described here: https://databasin.org/datasets/2965da954b114ff3b47621e99e3b29ba. ...
aso's user avatar
  • 73
1 vote
2 answers
822 views

Converting raster to polygon through ModelBuilder?

I have a set of raster which I want to convert to the polygon. Below is the model I prepared, but its showing below error. I checked the error code, which explains Alter the name to remove any ...
MapQuest's user avatar
  • 405
1 vote
3 answers
256 views

Custom vector data drawing

I'm trying to create a map for a fictional map. I'm using Leaflet to display the map, with tiles, different levels of zoom and so on. Now I need to generate, to "draw", some vector data. Specifically,...
Ikzer's user avatar
  • 121
9 votes
1 answer
1k views

Creating vector (with lines/polygons) from raster based on paper map in QGIS

For a task I have several maps created with GIS that look like the following: I am mainly interested in the colored zones that aren't roads (red) or rivers (blue) and would like to turn these into ...
Weece's user avatar
  • 93
2 votes
0 answers
462 views

QGIS is flipping my rasters when I vectorize them

I am using QGIS to vectorize some raster layers. I was able to do this fine a week ago, but now every time I use the vectorize tool, the resulting vectors are flipped upside down. Any suggestions?
JS5687's user avatar
  • 99
6 votes
0 answers
211 views

Telling gdal_polygonize.py how to interpret colors / what does the `DN` field mean

I have lots of raster files I am converting to polys with gdal_polygonize.py. All these images have a consistent palette which I'd like to map to an attribute in the resulting polygons. On most ...
narrowtux's user avatar
  • 161
2 votes
0 answers
68 views

Generate multiple polygons based on JPEG image?

I have a number of image files depicting polygons (the original shapefiles are lost). Is there a way to automatically create new polygons in GIS, based on the form of the shapes visible in the image? ...
derheine90's user avatar
0 votes
1 answer
200 views

Load GeoTIFF band value into PostGIS

I am trying to upload a geoTIFF file into my PostGIS database. Using raster2psql, it works. raster2pgsql -I -C -M *.tif -F -t auto mytablename > mytable.sql psql -d mydatabase -f mytable.sql ...
William Abma's user avatar
1 vote
0 answers
54 views

Refine Raster Layer / remove Color bleeding

I have a Raster layer of Population density in a low resolution. These raster layer has color bleeding between the different population areas. Is there a way, to remove them in QGIS like color ...
Santos's user avatar
  • 61
3 votes
1 answer
1k views

Finding external boundary of bunch of vectors (using R libraries)

I have vectorized raster as in the image. This is actually 1419 polygons in SpatialPolygons class object. I'm looking for a method which would allow me to extract the one most external polygon (...
Peter.k's user avatar
  • 477
2 votes
0 answers
317 views

Converting historic map data (raster) into polygon format? [closed]

How do I convert historical buildings from map data (raster) into a polygon format? The historic maps that I am referencing are the Sanborn Fire Insurance Maps. Here is the link to an example in case ...
Michael's user avatar
  • 29
1 vote
0 answers
1k views

Digitizing contour lines from a picture in QGIS

I have a map with isobaths (water depth), like in this picture, and I would like to digitize them. Is there any tool or procedure in QGIS that can recognize the lines in the picture and create a ...
AUS85's user avatar
  • 446
0 votes
0 answers
204 views

Polygon to Raster conversion: Raster shifted ~10m horizontally. How to fix?

I converted a number of polygons into a raster. The cell size is correct but the raster has shifted ~10m horizontally. Is there an issue with my method or is there a tool I can use to fix this?
Henry's user avatar
  • 1
4 votes
1 answer
2k views

Extracting GeoTIFF colours and adding to equal geometry shapefile

I have the following map in .png-format that I would like to replicate, but I cannot obtain the original data. The map shows the current water supply vulnerability for local municipalities in South ...
JohnGIS's user avatar
  • 515
-2 votes
1 answer
91 views

Loading georeferenced map TIFF image into shapefile using ArcMap?

I need to add this Lake County townships map into a shapefile that contains other counties' townships. The shapefile's fields are: Township, Shape, Shape_Length, Shape_Area and County. How can I do ...
Regulus's user avatar
  • 33

15 30 50 per page
1
3 4
5
6 7
13