Skip to content

Commit

Permalink
badges gotta have em
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomadb committed Sep 1, 2015
1 parent 3f76744 commit 1d3c71a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# tile-stitcher

[![Build Status](https://magnum.travis-ci.com/mapbox/tile-stitcher.svg?token=Dkq56qQtBntqTfE3yeVy&branch=master)](https://magnum.travis-ci.com/mapbox/tile-stitcher) [![Coverage Status](https://coveralls.io/repos/mapbox/tile-stitcher/badge.svg?branch=master&service=github&t=nhModO)](https://coveralls.io/github/mapbox/tile-stitcher?branch=master)

Utility to take a directory of {z}/{x}/{y}.(jpg|png) tiles, and stitch into a scenetiff. Future versions will support fast indexed reading directly from `tar` archives.

## Dev installation
```
git clone git@github.com:mapbox/tile-stitcher.git
cd tile-stitcher
pip install -e .
```

## Usage
```
tile-stitch streamdir <dir of tiles> <output dir> -z <max zoom> -c <composite zoom> -w <workers>
```

0 comments on commit 1d3c71a

Please sign in to comment.