The simplify tag has no wiki summary.
1
vote
1answer
51 views
Why won't lines from GPX simplify/generalize/smooth?
I am working with GPX data. I imported them to ArcGIS by 'GPX to feature' and then I created lines from these points. I am trying to smooth (or simplify) the lines now, but the tools 'smooth line' and ...
1
vote
2answers
40 views
simplify point geometry
I have a great amount of points and I need to show them on map. I am using OpenLayers. Is it possible to simplify point geometry in order to speed up the process of rendering?
3
votes
1answer
116 views
Simplification algorithms for 3D topology
My problem is about simplifying a given topology that can be opened ( an usual 3D reconstruction of a given square on a map ), totally closed (like a perfect sphere) or a topology with holes ( a ...
5
votes
1answer
113 views
Simplifying polygons made from binary rasters
I'm using MaxEnt to produce a species presence / absence raster layer. It works fine but I have to choose a cut off point for what constitutes presence or absence. As a result I end up with a lot of ...
3
votes
0answers
25 views
Reduce level of detail for vector contour lines [duplicate]
Possible Duplicate:
Simplify Raster Contours ArcGIS 10
I have quite a huge shapefile storing vector contour lines: 1GB. I want to create a detailed heightmap for further 3D usage but the ...
1
vote
1answer
107 views
in QGIS, while using simplify feature, slider does not appear
Using Qgis both 1.8.0 and 1.7.4, the slider does not show up after selecting features and click "simplify feature" botton.
Any special setting needed to show the slider?
Thanks.
2
votes
1answer
465 views
Geometryutil, simplify polygon, querytask and query fault error
One of the tools in my app is to draw freehand polygons (counties) to show points (companies) in each county. Everything works great but if the user creates an intersecting polygon then I have a ...
0
votes
0answers
61 views
QGIS - “simplify objects”-Tool not working any more after update
I updated QGIS (Mac-Version) on the newest version (1.8.0) since the older version crashed when adding a map-layer from openlayers plugin. This works now but the "simplify objects" tool doesn't work ...
6
votes
1answer
81 views
Finding Ring Smaller than a certain tolerance
In Simplifying a shapefile for world timezones
http://efele.net/maps/tz/world/
all generalize/simplify algorithms fail on 5 countries/states, shown in this shape file
...
3
votes
1answer
580 views
Changing the scale (generalisation) in ArcGIS 10
I have 2 polygon layers, accordingly 1:10 000 and 1:500 000.
I want to generalize the first layer from 1:10 000 to 1:500 000.
I tried using Simplify polygon tool, and since these scales relate to ...
7
votes
1answer
361 views
How to Simplify a Line Network Preserving Topology?
I have a Shapefile (consisting of European major roads) with about 250.000 Segments which I have to simplify for pgrouting. But I can't seem to find a way to do that properly.
This is what it looks ...
5
votes
1answer
642 views
Why do simplify polygon results differ between ArcGIS and PostGIS?
I am mainly interested in why and how the Simplify Polygons tool in ArcGIS handles the simplification process, including preventing and resolving topological errors better than the equivalent ...
4
votes
2answers
1k views
Simplify Raster Contours ArcGIS 10
Does anybody know a way to simplify a number of contour polylines derived from a raster dataset? I need to generate a map that shows contour polylines at relatively small scale. With the contour ...
5
votes
1answer
199 views
POSTGIS workflow for cleaning up a noisy dataset
I have a conservation dataset that im trying to simplify for the purpose of using it as a GML layer in openlayers, ie reducing the total shape and node count to quite small.
The data has issues: eg-
...
13
votes
3answers
829 views
Best practices for visualising clustered features in web maps?
I'm looking for the best symbol to display clustered features in the ArcGIS Server JS API.
I don't like the "fly-out" animated cluster symbol, as used in the Silverlight API clustering or the JS ...
10
votes
3answers
541 views
How to simplify a routable network?
I have a network graph that I need to simplify in the sense of reducing the number of edges. The idea would be to merge nodes that are located close together and remove the connecting short edges.
...
12
votes
3answers
957 views
Meaning of Simplify's tolerance parameter
The standard parameters of Douglas-Peucker's simplify algorithm are geometry and tolerance (e.g ST_Simplify in PostGIS). What's the meaning of the tolerance parameter? I know that the bigger the ...
10
votes
4answers
715 views
Large shapefile to raster
I have a large shapefile (1 gb) and need to rasterise it. I have tried the following already.
1.) Import it into GRASS using v.in.ogr this failed with the error message: ERROR: G_realloc: unable to ...
2
votes
1answer
292 views
Redistribute linestring vertices to specified distance
I use a groundwater model program called GMS, and it has a very useful function "Redistribute vertices" (more info). I use this function all the time to both simplify and provide regular spacings ...
6
votes
1answer
350 views
How to use simplify()
i have my Vector Data saved in a PostgreSQL PostGIS enabled Database.
The Data im displaying is very detailed, i want to simplify it through the simplify() method of Postgis.
I duplicated one of my ...
5
votes
1answer
446 views
Help simplifying multipolygons in geodjango
I have a few multipolygons that have several hundred points in them. I'm looking to create less complex "thumbnails" polygons.
Naturally I'm attempting to use the simplify method, which is supposed ...
18
votes
10answers
2k views
What are the existing solutions to automate generalisation/simplification of geographical data?
I am looking for existing solutions (softwares, libraries, methods, etc.) to automate the generalisation/simplification of geographical data as presented there, and also there.
How do you proceed ...
11
votes
4answers
2k views
Simplifying adjacent polygons
I encountered a problem simplifying set of polygons that are adjacent. If I simplify each polygon separately with the Douglas–Peucker algorithm (which is used by many open source tools), the resulting ...
10
votes
4answers
2k views
Simplifying polygons to linestring
I would like to simplify some polygons that represent rivers into linestrings. I assume that holes in polygons can be omitted. Anybody has some good idea how to simply do it?
It would be nice, if it ...
18
votes
5answers
968 views
Simplifying geometries (generalization)
What are the recommended ways of simplifying geometries? Keeping in mind projections, and simplifying state geometries for example.
I've heard about converting to an 'equi-distant' projection that ...

