|
Applying Color Ramp to Single-Band Grayscale Images
Hello Brandon, Thanks very much for the detailed response. Unforetonetly I cannot use a GUI because my project is a software that continuous (not a one-time) analysis change (basically subtracting DEM
Hello Brandon, Thanks very much for the detailed response. Unforetonetly I cannot use a GUI because my project is a software that continuous (not a one-time) analysis change (basically subtracting DEM
|
By
Eyal Saiet
· #943
·
|
|
Applying Color Ramp to Single-Band Grayscale Images
Hello Sean, I am at the same place Nathan was a few years ago, and have not seen more development in rasterio on that font. If I would like to use a coloramp like "spectrum" in the matplolib library o
Hello Sean, I am at the same place Nathan was a few years ago, and have not seen more development in rasterio on that font. If I would like to use a coloramp like "spectrum" in the matplolib library o
|
By
Eyal Saiet
· #939
·
|
|
resampling raster after clipping/masking
Hello, I have found references in rasterio.readthedocs.io both on how to crop/clip a raster and how to resample. I generally understand the steps and sought to combine the two steps into one: #Clippin
Hello, I have found references in rasterio.readthedocs.io both on how to crop/clip a raster and how to resample. I generally understand the steps and sought to combine the two steps into one: #Clippin
|
By
Eyal Saiet
· #663
·
|
|
exporting single banc with a colormap to RGB.tif
Hello, I could not figure out how to export a single band with a colormap as an RGB.tif A snippet of my code: with rasterio.open(new_f_cmp,'w',**raster_cmp_p) as dst: dst.write(file_np_man_cs_int8.dat
Hello, I could not figure out how to export a single band with a colormap as an RGB.tif A snippet of my code: with rasterio.open(new_f_cmp,'w',**raster_cmp_p) as dst: dst.write(file_np_man_cs_int8.dat
|
By
Eyal Saiet
· #388
·
|
|
problems installing GDAL and Rasterio in virtual environment in Windows
I think it was hard to read the PrintScreen from last night so I am reposting:
I think it was hard to read the PrintScreen from last night so I am reposting:
|
By
Eyal Saiet
· #373
·
|
|
problems installing GDAL and Rasterio in virtual environment in Windows
Hello, I was successful in installing GDAL and Rasterio in my Windows10 machine using pip. But for some reason, I am failing to do so in the virtual environment, getting the limited error message in r
Hello, I was successful in installing GDAL and Rasterio in my Windows10 machine using pip. But for some reason, I am failing to do so in the virtual environment, getting the limited error message in r
|
By
Eyal Saiet
· #367
·
|
|
reading raster with masked=True leads to error
This is quite embarrassing, I cannot believe I did not catch that myself. The link is very useful thanks!
This is quite embarrassing, I cannot believe I did not catch that myself. The link is very useful thanks!
|
By
Eyal Saiet
· #355
·
|
|
reading raster with masked=True leads to error
Hello, I wanted to try using read(1,masked=True) on an imported DEM, but I get the following error below: Since I could not verify what arguments the read() method accepts, I am asking here. thanks
Hello, I wanted to try using read(1,masked=True) on an imported DEM, but I get the following error below: Since I could not verify what arguments the read() method accepts, I am asking here. thanks
|
By
Eyal Saiet
· #353
·
|
|
Resampling raster error message: ValueError: Invalid source
I am testing the Resamling code from the documentation-link, to resample a tiff file: But I am getting an error (ValueError: Invalid Source), I don't think it is the raster. Googling around did not fi
I am testing the Resamling code from the documentation-link, to resample a tiff file: But I am getting an error (ValueError: Invalid Source), I don't think it is the raster. Googling around did not fi
|
By
Eyal Saiet
· #121
·
|
|
Rasterio Resampling documentation needs some key descriptions such as the libraries to call
Hello Rasterio community, while I have been using GDAL-python for a few years, I am delighted to learn about Rasterio. Both in GDAL and Rasterio (matter of fact any programming) require detail and to
Hello Rasterio community, while I have been using GDAL-python for a few years, I am delighted to learn about Rasterio. Both in GDAL and Rasterio (matter of fact any programming) require detail and to
|
By
Eyal Saiet
· #119
·
|