tilecover 1.0.0

Generate the minimum number of tiles to cover a geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tilecover"
version = "1.0.0"
authors = ["ingalls <ingalls@protonmail.com>"]
description = "Generate the minimum number of tiles to cover a geometry"

homepage = "https://github.com/ingalls/tilecover"
repository = "https://github.com/ingalls/tilecover"

readme = "README.md"

categories = ["algorithms"]
license = "MIT"

[dependencies]
geo = "0.9.1"