|
Adding internal API reference links to the narrative docs
Hi all, In the Rasterio quickstart guide I've added some links to API documentation. For example, see the "open()" link under the 2nd code block in https://rasterio.readthedocs.io/en/latest/quickstart
Hi all, In the Rasterio quickstart guide I've added some links to API documentation. For example, see the "open()" link under the 2nd code block in https://rasterio.readthedocs.io/en/latest/quickstart
|
By Sean Gillies
·
|
|
Rasterio and PROJ.6 ? 3 messages
Dear Rasterio contributors ;-) I installed the latest version of GDAL 2.4.1 with PROJ4 version 6 and I'm seeing this message "proj_create: init=epsg:/init=IGNF: syntax not supported in non-PROJ4 emula
Dear Rasterio contributors ;-) I installed the latest version of GDAL 2.4.1 with PROJ4 version 6 and I'm seeing this message "proj_create: init=epsg:/init=IGNF: syntax not supported in non-PROJ4 emula
|
By vincent.sarago@...
·
|
|
cannot find API reference anymore 2 messages
Dear All, I am quite sure that there used to be extensive online documentation in the following website: https://rasterio.readthedocs.io/en/stable/api/rasterio.transform.html What happened to it? Why
Dear All, I am quite sure that there used to be extensive online documentation in the following website: https://rasterio.readthedocs.io/en/stable/api/rasterio.transform.html What happened to it? Why
|
By
Amine Aboufirass
·
|
|
issue with opening/closing datasets 6 messages
Hi All, I just listed an issue on the main github log. https://github.com/mapbox/rasterio/issues/1659 If anyone could take a look I would be very grateful. Kind Regards, Amine
Hi All, I just listed an issue on the main github log. https://github.com/mapbox/rasterio/issues/1659 If anyone could take a look I would be very grateful. Kind Regards, Amine
|
By
Amine Aboufirass
·
|
|
Cloud-optimized GDAL VRT 3 messages
We were discussing whether it would be possible to use `gdalbuildvrt` on several cloud-optimized GeoTIFF and obtain something that behaves like one big COG (which would be awesome to serve up large co
We were discussing whether it would be possible to use `gdalbuildvrt` on several cloud-optimized GeoTIFF and obtain something that behaves like one big COG (which would be awesome to serve up large co
|
By mail@...
·
|
|
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
·
|
|
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
·
|
|
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.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
·
|
|
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.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
·
|
|
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@...
·
|
|
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@...
·
|
|
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
·
|
|
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 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
·
|
|
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 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
·
|
|
[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-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
·
|