rio-rgbify
rio-rgbify copied to clipboard
Encoded arbitrary bit depth rasters in pseudo base-256
I am getting this error. I have installed **python 3.8 and pip install rio-rgbify**. When ever i run this command "`rio rgbify --format png --min-z 0 --max-z 15 input.tif output.mbtiles`...
This is in case anyone else runs into the same issue, really. I was having issues with artefacts at the edges of source images, caused by nodata values. Adding a...
Hello, Great job! But writing the tiles to the database is so slow ... You can increase by 10 just by using WALL MODE of sqlite Create index on tiles...
Hey folks :wave: I gave this rio plugin a try to quickly encode a DEM raster into tiles the mapbox raster-dem source understands. I then hit the following issue ```...
Hi, I use my DEM generate from Drone using OpenDroneMap. After that, I use gdal_warp to re-project my DSM to EPSG:3857 and transform the greyscale data into the RGB data...
I have a raster that covers a section of the map. The raster is does not cover a full tile [x,y,z] so the libray fills the remaining space to cover...
Fixes a reported issue.
can't fully understand the '-interval' params
Using [filter 3](https://www.w3.org/TR/PNG-Filters.html) results in ~30% smaller PNG files in some situations.