|
Open EHdr raster with hdr header file from memory
4 messages
Hi All, I am processing SNODAS data archives that store each variable in a single-band ESRI BIL format raster. rasterio.open() works like a charm when a) fp references a file on disk and b) when a hdr
Hi All, I am processing SNODAS data archives that store each variable in a single-band ESRI BIL format raster. rasterio.open() works like a charm when a) fp references a file on disk and b) when a hdr
|
By
fkluibenschaedl@...
·
|
|
How are calculate_default_transform and aligned_target different?
5 messages
Greetings everyone, I am trying to do reprojection in chunks and have been using rasterio.warp.calculate_default_transform for getting the projected extent and transform of the chunk. However, I notic
Greetings everyone, I am trying to do reprojection in chunks and have been using rasterio.warp.calculate_default_transform for getting the projected extent and transform of the chunk. However, I notic
|
By
yon.davies@...
·
|
|
Default nodata value
3 messages
Hi, what is the default nodata used by GDAL, and hence rasterio, for any given dtype? For example, rasterio.warp.reproject states: dst_nodata (int or float, optional) – The nodata value used to initia
Hi, what is the default nodata used by GDAL, and hence rasterio, for any given dtype? For example, rasterio.warp.reproject states: dst_nodata (int or float, optional) – The nodata value used to initia
|
By
amaury.dehecq@...
·
|
|
Help with rasterio.transfrom.xy
2 messages
Hi, We are working on a process that extracts values from raster data and returns them as GeoJSON geometries. Our use cases are point, line, and polygon. For the line use case, we are trying to return
Hi, We are working on a process that extracts values from raster data and returns them as GeoJSON geometries. Our use cases are point, line, and polygon. For the line use case, we are trying to return
|
By
Cooney,Tom (ECCC)
·
|
|
Proposal: Allow other cloud object store providers
4 messages
Hi Everyone, I understand that AWS S3 is by far the most common cloud object store provider, especially in the geospatial community. Unfortunately some users don't get to choose which object store pro
Hi Everyone, I understand that AWS S3 is by far the most common cloud object store provider, especially in the geospatial community. Unfortunately some users don't get to choose which object store pro
|
By
ashley.sommer@...
·
|
|
Which version of rasterio support works with numpy==1.19.2
2 messages
I am using tensorflow 2.5 which requires a specific version of NumPy 1.19.2. I am also using rasterio. Which version of rasterio that requires the same version of numpy ?
I am using tensorflow 2.5 which requires a specific version of NumPy 1.19.2. I am also using rasterio. Which version of rasterio that requires the same version of numpy ?
|
By
1s.aboulfadile@...
·
|
|
Creating 12GB Create very large empty geotif with Rasterio without using large amounts of memory
7 messages
Hi there. I was wondering if there was a way to create a multiband 12 GB geotif file with rasterio without consuming a large amount of memory. I’m working on a shared system where resources are limite
Hi there. I was wondering if there was a way to create a multiband 12 GB geotif file with rasterio without consuming a large amount of memory. I’m working on a shared system where resources are limite
|
By
Hobart, Geordie (NRCan/RNCan)
·
|
|
Rasterio 1.2.6
Hi all, If you've been unable to install rasterio in --non-binary mode today, please see https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L14-L18 for details on the fix in version 1.2.6. --
Hi all, If you've been unable to install rasterio in --non-binary mode today, please see https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L14-L18 for details on the fix in version 1.2.6. --
|
By
Sean Gillies
·
|
|
Rasterio 1.2.5
2 messages
Hi all, Rasterio 1.2.5 distributions were uploaded to PyPI yesterday evening. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L17-L21. Thank you for the bug reports an
Hi all, Rasterio 1.2.5 distributions were uploaded to PyPI yesterday evening. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L17-L21. Thank you for the bug reports an
|
By
Sean Gillies
·
|
|
Shape of resulting merged image is not what I expect
2 messages
I'm not sure if this is a bug or a subtle unexpected behaviour of the function *rasterio.merge.merge*. I'm creating a mosaic with several images for the whole globe. The resolution is such that the im
I'm not sure if this is a bug or a subtle unexpected behaviour of the function *rasterio.merge.merge*. I'm creating a mosaic with several images for the whole globe. The resolution is such that the im
|
By
juanjo.gomeznavarro@...
·
|
|
Rasters with mixed dtypes
2 messages
Hello everyone, I was wondering if there are any good examples/reasons for having rasters that contain bands with mixed dtypes e.g. ('uint8', 'float32'). This seem to be mostly supported in rasterio,
Hello everyone, I was wondering if there are any good examples/reasons for having rasters that contain bands with mixed dtypes e.g. ('uint8', 'float32'). This seem to be mostly supported in rasterio,
|
By
amaury.dehecq@...
·
|
|
Help with inconsistent errors using WarpedVRT/rio_tiler
Hello, I have been running into some puzzling errors with windowed reads of COGs in Mollweide crs. The read raises a CPLE_AppDefinedError on transforming the window to the dataset crs the first five (
Hello, I have been running into some puzzling errors with windowed reads of COGs in Mollweide crs. The read raises a CPLE_AppDefinedError on transforming the window to the dataset crs the first five (
|
By
fgassert@...
·
|
|
Rasterio 1.2.4
2 messages
Hi all, Here is the list of bug fixes in rasterio 1.2.4: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L13-L32 The wheels on PyPI for this version now include GDAL 3.3.0 and GEOS 3.9.1. T
Hi all, Here is the list of bug fixes in rasterio 1.2.4: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L13-L32 The wheels on PyPI for this version now include GDAL 3.3.0 and GEOS 3.9.1. T
|
By
Sean Gillies
·
|
|
What do I need to do to visualize Sentinel-1 data with rasterio?
3 messages
I'm a first time user. I downloaded a Sentinel-1 granule. I'm now trying to visualize it via the following script: import rasterio from rasterio.plot import show path = '.../x.SAFE/measurement/y-001.t
I'm a first time user. I downloaded a Sentinel-1 granule. I'm now trying to visualize it via the following script: import rasterio from rasterio.plot import show path = '.../x.SAFE/measurement/y-001.t
|
By
earthdata@...
·
|
|
concurrent.futures.ThreadPoolExecutor for s3 COG reads fails - CPLReleaseMutex: Error
2 messages
This could be similar to https://github.com/mapbox/rasterio/issues/1686 In an AWS-Lambda python 3.7 runtime, there is an error like: CPLReleaseMutex: Error = 1 (Operation not permitted) [WARNING] 2021
This could be similar to https://github.com/mapbox/rasterio/issues/1686 In an AWS-Lambda python 3.7 runtime, there is an error like: CPLReleaseMutex: Error = 1 (Operation not permitted) [WARNING] 2021
|
By
dweber.consulting@...
·
|
|
Reconciling transforms by from_origin and from_bounds
2 messages
I am trying to reconcile the transforms that I get by using transform.from_origin and transform.from_bounds bounds = BoundingBox(left=1679712.0, bottom=5860848.0, right=1862208.0, top=6029312.0) width
I am trying to reconcile the transforms that I get by using transform.from_origin and transform.from_bounds bounds = BoundingBox(left=1679712.0, bottom=5860848.0, right=1862208.0, top=6029312.0) width
|
By
ayr035@...
·
|
|
Handle to underlying GDAL dataset
2 messages
Hi! I would like to get a handle for the underlying GDAL dataset behind a RasterIO dataset. Is this possible somehow? The reason I want to do this is that, in some cases, GDAL operations are significa
Hi! I would like to get a handle for the underlying GDAL dataset behind a RasterIO dataset. Is this possible somehow? The reason I want to do this is that, in some cases, GDAL operations are significa
|
By
soren.rasmussen@...
·
|
|
Need Help
2 messages
First : I want to know how could i change the name of raster images’s band? Because i have a multispectral image with 8 band and the name is none when i do image.descrptions. Second : On this multispe
First : I want to know how could i change the name of raster images’s band? Because i have a multispectral image with 8 band and the name is none when i do image.descrptions. Second : On this multispe
|
By
Serigne Mansour DIENE
·
|
|
snippet for minimum bounding snapped window?
Hi all, Often I'm given unsnapped coordinates and want to find the minimum bounding snapped box based on a rasterio Dataset. I'm guessing someone here has a better way of doing it or I'm missing a met
Hi all, Often I'm given unsnapped coordinates and want to find the minimum bounding snapped box based on a rasterio Dataset. I'm guessing someone here has a better way of doing it or I'm missing a met
|
By
Gregory, Matthew
·
|
|
Rasterio 1.2.2
Hi all, Rasterio 1.2.2 source distribution and wheels for selected platforms are on PyPI now. The wheels include GDAL 3.2.2 and PROJ 7.2.1. See https://github.com/mapbox/rasterio/blob/master/CHANGES.t
Hi all, Rasterio 1.2.2 source distribution and wheels for selected platforms are on PyPI now. The wheels include GDAL 3.2.2 and PROJ 7.2.1. See https://github.com/mapbox/rasterio/blob/master/CHANGES.t
|
By
Sean Gillies
·
|