mapbox / supermercado

Supercharger for mercantile
MIT License
127 stars 21 forks source link

Move json parsing to cli #21

Open dnomadb opened 6 years ago

dnomadb commented 6 years ago

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 / iterable.