|
Rasterio's general discussion group is open for business
Greetings, Questions about installation, distribution, and usage of Rasterio are welcome here. Issues opened in Rasterio's GitHub repo that fall into one these categories may be perfunctorily closed.
Greetings, Questions about installation, distribution, and usage of Rasterio are welcome here. Issues opened in Rasterio's GitHub repo that fall into one these categories may be perfunctorily closed.
|
By
Sean Gillies
·
|
|
Rasterio 1.0rc3
Hi all, I almost forgot to announce here before the holiday! The Rasterio 1.0rc3 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/p
Hi all, I almost forgot to announce here before the holiday! The Rasterio 1.0rc3 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/p
|
By
Sean Gillies
·
|
|
Does rasterio load data into memory while reprojecting?
3 messages
Hi there! I have a general question about reprojection. Consider the following example: with rasterio.open(fname_src) as src: with rasterio.open(fname_dst, 'w', **kwargs) as dst: for i in range(1, src
Hi there! I have a general question about reprojection. Consider the following example: with rasterio.open(fname_src) as src: with rasterio.open(fname_dst, 'w', **kwargs) as dst: for i in range(1, src
|
By
Denis Rykov
·
|
|
Rasterio 1.0rc4
Hi all, The Rasterio 1.0rc4 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/project/rasterio/1.0rc4/. Please remember that pip ins
Hi all, The Rasterio 1.0rc4 source distribution and wheels for macos 10.9 (or greater) and manylinux1 platforms are on PyPI now: https://pypi.org/project/rasterio/1.0rc4/. Please remember that pip ins
|
By
Sean Gillies
·
|
|
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
·
|
|
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 Ngolo
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
`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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|