validate

package
v0.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: MIT Imports: 8 Imported by: 0

README

In order to run the benchmarks one needs to do the following:

Build the test file:

go test -c

Run the test file to generate the profile.

./validate.test -test-run=none -test.bench=MakeMulti -test.cpuprofile cpu.out

To run the pprof tool:

go tool pprof validate.test cpu.out

In the pprof tool run web list makeValid to get the profile of the makeValid function.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanGeometry

func CleanGeometry(ctx context.Context, g tegola.Geometry, extent *geom.Extent) (geo tegola.Geometry, err error)

CleanGeometry will apply various geoprocessing algorithems to the provided geometry. the extent will be used as a clipping region. if no clipping is desired, pass in a nil extent.

func CleanLinestring

func CleanLinestring(g []float64) (l []float64, err error)

func LineStringToSegments

func LineStringToSegments(l tegola.LineString) ([]maths.Line, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL