issues
search
mapbox
/
tilesets-cli
CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125
stars
27
forks
source link
feat: add support for the rasterarray type on the list command.
#181
Closed
theborowski
closed
6 months ago
theborowski
commented
6 months ago
changes
adds
rasterarray
as an allowed type on the
list
command.
changes the type test to use
pytest.mark.parametrize
and tests against the supported types.
changes
rasterarray
as an allowed type on thelist
command.pytest.mark.parametrize
and tests against the supported types.