|
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
·
|
|
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
·
|
|
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.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
·
|
|
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
·
|