Module writers

Module writers 

Source
Expand description

GIS Writers

Re-exports§

pub use json::*;
pub use pmtiles::*;
pub use s2tiles::*;
pub use tile::*;
pub use to_tiles::*;

Modules§

json
Write (S2|Geo)JSON to a file
pmtiles
The (S2)PMTiles Writer
s2tiles
S2 Tiles Writer
tile
Tile based writers
to_tiles
To Tiles Writer

Traits§

OnFeatureMethod
Specify a trait that defines OnFeature but ensures its thread safe A feature reader trait with a callback-based approach

Type Aliases§

OnFeature
Before using the data, you can mutate it here. It can also act as a filter if you return None