rio-rgbify
rio-rgbify copied to clipboard
Encoded arbitrary bit depth rasters in pseudo base-256
Hi, I would like to create a AR application in Unity using Mapbox SDK and I need to import elevation data into Mapbox Studio. It seems like i need to...
Hi, I have multiple raster .mbtiles generated by command `rio rgbify` and all of them have the same zoom. Each of them is a part of city and can be...
Hello Are DTED format or SRTM Supported? With a DTED I run the following command `rio rgbify -b 10000 -i 0.1 N43.dt0 n43.rgb.tif` and I get the following message :...
in https://github.com/mapbox/rio-rgbify/blob/31bd65b175938a4362e0e8bf1d3b86d5e8d31e5b/rio_rgbify/mbtiler.py#L46-L69 we use Pillow to save the image as webp. Since rasterio ~1.0.9 , rasterio wheels are shipped with Webp driver so we could use rasterio instead of PIL...
Hello, just wondering where things stood on getting a DEM TIF (16 bit signed) into mapbox studio. I used rgbify and gdal and it looks okay in Mapbox studio, but...
Have been trying to create an mbtiles with a 2 band data tif that i have : `rio rgbify india-pop-density.tif india-pop-density.mbtiles --max-z 10 --min-z 2` but I get this error:...
While processing a tif with very large no data value, i get this error: `ValueError: Data of 3.4028234663852886e+38 larger than 256 ** 3` A little unexpected since there is no...
What I'm primarily trying to achieve is to be able to craft a 'Mars basemap' Mapbox style using Studio. The basemap is based on a hillshade layer derived from MOLA...
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`.