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.
Right now json parsing of tile
[{x}, {y}, {z}]coordinates is hidden inside the api:supermercado/supermercado/uniontiles.py
Line 11 in fc6513c
We should move this to the CLI and add
inputtilesas a sequence / iterable.