|
Applying Color Ramp to Single-Band Grayscale Images 6 messages
Does anyone have any methods of applying a color ramp to a grayscale image? I have a NDVI calculated image I am trying to apply color ramp for the decimal based value ranges, but have no idea how to a
Does anyone have any methods of applying a color ramp to a grayscale image? I have a NDVI calculated image I am trying to apply color ramp for the decimal based value ranges, but have no idea how to a
|
By
nathan.raley@...
·
|
|
rasterio ImportError: version `GLIBCXX_3.4.30' not found 4 messages
Hello, I'm struggling to figure out an issue with my installation of rasterio, any help is greatly appreciated! I've had rasterio installed and working cleanly for a month, but today when I ran my cod
Hello, I'm struggling to figure out an issue with my installation of rasterio, any help is greatly appreciated! I've had rasterio installed and working cleanly for a month, but today when I ran my cod
|
By
alec.glen.ostrander@...
·
|
|
Rasterio 1.3b1
Hi all, Rasterio 1.3b1 is on PyPI now. We're not accepting new features for 1.3.0 and are only working on major runtime and installation bugs. If you would be willing to try out this pre-release and p
Hi all, Rasterio 1.3b1 is on PyPI now. We're not accepting new features for 1.3.0 and are only working on major runtime and installation bugs. If you would be willing to try out this pre-release and p
|
By
Sean Gillies
·
|
|
Inconsistent results between gdalWarp (with cutline) and rasterio.mask
Hi, Please see my stack exchange post: https://gis.stackexchange.com/questions/430544/inconsistent-results-between-gdalwarp-with-cutline-and-rasterio-mask and this post: https://github.com/rasterio/ra
Hi, Please see my stack exchange post: https://gis.stackexchange.com/questions/430544/inconsistent-results-between-gdalwarp-with-cutline-and-rasterio-mask and this post: https://github.com/rasterio/ra
|
By
bbuzz318@...
·
|
|
a_scale parameter for writing GTiff file 5 messages
Hi, I'm trying to transform the dtype of my input raster from float32 to int16 (I'm using dask, dask-rasterio and rasterio). So I multiplied the data in my matrix by 100 and convert the dtype of my da
Hi, I'm trying to transform the dtype of my input raster from float32 to int16 (I'm using dask, dask-rasterio and rasterio). So I multiplied the data in my matrix by 100 and convert the dtype of my da
|
By
calba@...
·
|
|
Changing Rasterio's governance
Dear Rasterio Contributors and Users, Since 2013 I have been the sole arbiter of the Rasterio project. I consulted the project’s contributors on changes but had the final say over the scope, schedule,
Dear Rasterio Contributors and Users, Since 2013 I have been the sole arbiter of the Rasterio project. I consulted the project’s contributors on changes but had the final say over the scope, schedule,
|
By
Sean Gillies
·
|
|
The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to. 4 messages
Hi, I tried to run the following command from a Jupuyter Hub terminal but failed. rio --aws-requester-pays info s3://usgs-landsat/collection02/level-2/standard/oli-tirs/2014/168/061/LC08_L2SP_168061_2
Hi, I tried to run the following command from a Jupuyter Hub terminal but failed. rio --aws-requester-pays info s3://usgs-landsat/collection02/level-2/standard/oli-tirs/2014/168/061/LC08_L2SP_168061_2
|
By
Pritimoy Podder
·
|
|
Unable to read COG via /vsicurl using rasterio (but can access via GDAL) 3 messages
Hello! I am trying to access the Harmonized Landsat Sentinel cloud optimized geotiffs and am struggling to read the files using rasterio. I am running Ubuntu 20.04, and have installed GDAL 3.4.0 from
Hello! I am trying to access the Harmonized Landsat Sentinel cloud optimized geotiffs and am struggling to read the files using rasterio. I am running Ubuntu 20.04, and have installed GDAL 3.4.0 from
|
By
henry@...
·
|
|
Question: exporting / writing auxiliary data without writing image data 3 messages
Hi everyone, while saving a geo-referenced image to disk (using a standard file format like png), rasterio creates not only a file "output.png", but also a file "output.png.aux.xml" containing the cor
Hi everyone, while saving a geo-referenced image to disk (using a standard file format like png), rasterio creates not only a file "output.png", but also a file "output.png.aux.xml" containing the cor
|
By
sebastian.bullinger@...
·
|
|
Problem creating 6 messages
Hi everyone, I'm trying to create a raster from a numpy array but I get this error "TypeError: Integer width and height are required." in rasterio/_io.pyx in rasterio._io.DatasetWriterBase.__init__()
Hi everyone, I'm trying to create a raster from a numpy array but I get this error "TypeError: Integer width and height are required." in rasterio/_io.pyx in rasterio._io.DatasetWriterBase.__init__()
|
By
Luca Delucchi
·
|
|
Path to libgdal and libgeos files change 4 messages
Since upgrading from rasterio 1.1.8 to 1.2.10, our linux process is failing because the paths to libgdal and libgeos are wrong. We need these paths to set GEOS_LIBRARY_PATH and GDAL_LIBRARY_PATH varia
Since upgrading from rasterio 1.1.8 to 1.2.10, our linux process is failing because the paths to libgdal and libgeos are wrong. We need these paths to set GEOS_LIBRARY_PATH and GDAL_LIBRARY_PATH varia
|
By
david@...
·
|
|
Rasterio 1.3a3
Hi all, The third 1.3 pre-release is on the package index now. We have bug fixes, new features, and some major upgrades in wheel library versions. See https://github.com/rasterio/rasterio/blob/master/
Hi all, The third 1.3 pre-release is on the package index now. We have bug fixes, new features, and some major upgrades in wheel library versions. See https://github.com/rasterio/rasterio/blob/master/
|
By
Sean Gillies
·
|
|
MissingRequired:TIFF directory is missing required "StripOffsets" field 6 messages
Hi Folks, I'm new to Rasterio. Is the StripOffsets error I'm getting a result of something I'm doing wrong or have I stumbled into a bug? (Sources attached) '''Goal: merge the Red, Green, Blue and Nea
Hi Folks, I'm new to Rasterio. Is the StripOffsets error I'm getting a result of something I'm doing wrong or have I stumbled into a bug? (Sources attached) '''Goal: merge the Red, Green, Blue and Nea
|
By
maphew@...
·
|
|
How would you find shapes over several geotiffs in a regular grid? 2 messages
I would like to find continguous shapes over a mozaic of geotiff images. Is it possible to do this with rasterio? I was thinking of an algorithm that finds shapes over individual tiles and marks those
I would like to find continguous shapes over a mozaic of geotiff images. Is it possible to do this with rasterio? I was thinking of an algorithm that finds shapes over individual tiles and marks those
|
By
ian.liu88@...
·
|
|
Can't write to s3 3 messages
When I try to create a file in s3 with `rasterio.open("s3://...", "w", ...)`, I get the following error: rasterio.errors.RasterioIOError: Attempt to create new tiff file '/vsis3/my-bucket/test.tif' fa
When I try to create a file in s3 with `rasterio.open("s3://...", "w", ...)`, I get the following error: rasterio.errors.RasterioIOError: Attempt to create new tiff file '/vsis3/my-bucket/test.tif' fa
|
By
ian.liu88@...
·
|
|
Problem with passing CRS to warpedVRT 3 messages
I am getting the folllowing error when I am trying pass a crs object to WarpedVRT ``` rasterio.errors.CRSError: The PROJ4 dict could not be understood. OGR Error code 5 ``` my code: ``` import rasteri
I am getting the folllowing error when I am trying pass a crs object to WarpedVRT ``` rasterio.errors.CRSError: The PROJ4 dict could not be understood. OGR Error code 5 ``` my code: ``` import rasteri
|
By
stefan.jozefowicz@...
·
|
|
How to speed up rasterio.dataset.sample() 2 messages
I have used some code i found in a tutorial where sampling, based on coordinates, is speeded up. I checked this code and found out that the dataset is created properly and that there are plenty of pix
I have used some code i found in a tutorial where sampling, based on coordinates, is speeded up. I checked this code and found out that the dataset is created properly and that there are plenty of pix
|
By
aleksandar.ilic@...
·
|
|
Dataset.sample() allocates only 0 values to the coordinates
Expected behaviour is the following from a smaller dataset, sampled with UTM coordinates: Dataset: 104 bands in total Shape after sampling with coordinates: (8000, 104) Following code is critical: #Th
Expected behaviour is the following from a smaller dataset, sampled with UTM coordinates: Dataset: 104 bands in total Shape after sampling with coordinates: (8000, 104) Following code is critical: #Th
|
By
aleksandar.ilic@...
·
|
|
Question about rasterio, imageio and opencv python 4 messages
I have a question about using rasterio.plot.reshape_as_image() and rasterio.plot.reshape_as_raster() in python. I noticed that reshape_as_image seems to put the shape in the correct order if I print w
I have a question about using rasterio.plot.reshape_as_image() and rasterio.plot.reshape_as_raster() in python. I noticed that reshape_as_image seems to put the shape in the correct order if I print w
|
By
Keygen
·
|
|
ValueError: Input shapes do not overlap raster. 2 messages
Good evening to all, I want to make a mask on 8 images that do not touch each other. I have vector layers on each image (total 90 vector layers for the 8 images). In each raster I have at least 12 sha
Good evening to all, I want to make a mask on 8 images that do not touch each other. I have vector layers on each image (total 90 vector layers for the 8 images). In each raster I have at least 12 sha
|
By
Serigne Mansour DIENE
·
|