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

0 votes
1 answer
271 views

QGIS .tiff to shapefiles by extracting colours

So I have the following raster file: I would like to edit it so that I export all green, blue or purple areas as a single, new .tiff. Afterwards I would make a vectorization to be able to process the ...
6 votes
2 answers
271 views

Removing additional lines from vectorized stream network

I have a large raster stream network (excerpt below) in QGIS that has been thinned using r.thin (light blue squares) and then vectorised using r.to.vect (pink lines). However, because some of the ...
1 vote
1 answer
178 views

Automatic Vectorisation in ArcGIS

Is there any method or tool/model for ArcGIS to draw automatic line based upon raster data values. E.g i have a DEM and i want to automatically generate a line feature passing through all those pixels ...
0 votes
1 answer
865 views

Transforming a raster .png image to vector file

I have been working with FEMA flood maps to georeferenced and then digitize the maps by hand drawing polygons of the flood zone features. I have tried some workarounds to make the digitization process ...
0 votes
1 answer
83 views

Convert a PNG file to a line layer in QGIS

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 ...
1 vote
1 answer
119 views

Fastest way to clip millions of small polygons and storing results as JSON [closed]

I have a dataset with couple million farm polygons (around 2.5 million and only expected to grow in the future), and I need to calculate the NDVI for these farm polygons, with some basic stats (...
0 votes
2 answers
75 views

Converting vectorization (raster to vector) with small steps in values in QGIS

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 ...
0 votes
0 answers
31 views

Extract a vector from a raster with a single boundary in QGIS

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 ...
0 votes
1 answer
40 views

ReducetoVectors in Google Earth Engine not working with the Mollweide transformation. Need to calculate zonal statistics for global scale analysis

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 ...
8 votes
1 answer
614 views

Creating a seamless vector dataset from raster with gdal, R or Python

I'm trying to create a seamless vector dataset from an integer raster. "Seamless" as in: not gaps between features and no overlapping features. The tools gdal_polygonize, pkpolygonize, terra:...
1 vote
1 answer
63 views

Generate points from raster image in QGIS

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 ...
2 votes
1 answer
84 views

QGIS geotrace languages from a given image of a map

I have a linguistic map of the Caucasus and I need to geotrace the languages that are on the map, preferably in QGIS. Is there any way in which I can do it easily? Here is the map:
0 votes
0 answers
65 views

Convert topographic map to vector and text

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. ...
0 votes
1 answer
101 views

GEE Export individual FeatureCollections as shapefiles from an image Collection

I have run an NDWI index for an Image collection and thres holded the results, which I want to import as individual FeatureCollections (shapefiles). My code is of course longer, but teh most importan ...
0 votes
1 answer
56 views

Differentiate vertical and horizontal shapes

I have the following shape file: Each polygonal area (the lines are areas) is one feature in a single Shapefile. Can anyone think of a simple method that can be implemented with qgis to separate the ...

15 30 50 per page
1
2 3 4 5
13