|
Click 7.0 breaks Rasterio 3 messages
Hi all, Heads up: click 7.0 was released to PyPI yesterday and rasterio is not compatible with it. If you pin `click==6.7` in your applications, you'll be fine. The change log entry for 7 is looong an
Hi all, Heads up: click 7.0 was released to PyPI yesterday and rasterio is not compatible with it. If you pin `click==6.7` in your applications, you'll be fine. The change log entry for 7 is looong an
|
By Sean Gillies
·
|
|
Rasterio 1.0.6
Hi all, Rasterio 1.0.6 is on PyPI now with 3 significant bug fixes: - If the build_overviews method of a dataset is passed a list of factors that specify more than one 1x1 pixel overview (#1333), Rast
Hi all, Rasterio 1.0.6 is on PyPI now with 3 significant bug fixes: - If the build_overviews method of a dataset is passed a list of factors that specify more than one 1x1 pixel overview (#1333), Rast
|
By Sean Gillies
·
|
|
Rasterio 1.0.5
Hi all, Rasterio 1.0.5 is on PyPI now. It fixes 3 bugs and provides a source distribution that will be compatible with Python 3.7. From the change log: Bug fixes: - The fill value for boundless reads
Hi all, Rasterio 1.0.5 is on PyPI now. It fixes 3 bugs and provides a source distribution that will be compatible with Python 3.7. From the change log: Bug fixes: - The fill value for boundless reads
|
By Sean Gillies
·
|
|
In-memory multi dataset object 3 messages
Hi I wonder if I can create in-memory multi-dataset dataset, something like `gdalbuildvrt` but in memory The use case I have in mind, is that I have a list of urls some of them construct the same band
Hi I wonder if I can create in-memory multi-dataset dataset, something like `gdalbuildvrt` but in memory The use case I have in mind, is that I have a list of urls some of them construct the same band
|
By Guy Doulberg
·
|
|
Fast X-array rasterization 6 messages
Hi! I am trying to produce a map using rasterio's rasterization and datashader, following this gist https://gist.github.com/brendancol/db030013e981c46acb2886060dde607e It works perfectly well, when I
Hi! I am trying to produce a map using rasterio's rasterization and datashader, following this gist https://gist.github.com/brendancol/db030013e981c46acb2886060dde607e It works perfectly well, when I
|
By Philipp Kats
·
|
|
Rasterio 1.0.3.post1 8 messages
Hi all, The 1.0.3 wheels I built for OSX and uploaded to PyPI included a GDAL library with no curl support. I've made a post-release that fixes this problem. If you installed one of these wheels, plea
Hi all, The 1.0.3 wheels I built for OSX and uploaded to PyPI included a GDAL library with no curl support. I've made a post-release that fixes this problem. If you installed one of these wheels, plea
|
By Sean Gillies
·
|
|
Rasterio 1.0.3
Hi all, Rasterio 1.0.3 is on PyPI now, finally. It fixes 2 bugs found since 1.0.2: - A regression in GeoJSON source handling in rio-rasterize (#1425) has been fixed. - Rasterization of linear rings (#
Hi all, Rasterio 1.0.3 is on PyPI now, finally. It fixes 2 bugs found since 1.0.2: - A regression in GeoJSON source handling in rio-rasterize (#1425) has been fixed. - Rasterization of linear rings (#
|
By Sean Gillies
·
|
|
rio stack with compression 2 messages
I stacked some singleband rasters into a multiband raster using `rio stack` with a compress=deflate creation option. The compressed output filesize was approx 1.4x the sum of the uncompressed input fi
I stacked some singleband rasters into a multiband raster using `rio stack` with a compress=deflate creation option. The compressed output filesize was approx 1.4x the sum of the uncompressed input fi
|
By Luke
·
|
|
read masked and overviews when no-data value is defined 4 messages
Hi all, We are trying to read masked array using `DatasetReaderBase.read`, reading the documentation it looks that if we pass masked=True we will get what we wanted. I was testing the read on raster w
Hi all, We are trying to read masked array using `DatasetReaderBase.read`, reading the documentation it looks that if we pass masked=True we will get what we wanted. I was testing the read on raster w
|
By Guy Doulberg
·
|
|
`import rasterio` error on Win7 and Mac: ValueError: numpy.dtype has the wrong size, try recompiling 2 messages
I am having the same problem on Windows 7 and Mac OS X High Sierra: 1) Windows 7 (64 bits) Using python 2.7 (32 bits). I have installed GDAL Core and its Python bindings using the executables here (re
I am having the same problem on Windows 7 and Mac OS X High Sierra: 1) Windows 7 (64 bits) Using python 2.7 (32 bits). I have installed GDAL Core and its Python bindings using the executables here (re
|
By nurbachris@...
·
|
|
Mask to alpha band 2 messages
Hi, folks! Is it possible to convert internal mask to alpha band?
Hi, folks! Is it possible to convert internal mask to alpha band?
|
By Denis Rykov
·
|
|
Rasterio 1.0.1
Hi all, Rasterio 1.0.1 is on PyPI now. It fixes 4 bugs found since 1.0.0: - Bounding envelopes are densified at higher precision in transform_bounds to fix #1411. - Add LERC compression to enums.Compr
Hi all, Rasterio 1.0.1 is on PyPI now. It fixes 4 bugs found since 1.0.0: - Bounding envelopes are densified at higher precision in transform_bounds to fix #1411. - Add LERC compression to enums.Compr
|
By Sean Gillies
·
|
|
Reproject with mask preserving 2 messages
Hi there! I have GeoTIFF files with internal mask and I need to reproject them and not lose mask. I've found that direct generating warped mask band is not supported by GDAL: https://github.com/OSGeo/
Hi there! I have GeoTIFF files with internal mask and I need to reproject them and not lose mask. I've found that direct generating warped mask band is not supported by GDAL: https://github.com/OSGeo/
|
By Denis Rykov
·
|
|
Copying Rasterio crs from input to output dataset 3 messages
Hi all. Congrats on the 1.0.0 release! Using rasterio 1.0.0 (installed from conda-forge in a fresh conda env). I'm having trouble copying the CRS from on dataset to another. The output dataset CRS is
Hi all. Congrats on the 1.0.0 release! Using rasterio 1.0.0 (installed from conda-forge in a fresh conda env). I'm having trouble copying the CRS from on dataset to another. The output dataset CRS is
|
By Luke
·
|
|
LERC Compression Error 2 messages
Hello all, I have a raster that uses LERC compression. Opening/reading from the raster works fine, however I get the following error when trying to access the `.profile` property: ValueError: 'LERC' i
Hello all, I have a raster that uses LERC compression. Opening/reading from the raster works fine, however I get the following error when trying to access the `.profile` property: ValueError: 'LERC' i
|
By calebrob6@...
·
|
|
Calculate transformation using output dimensions 4 messages
In gdalwarp we have at least two options for managing of output size of a raster: -tr xres yres: set output file resolution (in target georeferenced units) -ts width height: set output file size in pi
In gdalwarp we have at least two options for managing of output size of a raster: -tr xres yres: set output file resolution (in target georeferenced units) -ts width height: set output file size in pi
|
By Denis Rykov
·
|
|
Rasterio 1.0.0
Hi, all. We, the authors, are pleased to announce the release of Rasterio 1.0.0. What is the significance of 1.0.0? Stability. After more than a year of changes, there is at last a stable base for app
Hi, all. We, the authors, are pleased to announce the release of Rasterio 1.0.0. What is the significance of 1.0.0? Stability. After more than a year of changes, there is at last a stable base for app
|
By Sean Gillies
·
|
|
Plugin for common color maps?
Hey there, Thanks for a great library - I've just been getting into it via the rio-tiler library where I'm building an app for showing imagery in combination with stream gauge data (see below). What I
Hey there, Thanks for a great library - I've just been getting into it via the rio-tiler library where I'm building an app for showing imagery in combination with stream gauge data (see below). What I
|
By me@...
·
|
|
New Member
Hello everyone, I’m a new member of rasterio group willing to know more about rasterio and satellite image processing. I’m also new in programming, so, don’t be surprised if I make weird questions!!!
Hello everyone, I’m a new member of rasterio group willing to know more about rasterio and satellite image processing. I’m also new in programming, so, don’t be surprised if I make weird questions!!!
|
By Armstrong Manuvakola Ezequias Ngolo
·
|
|
Rasterio 1.0rc5
Hi all, The Rasterio 1.0rc5 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/project/rasterio/1.0rc5/. Please remember that pip ins
Hi all, The Rasterio 1.0rc5 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/project/rasterio/1.0rc5/. Please remember that pip ins
|
By Sean Gillies
·
|