ezu-paint 0.1.0

Paint GIS features onto a hokusai surface for ezu
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Geometry ops — `Features -> Features` transforms (centroid, buffer,
//! simplify, …) inspired by turf.js.

mod boundary;
mod buffer;
mod centroid;
mod convex_hull;
mod dash;
mod hatch;
mod simplify;
mod wave;