Skip to main content

Questions tagged [rio]

Use this tag when referring to the rio clip function available from Mapbox

0 votes
0 answers
31 views

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, ...
daasuser's user avatar
0 votes
0 answers
422 views

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 ...
nwork's user avatar
  • 1
1 vote
1 answer
249 views

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 ...
jessie jes's user avatar
  • 1,061
4 votes
1 answer
3k views

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....
beaorn's user avatar
  • 315
4 votes
1 answer
469 views

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 ...
J.Coo's user avatar
  • 287
1 vote
0 answers
182 views

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\\...
user1186's user avatar
  • 151