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).

3 votes
2 answers
78 views

When vectorizing rasters with the "Raster pixels to points" tool, I have to choose a single band (there is no option to say: All bands). I.e. when vectorizing multiple raster bands, I have ...
Honeybear's user avatar
  • 2,788
5 votes
1 answer
198 views

I have this raster: which I'd like to convert to vector data (linestring) (e.g. a Shapefile). To this end, I'm using this Python code: import rasterio import geopandas as gpd from skimage.morphology ...
swiss_knight's user avatar
  • 11.4k
0 votes
0 answers
57 views

I am using GRASS Voronoi Skeleton (v.voronoi.skeleton) in QGIS, to create lines from what are "road polygons". It works well enough in cases of straight, disjunctive polygons. Problem are ...
Honeybear's user avatar
  • 2,788
0 votes
1 answer
78 views

I am using QGIS to map water bodies from satellite-based spectral data which is provided in raster formats. This is to understand how these water body shapes and areas change over time between each ...
Tom's user avatar
  • 1
0 votes
0 answers
56 views

I have FEMA 1% raster data, that I converted to polygon using raster-to-polygon tool. Esri is blocking me to package the project because I used that tool. I even deleted all the FEMA layers and still ...
gary smith's user avatar
2 votes
1 answer
77 views

I have a scanned map (raster) with land-use classes drawn as patterns. Which QGIS-tool or python tool would be good to, for example, create a shapefile with points at, or a box around, each of the *-...
S. Jessen's user avatar
2 votes
1 answer
312 views

I have a PNG of a map, which uses RGB colours. It has about 6 colours that it uses in the map, which are fully discrete. Here is a small snippet from the map: I want to generate something like a ...
Migwell's user avatar
  • 121
2 votes
1 answer
171 views

In ArcGIS, when I use the Raster to Polygon tool, I can set the Maximum vertices per polygon feature parameter, where the algorithm subdivides a polygon into smaller polygons. For example: The result ...
Joao Luis Santos's user avatar
2 votes
1 answer
95 views

Processed an NDVI, created classes from it and vectorized the file. The area is about 4 km * 4 km. I wanted to intersect, and that was slow. While creating a minimal example, it seems like any geo-...
Sebastian H's user avatar
0 votes
1 answer
637 views

I have a map in PNG-format that looks like this: I have imported it into QGIS as a raster. I want to create a line layer as a network based on the blue and pink lines. Is there a way to create a line ...
Fabi's user avatar
  • 85
0 votes
2 answers
218 views

I have a raster file that contains water depths in m. The water depths are the only attribute and should be transferred to the vector layer. The raster files have a cell accuracy of 1m x 1m. I would ...
Pia Rösel's user avatar
0 votes
0 answers
61 views

I have a "problem", I need transform a raster in a vector and it works but some pixels like the one in the print it is separated from the boundary, and for my use (a specific use of ...
Mestrexama's user avatar
0 votes
1 answer
259 views

My study is a global-scale analysis of the factors driving forest gain, with grid cells as the unit of analysis. I need to calculate the amount of forest gain per ~65km2 hexagonal grid cell at the ...
Katie Devenish's user avatar
1 vote
1 answer
93 views

I'm hoping to generate a new vector file from select points from a raster image in QGIS. I don't know if it is possible. For instance, I would like to generate a vector point file that puts a point ...
Anomalous Exploration's user avatar
0 votes
0 answers
101 views

I have a topographic map in TIFF format and I vectorized it in QGIS (3.22.0). For my project I needed the settlements, which I was able to extract. More importantly are the names of the settlement. ...
rtaani's user avatar
  • 587

15 30 50 per page
1
2 3 4 5
13