geo_repair_polygon 0.1.1

dotnet add package geo_repair_polygon --version 0.1.1
NuGet\Install-Package geo_repair_polygon -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="geo_repair_polygon" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add geo_repair_polygon --version 0.1.1
#r "nuget: geo_repair_polygon, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install geo_repair_polygon as a Cake Addin
#addin nuget:?package=geo_repair_polygon&version=0.1.1

// Install geo_repair_polygon as a Cake Tool
#tool nuget:?package=geo_repair_polygon&version=0.1.1

geo-repair-poly

This is a wrapper for the native (Rust) library geo-repair-polygon. It can receive a WKT or WKB (MULTI)POLYGON and will try to alter it until it is a valid representation according to the OGC specs. This repair process often results in a slightly different polygon shape than what was submitted (but the difference will generally be so miniscule as to be totally insignificant). The repair works with 64-bit floating point precision, if the result is converted back to 32-bit it will likely become an invalid polygon representation again.

This package is property of Scripta Qumranica Electronica and is MIT licensed.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 1,004 6/5/2020
0.1.0 462 4/23/2020