Geographic simplify

The Geographic hierarchy step enables you to reduce the complexity and size of geographical data by decreasing its precision. It's valuable for optimizing performance in map visualizations, especially when dealing with large datasets or when fine details are not necessary for the analysis.

Step parameters

  • Tolerance (integer)*: The tolerance to use when simplifying your data.

Example

Input

Geo - simplify input

Configuration

{
    "tolerance": 0.05
}

Output

Geo - simplify output

Last updated

Was this helpful?