|
add `VSINetworkStats*` methods in Rasterio 4 messages
In the latest GDAL two new method have been added: https://github.com/OSGeo/gdal/blob/687cfeab298df9524a36846de83ca6b5d8494c6d/gdal/port/cpl_vsi.h#L377-L378 It would be really nice to have access to t
In the latest GDAL two new method have been added: https://github.com/OSGeo/gdal/blob/687cfeab298df9524a36846de83ca6b5d8494c6d/gdal/port/cpl_vsi.h#L377-L378 It would be really nice to have access to t
|
By vincent.sarago@...
·
|
|
Add Co-Register example to Rasterio Advanced Topics page 2 messages
Hi all, We use rasterio quite a bit to "co-register" and merge multiple rasters to the CRS, extent, and cell size of a reference raster. Raster co-registration is useful in a number of situations such
Hi all, We use rasterio quite a bit to "co-register" and merge multiple rasters to the CRS, extent, and cell size of a reference raster. Raster co-registration is useful in a number of situations such
|
By afinkmiller@...
·
|
|
Rasterio dataset 4 messages
Hi all, New in the group! I've been thiking about a tool allowing the opening of several files at the same time creating a rasterio dataset in the same idea as e.g. an xarray dataset. Has it already b
Hi all, New in the group! I've been thiking about a tool allowing the opening of several files at the same time creating a rasterio dataset in the same idea as e.g. an xarray dataset. Has it already b
|
By adrien.wehrle@...
·
|
|
Rasterio Segmentation Fault in Apache 4 messages
Hi, I am porting an existing Flask application from the GDAL python bindings to Rasterio and have found some interesting behaviour. Rasterio works great and I really like the API, the GDAL Python API
Hi, I am porting an existing Flask application from the GDAL python bindings to Rasterio and have found some interesting behaviour. Rasterio works great and I really like the API, the GDAL Python API
|
By Angus Dickey
·
|
|
Add Reader for direct file access to VSILFILE 4 messages
ref: https://github.com/cogeotiff/rio-cogeo/issues/151 To resolve the issue above we need to have access to the binary content of the file directly. Sadly rasterio doesn't have this kind of access pub
ref: https://github.com/cogeotiff/rio-cogeo/issues/151 To resolve the issue above we need to have access to the binary content of the file directly. Sadly rasterio doesn't have this kind of access pub
|
By vincent.sarago@...
·
|
|
Adding resampling option to rasterio.merge 2 messages
Hi, I am using rasterio.merge to merge several datasets and downsample them in a single call thanks to the res argument of merge(). However I would like to control the resampling method that is being
Hi, I am using rasterio.merge to merge several datasets and downsample them in a single call thanks to the res argument of merge(). However I would like to control the resampling method that is being
|
By Guillaume Lostis
·
|
|
rasterio 1.1.4
Hi all, Rasterio 1.1.4 has been released. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4 Here are the distributions on PyPI https://pypi.org/project/rasterio/1.1.4
Hi all, Rasterio 1.1.4 has been released. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4 Here are the distributions on PyPI https://pypi.org/project/rasterio/1.1.4
|
By Sean Gillies
·
|
|
ability to auto-level when building overviews 3 messages
Hi, I'm currently updating some code in the Satpy library that uses rasterio to write geotiffs and optionally build overviews. One thing I noticed in the "gdaladdo" documentation is that since GDAL 2.
Hi, I'm currently updating some code in the Satpy library that uses rasterio to write geotiffs and optionally build overviews. One thing I noticed in the "gdaladdo" documentation is that since GDAL 2.
|
By David Hoese
·
|
|
Question regarding URIs 2 messages
Hi, I've been looking at the use of URI's in Rasterio, specifically how URIs get formatted into VSI paths, and I ran into a question regarding the use of '+' in the scheme portion. Though it is allowa
Hi, I've been looking at the use of URI's in Rasterio, specifically how URIs get formatted into VSI paths, and I ran into a question regarding the use of '+' in the scheme portion. Though it is allowa
|
By Justin Polchlopek
·
|
|
Thoughts on coordinate transformer using GDALGenImgProjTransformer2 8 messages
Hi all, I wanted to ask for some feedback on whether this functionality belongs in rasterio. I'm looking to be able to calculate line/pixel coordinates for a Rational Polynomial Coefficient (RPC) geor
Hi all, I wanted to ask for some feedback on whether this functionality belongs in rasterio. I'm looking to be able to calculate line/pixel coordinates for a Rational Polynomial Coefficient (RPC) geor
|
By Yann-Sebastien Tremblay-Johnston
·
|
|
Expose driver specific creation option in profile 2 messages
I was wondering if you already considered to expose driver specific creation options (other than blockxsize/ bockysize) in the profile. I can for example create a raster like this: with rasterio.open(
I was wondering if you already considered to expose driver specific creation options (other than blockxsize/ bockysize) in the profile. I can for example create a raster like this: with rasterio.open(
|
By Thomas Maschler
·
|
|
Access to dataset overviews for Rasterio 1.1 6 messages
Hi all, I'm beginning to think about enhancing Rasterio to provide direct access to overviews, and that this could be the keystone feature of a 1.1 release. The best API is not immediately obvious to
Hi all, I'm beginning to think about enhancing Rasterio to provide direct access to overviews, and that this could be the keystone feature of a 1.1 release. The best API is not immediately obvious to
|
By Sean Gillies
·
|
|
Numpy Python Support Cadence 2 messages
I recently noticed this issue where xarray is dropping python 3.5 support due to numpy's recommended cadence in python support: https://github.com/pydata/xarray/issues/3293 numpy support schedule: htt
I recently noticed this issue where xarray is dropping python 3.5 support due to numpy's recommended cadence in python support: https://github.com/pydata/xarray/issues/3293 numpy support schedule: htt
|
By Alan Snow
·
|
|
rasterio cookbook 2 messages
I noticed that the cookbook (https://github.com/mapbox/rasterio-cookbook) has been archived. It doesn't look like those examples are included anywhere in the current docs. Is there any interest in inc
I noticed that the cookbook (https://github.com/mapbox/rasterio-cookbook) has been archived. It doesn't look like those examples are included anywhere in the current docs. Is there any interest in inc
|
By James McBride
·
|
|
Rasterio maint-1.1 branch
I have created a new branch for maintenance of version 1.1. We will keep the maint-1.0 branch around, but I don't foresee adding any new commits to it. -- Sean Gillies
I have created a new branch for maintenance of version 1.1. We will keep the maint-1.0 branch around, but I don't foresee adding any new commits to it. -- Sean Gillies
|
By Sean Gillies
·
|
|
Rasterio 1.1 status
Hi all, Work towards Rasterio 1.1.0 is moving forward. I'd like to have a 1.1.0 release before October 1. See the change log at https://github.com/mapbox/rasterio/blob/master/CHANGES.txt for a summary
Hi all, Work towards Rasterio 1.1.0 is moving forward. I'd like to have a 1.1.0 release before October 1. See the change log at https://github.com/mapbox/rasterio/blob/master/CHANGES.txt for a summary
|
By Sean Gillies
·
|
|
Handling non-AWS S3 services 4 messages
Hi all, I've been working with a non-AWS S3 file storage lately, so I had to tackle the question of how to use rasterio with it. The service (https://www.openio.io/) is S3-compatible, so it works with
Hi all, I've been working with a non-AWS S3 file storage lately, so I had to tackle the question of how to use rasterio with it. The service (https://www.openio.io/) is S3-compatible, so it works with
|
By Guillaume Lostis
·
|
|
Use of GCPS in Rasterio 6 messages
Right now Rasterio has partial support of GCPS (meaning it can just list them). I've started a PR to add support of GCPS to retrieve the geotransform and crs from it when it's not present in the file
Right now Rasterio has partial support of GCPS (meaning it can just list them). I've started a PR to add support of GCPS to retrieve the geotransform and crs from it when it's not present in the file
|
By vincent.sarago@...
·
|
|
[rasterio] multi-dimensional support 5 messages
Hi Norman, But I can import xarray now to get all of these features from a netCDF file (or other formats supported by xarray). As a Python developer, I don't need these features built into rasterio, b
Hi Norman, But I can import xarray now to get all of these features from a netCDF file (or other formats supported by xarray). As a Python developer, I don't need these features built into rasterio, b
|
By Sean Gillies
·
|
|
Mega GIS Wheel
Not even sure if it is possible and I usually don't use wheels for mixing GIS stuff, but I have seen issues with it here and there. All the same, here is an idea that has been going through my head. I
Not even sure if it is possible and I usually don't use wheels for mixing GIS stuff, but I have seen issues with it here and there. All the same, here is an idea that has been going through my head. I
|
By Alan Snow
·
|