|
rasterio Google Cloud Storage (GCS) access 5 messages
Hi I forked and am trying to add support for rasterio and rio to handle files on Google Cloud Storage. I made changes to path.py and added remote schemes to include gs:// type urls similar to AWS S3 s
Hi I forked and am trying to add support for rasterio and rio to handle files on Google Cloud Storage. I made changes to path.py and added remote schemes to include gs:// type urls similar to AWS S3 s
|
By Madhav Desetty
·
|
|
Loading large ENVI rasters into a MemoryFile 3 messages
Hello, In my project I’m dealing with 217 hyperspectral raster files in ENVI format. These rasters contain 420 bands, this means that I have to deal with files that are 30GB+ in size. To keep stuff ma
Hello, In my project I’m dealing with 217 hyperspectral raster files in ENVI format. These rasters contain 420 bands, this means that I have to deal with files that are 30GB+ in size. To keep stuff ma
|
By nickubels@...
·
|
|
Best way of doing concurrent window processing 8 messages
I've been looking for the best way of processing a large raster files while achieving both maximum processing parallelism/speed and a low memory footprint. To achieve a low memory footprint, is enough
I've been looking for the best way of processing a large raster files while achieving both maximum processing parallelism/speed and a low memory footprint. To achieve a low memory footprint, is enough
|
By Pablo Sanfilippo
·
|
|
reproject on numpy array 3 messages
Hi guys I am trying to use a method `rasterio.warp.reproject` I create a source numpy array full of zeros and dest numpy array full of ones, I reprojected using the nearset resmapling and src_nodata=0
Hi guys I am trying to use a method `rasterio.warp.reproject` I create a source numpy array full of zeros and dest numpy array full of ones, I reprojected using the nearset resmapling and src_nodata=0
|
By Guy Doulberg
·
|
|
Change the Nodata value in a file. 3 messages
Hi Everyone, Using RasterIO, what is the correct way to change (or assign if it isn't already set) the no data value for a single or multi band TIF file? For example using the test rgb.byte.tif file,
Hi Everyone, Using RasterIO, what is the correct way to change (or assign if it isn't already set) the no data value for a single or multi band TIF file? For example using the test rgb.byte.tif file,
|
By Ratcliff, Christina (A&F, Waite Campus)
·
|
|
[rasterio-dev] debugging build_overviews
Hi Guy, Let's try to answer your questions on the main discussion group. The dev group is for discussing development of the library itself: new API methods, infrastructure, governance, &c. I've cross-
Hi Guy, Let's try to answer your questions on the main discussion group. The dev group is for discussing development of the library itself: new API methods, infrastructure, governance, &c. I've cross-
|
By Sean Gillies
·
|
|
[rasterio-dev] Writing azure blobs does not create blobs 3 messages
Hi Niklas, First off, in my original reply I missed the chance to suggest that we move this discussion to the main (not dev) discussion group, which has more users. The dev group is for discussing and
Hi Niklas, First off, in my original reply I missed the chance to suggest that we move this discussion to the main (not dev) discussion group, which has more users. The dev group is for discussing and
|
By Sean Gillies
·
|
|
Rasterio Resampling documentation needs some key descriptions such as the libraries to call 2 messages
Hello Rasterio community, while I have been using GDAL-python for a few years, I am delighted to learn about Rasterio. Both in GDAL and Rasterio (matter of fact any programming) require detail and to
Hello Rasterio community, while I have been using GDAL-python for a few years, I am delighted to learn about Rasterio. Both in GDAL and Rasterio (matter of fact any programming) require detail and to
|
By Eyal Saiet
·
|
|
Resampling raster error message: ValueError: Invalid source
I am testing the Resamling code from the documentation-link, to resample a tiff file: #resampling a raster import rasterio from rasterio.warp import Affine, Resampling, reproject import numpy as np sr
I am testing the Resamling code from the documentation-link, to resample a tiff file: #resampling a raster import rasterio from rasterio.warp import Affine, Resampling, reproject import numpy as np sr
|
By Eyal Saiet
·
|
|
Rasterio and pip 19 3 messages
Hi all, I was tripped up by the release of pip 19 and want to share what I learned so that you can avoid the same bruises. Rasterio has a pyproject.toml file since version 1.0. This file specifies the
Hi all, I was tripped up by the release of pip 19 and want to share what I learned so that you can avoid the same bruises. Rasterio has a pyproject.toml file since version 1.0. This file specifies the
|
By Sean Gillies
·
|
|
Rasterio 1.0.14 6 messages
Hi all, Rasterio 1.0.14 is on PyPI now: https://pypi.org/project/rasterio/1.0.14/. The changes are listed here: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4-L17. We've attempted to ov
Hi all, Rasterio 1.0.14 is on PyPI now: https://pypi.org/project/rasterio/1.0.14/. The changes are listed here: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4-L17. We've attempted to ov
|
By Sean Gillies
·
|
|
Rasterio 1.0.15 6 messages
Hi all, 1.0.15 is available on PyPI now and fixes two problems with 1.0.14 and its binary wheels. The first is that 1.0.14 didn't have the advertised Google cloud storage support. The second is that t
Hi all, 1.0.15 is available on PyPI now and fixes two problems with 1.0.14 and its binary wheels. The first is that 1.0.14 didn't have the advertised Google cloud storage support. The second is that t
|
By Sean Gillies
·
|
|
New rasterio versions don't handle blank SRS gracefully 2 messages
Short version: The following causes errors, in rasterio 1.0.15, but is fine in rasterio 1.0.9. from rasterio.crs import CRS print(CRS()) The following are the only tests in rasterio to check blank CRS
Short version: The following causes errors, in rasterio 1.0.15, but is fine in rasterio 1.0.9. from rasterio.crs import CRS print(CRS()) The following are the only tests in rasterio to check blank CRS
|
By nicholas.maxwell@...
·
|
|
Reading an image by overlapped blocks of chosen depth 3 messages
In rasterio, reading image array in the unit of blocks is pretty convenient and useful. However, Overlapping blocks could be very useful for certain applications which requires kernel wise processing
In rasterio, reading image array in the unit of blocks is pretty convenient and useful. However, Overlapping blocks could be very useful for certain applications which requires kernel wise processing
|
By mail2abhisek.maiti@...
·
|
|
Rasterio 1.0.18
Hi all, We've made three new releases this week to fix regressions introduced in version 1.0.14. Please upgrade to 1.0.18 to take advantage of the changes in 1.0.14, but without suffering from the bug
Hi all, We've made three new releases this week to fix regressions introduced in version 1.0.14. Please upgrade to 1.0.18 to take advantage of the changes in 1.0.14, but without suffering from the bug
|
By Sean Gillies
·
|
|
Implementing -scale functionality of gdal_translate 10 messages
Is there any way to replicate the -scale functionality of gdal_translate in Rasterio to scale the input pixels of a geotiff to a different range?
Is there any way to replicate the -scale functionality of gdal_translate in Rasterio to scale the input pixels of a geotiff to a different range?
|
By linden.kyle@...
·
|
|
Rasterio 1.0.20
Hi all, Rasterio 1.0.20 is on PyPI today. I hope you'll like the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4-L24. I discovered that 1.0.19 was defective while building linux
Hi all, Rasterio 1.0.20 is on PyPI today. I hope you'll like the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4-L24. I discovered that 1.0.19 was defective while building linux
|
By Sean Gillies
·
|
|
Python 2/3 compatibility management in rasterio 3 messages
Hello everyone, First of all, this is my occasion to say thanks for the rasterio project. It has been very helpful simplifying my life last year. I write a sofware that depends on rasterio, should ens
Hello everyone, First of all, this is my occasion to say thanks for the rasterio project. It has been very helpful simplifying my life last year. I write a sofware that depends on rasterio, should ens
|
By adrienoyono@...
·
|
|
Rasterio 1.0.22
Hi all, Rasterio wheels and sdist for 1.0.22 are on PyPI today. This release fixes two bugs reported in 1.0.21. Changes ======= 1.0.22 (2019-03-20) ------------------- - Add JPEG2000 to enums.Compress
Hi all, Rasterio wheels and sdist for 1.0.22 are on PyPI today. This release fixes two bugs reported in 1.0.21. Changes ======= 1.0.22 (2019-03-20) ------------------- - Add JPEG2000 to enums.Compress
|
By Sean Gillies
·
|
|
Output to grib2? 7 messages
Is there anyway to output to grib2 after performing map algebra? For example, If you are performing a calculation between two grib2 bands, which rasterio does quite well, are you able to transform the
Is there anyway to output to grib2 after performing map algebra? For example, If you are performing a calculation between two grib2 bands, which rasterio does quite well, are you able to transform the
|
By Shane Mill - NOAA Affiliate
·
|