Questions tagged [rio]
Use this tag when referring to the rio clip function available from Mapbox
6 questions
0 votes
0 answers
31 views
COG creation with GDAL and rendering with deckgl
I am working on an application to render raster images on browser. I am having Cloud Optimized GeoTIFF (COG) based approach. I generate COG for input raster as: def generate_cog(input_path, ...
0 votes
0 answers
422 views
rio_cogeo.cog_translate changes values in raster
I've notice that in some cases the output of rio_cogeo.cog_translate has different pixel values than the input image, as if some sort of stretch/scaling has been applied. It seems to also happen when ...
1 vote
1 answer
249 views
python install rio-color could not load plugin rio -color
hello I have install python rio plugin to add color ramp in some DEM datasets. I have install using download from GitHub . but if I run rio --help in cmd then : C:\Windows\System32>rio --help ...
4 votes
1 answer
3k views
NIR, R, G, B multiband (4 Band) GeoTIFF gdal_translate colorinterp issues
I originally create a 5 band image (NIR, R, G, B, NDVI) from Sentinel 2 Sat imagery that has valid data in the bands to work with. I'm stacking them together with rio stack command. rio info 5band....
4 votes
1 answer
469 views
How to run rio-color from rasterio?
I am completely new to GitHub, I've never had a need to use it, but now I would like to use rio-color plugin from rasterio, mapbox. I am on Ubuntu. I've already managed to start using rasterio, load ...
1 vote
0 answers
182 views
Rio clip ignores no-data setting?
I am using rio clip like this: rio clip C:\\Users\\rit\\Documents\\Projects\\GG\\Data\\geonode.tif C:\\Users\\rit\\Documents\\Projects\\GG\\Data\\test.tif --like C:\\Users\\rit\\Documents\\Projects\\...