|
GDAL version policy 3 messages
Hello folks, What is the policy of the project about GDAL version? The latest stable release of GDAL is 2.3.2 but recent wheels of rasterio are built onto 2.3.1.
Hello folks, What is the policy of the project about GDAL version? The latest stable release of GDAL is 2.3.2 but recent wheels of rasterio are built onto 2.3.1.
|
By Denis Rykov
·
|
|
Rasterio 1.0.8
Hi all, Rasterio 1.0.8 has been uploaded to PyPI. Thanks to Denis Rykov, we have Python 3.4 wheels for manylinux1 again. And datasets stored in MemoryFile bytes are now opened in r+ or w+ mode as requ
Hi all, Rasterio 1.0.8 has been uploaded to PyPI. Thanks to Denis Rykov, we have Python 3.4 wheels for manylinux1 again. And datasets stored in MemoryFile bytes are now opened in r+ or w+ mode as requ
|
By Sean Gillies
·
|
|
Open a raster file with read and write permissions in rasterio 2 messages
I have already asked this question in GIS stack exchange and stack overflow but received no response: I am trying to write a function which will help me construct a `rasterio` memory file and return t
I have already asked this question in GIS stack exchange and stack overflow but received no response: I am trying to write a function which will help me construct a `rasterio` memory file and return t
|
By
Amine Aboufirass
·
|
|
Issue when using rasterio dataset inside Class with multiprocessing 2 messages
I have a simple class which has a member variable of rasterio dataset. Inside the class, there is also a function wrapped by a python multiprocessing call. See below This code is supposed to print 'Wo
I have a simple class which has a member variable of rasterio dataset. Inside the class, there is also a function wrapped by a python multiprocessing call. See below This code is supposed to print 'Wo
|
By luoyntech@...
·
|
|
Float precision on writing grid 2 messages
I'm trying to transform xyz data to a raster grid using rasterio I've loaded the elevation data into a numpy array, the precision of the z values is 2 decimals and the array has dtype float64. after l
I'm trying to transform xyz data to a raster grid using rasterio I've loaded the elevation data into a numpy array, the precision of the z values is 2 decimals and the array has dtype float64. after l
|
By Betman, Maarten
·
|
|
Rasterio 1.0.3 and Python 3.4 3 messages
Hello folks, I have problems with installation rasterio==1.0.3 and higher on Python 3.4. There are no problems with 3.5 and 3.6. Is it an expected behavior? $ sudo docker run --name python34 -it pytho
Hello folks, I have problems with installation rasterio==1.0.3 and higher on Python 3.4. There are no problems with 3.5 and 3.6. Is it an expected behavior? $ sudo docker run --name python34 -it pytho
|
By Denis Rykov
·
|
|
Rasterio 1.0.7
Hi all, Rasterio 1.0.7 is compatible with click versions >= 4 and < 8 (not released yet, of course) including the new click version 7.0, and fixes a couple other small bugs as well. Please upgrade whe
Hi all, Rasterio 1.0.7 is compatible with click versions >= 4 and < 8 (not released yet, of course) including the new click version 7.0, and fixes a couple other small bugs as well. Please upgrade whe
|
By Sean Gillies
·
|
|
Please upgrade cligj to 0.5
Hi all, A rasterio dependency, cligj 0.4.0, is not compatible with click 7 (released yesterday) and if click has been upgraded in your environment you will notice that the rio commands are broken. Upg
Hi all, A rasterio dependency, cligj 0.4.0, is not compatible with click 7 (released yesterday) and if click has been upgraded in your environment you will notice that the rio commands are broken. Upg
|
By Sean Gillies
·
|
|
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
·
|