Skip to main content

Questions tagged [simplify]

A type of cartographic generalization in which the important characteristics of features are determined and unwanted detail is eliminated to retain clarity on a map whose scale has been reduced.

0 votes
3 answers
87 views

I am doing a viewshed analysis on a DEM .tiff file. I would like to convert the viewshed raster into vector geometry in the format of .geojson, which i have achieved, although, the result is not good. ...
Ólavur Nón's user avatar
-1 votes
1 answer
67 views

How do I simplify complex polygons in order to get simpler detailed polygons like this : ... keeping their topology
user299405's user avatar
0 votes
0 answers
35 views

I'm working with a map of the world from GADM dataset stored as JSON. The precision of the map is way too small for serving a web application so I would like to simplify it to 0.01° and thus reduce ...
Pierrick Rambaud's user avatar
1 vote
0 answers
87 views

I am trying in QGIS to simplify the geometries of the world's country borders (from here for example) to achieve a clean, generalized map display. To do this, I am using the v.generalize tool provided ...
B Legrand's user avatar
  • 141
-2 votes
1 answer
214 views

I am looking for a way of simplifying my GeoJSON file by removing overlapping lineparts between adjacent polygons. I have a GeoJSON file with polygons of cadastral parcels which, by definition, are ...
Sebastiaan's user avatar
0 votes
1 answer
369 views

I want to simplify adjacent polygons (GADM zones level 1) with Python while maintaining shared borders. The general problem is well explained at Simplifying Polygonal Coverages with JTS. The best ...
JoMe's user avatar
  • 17
0 votes
1 answer
344 views

I am working on Google Earth Engine and trying to simplify a multipolygon by first reducing its vertices and then removing unnecessary polygons that have fewer than 5 vertices. var gaul = ee....
PixelExplorer's user avatar
0 votes
0 answers
40 views

I have created a "detailed" vector layer of buildings from OS's VectorMap District data, styled with deprivation data (much like screenshot 1). I would like to create a simplified layer from ...
Turning-Century's user avatar
0 votes
1 answer
182 views

I have >1Billions points data (in geoparquet but could gpck) that I have to display in QGIS in a scale that doesn't need such precision (=we will not see all the details). It takes age to load in ...
darrepac's user avatar
0 votes
1 answer
127 views

I'm creating a processing where I do calculations on address points inside of counties. I need to generalise county polygons in order to make my processing faster. How do I make sure that address ...
Adam Korejwo's user avatar
2 votes
0 answers
123 views

I have a polygon that looks like this: I want to get a result that ideally looks like this: The best that I can come up with is a polygon simplification using shapely in Python: Which algorithm ...
Марина Лисниченко's user avatar
3 votes
3 answers
704 views

I have a LineString layer that I need to reduce the number of vertices. For example, some straight lines have intermediate vertices that add no value and should be removed. A slight loss of accuracy, ...
I have no idea what I'm doing's user avatar
1 vote
1 answer
861 views

For a GIS web viewer I am building, I plan to use large sets of vector data on coral reefs (source: Allen Coral Atlas). When viewing the downloaded data, it seems that the original source was raster ...
Sytze's user avatar
  • 800
1 vote
0 answers
159 views

Is there a way to speed up my script? I am new to PyQGIS. I am using QGIS 3.16. What I need: I have 50 polygons (up to 1.675.000 hectares, mean 420.000 ha; one shapefile per polygon) and for each of ...
Pompoensoep's user avatar
1 vote
0 answers
50 views

I am working with elevation curves and I want to group curves by elevation. I can do it with the Split Vector Layer tool (Vector, Data management Tools) and choose ELEV as a unique ID field. However, ...
Giacca Zm's user avatar

15 30 50 per page
1
2 3 4 5
13