|
Clip to data window from command line
3 messages
Hi rasterio community! I have found the `rasterio.windows.get_data_window()` method to be useful to clip the output to valid data pixels. I am often sent manually-edited rasters which have outer colla
Hi rasterio community! I have found the `rasterio.windows.get_data_window()` method to be useful to clip the output to valid data pixels. I am often sent manually-edited rasters which have outer colla
|
By
Max Lindsay
·
|
|
Rasterio and GeoDjango
2 messages
I know using rasterio with the GDAL python bindings is not recommended but does the same thing apply to GeoDjango since it has some ctypes GDAL bindings? Are there any issues to expect when adding ras
I know using rasterio with the GDAL python bindings is not recommended but does the same thing apply to GeoDjango since it has some ctypes GDAL bindings? Are there any issues to expect when adding ras
|
By
Angus Dickey
·
|
|
Documentation: "blocks" sub command missing from online docs
Hi folks, I noticed the documentation for the "blocks" sub command is missing from the online docs, both in the RHS menu & in the main page content: https://rasterio.readthedocs.io/en/latest/cli.html
Hi folks, I noticed the documentation for the "blocks" sub command is missing from the online docs, both in the RHS menu & in the main page content: https://rasterio.readthedocs.io/en/latest/cli.html
|
By
Ben Davies
·
|
|
Rasterio binary wheels 1.3.6 doesnt support GPKG
Hello, I have question why in binary wheels 1.3.6 are not anymore support for Geopackage when i tested see bellow i get error. I don't see anything in changelogs so it's a mistake in release or can yo
Hello, I have question why in binary wheels 1.3.6 are not anymore support for Geopackage when i tested see bellow i get error. I don't see anything in changelogs so it's a mistake in release or can yo
|
By
David Ignjić
·
|
|
CRS is invalid : None
2 messages
Hello to all, I'm doing a code to reproject an image to another one using gcps but I always get this error. I tried to use default_transform to get the affine transformation but I always get the same
Hello to all, I'm doing a code to reproject an image to another one using gcps but I always get this error. I tried to use default_transform to get the affine transformation but I always get the same
|
By
Serigne Mansour DIENE
·
|
|
Georeference and warp a drone image based on sensor orientation and location using transform.from_gcps()
5 messages
I have been flying some drone surveys over the ocean and need to properly project and georeference and warp my images. I have all the information I think I need: lat, lon, altitude, yaw, pitch, and ro
I have been flying some drone surveys over the ocean and need to properly project and georeference and warp my images. I have all the information I think I need: lat, lon, altitude, yaw, pitch, and ro
|
By
Patrick Gray
·
|
|
rasterio.features.shapes with holes in polygons
6 messages
Hello users and devs First: thanks a lot for this wonderful project, I am really enjoying using it for my geospatial needs. For a specific process I am using rasterio.features.shapes and it is working
Hello users and devs First: thanks a lot for this wonderful project, I am really enjoying using it for my geospatial needs. For a specific process I am using rasterio.features.shapes and it is working
|
By
Paolo Corti
·
|
|
Building rasterio from source does not inherit MrSID plugin (Windows 11)
I need to be able to read MrSID files with rasterio. According to the documentation, "The included GDAL library is fairly minimal, providing only the format drivers that ship with GDAL and are enabled
I need to be able to read MrSID files with rasterio. According to the documentation, "The included GDAL library is fairly minimal, providing only the format drivers that ship with GDAL and are enabled
|
By
breallis@...
·
|
|
Rasterio 1.3.0
2 messages
Hi all, Here is the GitHub release summary: https://github.com/rasterio/rasterio/releases/tag/1.3.0. Here is the full list of changes since 1.2.10:https://github.com/rasterio/rasterio/blob/master/CHAN
Hi all, Here is the GitHub release summary: https://github.com/rasterio/rasterio/releases/tag/1.3.0. Here is the full list of changes since 1.2.10:https://github.com/rasterio/rasterio/blob/master/CHAN
|
By
Sean Gillies
·
|
|
Rasterio 1.3b3
Hi all, This is a belated announcement that rasterio 1.3b3 is on PyPI. For the first time we have a small set of Windows wheels. This same set of wheels is what we intend to provide for the final 1.3.
Hi all, This is a belated announcement that rasterio 1.3b3 is on PyPI. For the first time we have a small set of Windows wheels. This same set of wheels is what we intend to provide for the final 1.3.
|
By
Sean Gillies
·
|
|
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
·
|