rio-tiler icon indicating copy to clipboard operation
rio-tiler copied to clipboard

User friendly Rasterio plugin to read raster datasets.

Results 39 rio-tiler issues
Sort by recently updated
recently updated
newest added

https://github.com/cogeotiff/rio-tiler/blob/master/rio_tiler/io/cogeo.py#L162-L185 zoom are not often used (only in `info()` method) but the cost of calculating them is quite high

resolved-by-pr
4.0.0

https://github.com/cogeotiff/rio-tiler/blob/c6b097aa5b6f1bae5231d17db7d595a0bb2a7b26/rio_tiler/io/base.py#L229-L336 It's not used and I don't see Async PROJ/GDAL being something near of something that rio-tiler should care about for now

resolved-by-pr
breaking
4.0.0

When reading a GeoTIFF dataset, we can have access to GDAL statistics dataset (if added by the user). I think it will be great if we could forward those in...

resolved-by-pr
4.0.0

when we created rio-tiler we had 2 main requirement: - get a mercator tile from any raster - be able to override nodata value (for Landsat data) Because of this...

enhancement
help wanted
resolved-by-pr
4.0.0

so instead of using `tile` to read a TMS tile we will read a file chunk (maybe by using a local TMS https://github.com/geospatial-jeff/aiocogeo/blob/5a1d32c3f22c883354804168a87abb0a2ea1c328/aiocogeo/cog.py#L412-L436

4.0.0

🤷‍♂️ ![](https://user-images.githubusercontent.com/10407788/145565056-5e49de27-1015-47c8-bf6f-40a80326ad54.gif)

with the release of GDAL 3.4, the Zarr driver is now available by default, which mean that rasterio/rio-tiler can now open/read Zarr files. ### Why do we need a custom...

ref #401 let first see how https://github.com/mapbox/rasterio/issues/2233 goes

There is following set of files: * _masked.tif_ (with `PER_DATASET` internal mask) * _data.vrt_ built based on _masked.tif_ * _data.vrt.ovr_ (external overviews) Let's try to render a tile out of...

wontfix
blocked

ref #348 Still not sure how to resolve this issue, but for now here I added a warning when the output resolution is bigger than the small overview resolution. The...