GitHub - wavespotter/geo-polygonizer: A Rust polygonizer and nodifyer implementation on top of geo · GitHub
Skip to content

Latest commit

 

History

19 Commits

Folders and files

Repository files navigation

geo-polygonizer

geo-polygonizer is a Rust polygonizer built on top of the geo ecosystem.

In basic terms, it takes linework (edges/segments) and reconstructs polygon rings from that graph. It is intended for cases where you have boundaries represented as lines and want valid polygon geometry as output.

Background

This project is inspired by polygonizer implementations in tools like JTS, GEOS, and Turf, but it is not a literal port of any one implementation.

The algorithms and behavior are adapted for this Rust codebase and its dependencies.

Development

Run tests:

cargo test

Check formatting:

cargo fmt --all -- --check

License

Licensed under either of:

at your option.

About

A Rust polygonizer and nodifyer implementation on top of geo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages