Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
v0.1.5: Improve documentation
Browse files Browse the repository at this point in the history
We're making this release mostly to update the package metadata on
crates.io with useful documentation and links. It provides no new
features, so there's no need to upgrade from v0.1.4 if you already have
it.
  • Loading branch information
emk committed Oct 20, 2017
1 parent a0b39f7 commit 282cbb7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "geochunk"
version = "0.1.4"
version = "0.1.5"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Split a CSV semi-evenly based on ZIP population stats"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/faradayio/geochunk"
homepage = "http://blog.faraday.io/geochunk-fast-intelligent-splitting-for-piles-of-address-data/"

[dev-dependencies]
cli_test_dir = "0.1.2"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

`geochunk` is intended for use in a distributed system. It provides a deterministic mapping from zip codes to "geochunks" that you can count on remaining stable. Geochunks will try to approximate the population size that you specify.

See [this blog post on geochunk][blog] for an introduction and some pretty pictures.

[blog]: http://blog.faraday.io/geochunk-fast-intelligent-splitting-for-piles-of-address-data/

## Usage

Run `geochunk --help` for usage instructions.

```
geochunk - Partition data sets by estimated population.
Expand Down

0 comments on commit 282cbb7

Please sign in to comment.