Damon Burgett

Results 25 issues of Damon Burgett

In order to grow a list of tiles in the x and y dimensions. A set of tiles: ``` cat data/ellada.geojson | supermercado burn 10 | mercantile shapes | fio...

Right now json parsing of tile `[{x}, {y}, {z}]` coordinates is hidden inside the api: https://github.com/mapbox/supermercado/blob/fc6513c79738ca32ad3ebbf653c9b88b7cd3773b/supermercado/uniontiles.py#L11 We should move this to the CLI and add `inputtiles` as a sequence /...

Here https://github.com/mapbox/supermercado/blob/master/supermercado/uniontiles.py#L29-L35 we spit out each separate feature as a single feature; let's add an option to output to MultiPolygon cc @vincentsarago

Fillfacets is trying to load an index that does not exist. I suspect that this has to do with the raster filling, and slight conversion errors from postion to index....

Using integers for most output attributes might reduce vector tile file size in a number of ways. First off, an integer in and of itself is stored more efficiently than...

So far `make-surface` allows for equal interval, quantile breaks, any hybrid of the previous two, or manual classification for vectorization. Integrate a natural breaks classifier using random raster samples (for...

I have the code for `joy-divisioning` a raster, so it will be easy to integrate it into `make-surface`. ![image](https://cloud.githubusercontent.com/assets/5084513/4958156/6b2e4c0e-66ab-11e4-9499-b41e869e7631.png) cc: @andreasviglakis @heyitsgarrett

In order to more easily stay under total and individual (tile) size limits, we should allow creation of mbtiles with `256x256` tiles in addition to `512x512`.