|
Python rasterio for saveing GeoTIFF files and read in ArcGIS or QGIS
3 messages
After following the steps in the tutorial of the Planet website (https://developers.planet.com/tutorials/convert-planetscope-imagery-from-radiance-to-reflectance/), I want to save each individual band
After following the steps in the tutorial of the Planet website (https://developers.planet.com/tutorials/convert-planetscope-imagery-from-radiance-to-reflectance/), I want to save each individual band
|
By
Gabriel Cotlier
·
|
|
save
After following the steps in the tutorial of the Planet website (https://developers.planet.com/tutorials/convert-planetscope-imagery-from-radiance-to-reflectance/), I want to save each individual band
After following the steps in the tutorial of the Planet website (https://developers.planet.com/tutorials/convert-planetscope-imagery-from-radiance-to-reflectance/), I want to save each individual band
|
By
Gabriel Cotlier
·
|
|
Rasterio 1.0.23
Hi all, Rasterio 1.0.23 is on PyPI now. It has a number of important bug fixes: - rio-calc output is divided into chunks of user-specified size to constrain the amount of memory used (#1668). - Attemp
Hi all, Rasterio 1.0.23 is on PyPI now. It has a number of important bug fixes: - rio-calc output is divided into chunks of user-specified size to constrain the amount of memory used (#1668). - Attemp
|
By
Sean Gillies
·
|
|
Can't read in a Landsat geotiff and use multiple threads to write out different windows at the same time
3 messages
I moved this github issue over here since it seems like more of a usage/help question. Below is the issue with a reproducible example if you have a Landsat tif. https://github.com/mapbox/rasterio/issu
I moved this github issue over here since it seems like more of a usage/help question. Below is the issue with a reproducible example if you have a Landsat tif. https://github.com/mapbox/rasterio/issu
|
By
Ryan Avery
·
|
|
NameError: name 'Window' is not defined
5 messages
Hello. I'm new to this forum, so let me know if there are any problems with my question here. I am trying to use rasterio's windowed reading ability and I am hoping to use the following structure as s
Hello. I'm new to this forum, so let me know if there are any problems with my question here. I am trying to use rasterio's windowed reading ability and I am hoping to use the following structure as s
|
By
quinsen.joel@...
·
|
|
WarpedVRT and resampling ?
3 messages
This was previously discussed on multiple Issues and PR: - https://github.com/mapbox/rasterio/issues/1206 - https://github.com/mapbox/rasterio/pull/1238 - https://github.com/mapbox/rasterio/pull/1239
This was previously discussed on multiple Issues and PR: - https://github.com/mapbox/rasterio/issues/1206 - https://github.com/mapbox/rasterio/pull/1238 - https://github.com/mapbox/rasterio/pull/1239
|
By
vincent.sarago@...
·
|
|
tempfile.NamedTemporaryFile behaving as /vsimem and eating all the machine memory
4 messages
While working on https://github.com/cogeotiff/rio-cogeo/pull/75 we noticed strange behaviors with `vsimem` driver (this could be a GDAL but TBH). 1. When using `tempfile.NamedTemporaryFile()` Rasterio
While working on https://github.com/cogeotiff/rio-cogeo/pull/75 we noticed strange behaviors with `vsimem` driver (this could be a GDAL but TBH). 1. When using `tempfile.NamedTemporaryFile()` Rasterio
|
By
vincent.sarago@...
·
|
|
Is it possible to create a rasterio object without exporting a file?
6 messages
Hi All, I am running into a consistent workflow issue. i'd like to crop a numpy array. I have metadata dict and a numpy array but then want to crop it. is there a way to crop a numpy array to a new ex
Hi All, I am running into a consistent workflow issue. i'd like to crop a numpy array. I have metadata dict and a numpy array but then want to crop it. is there a way to crop a numpy array to a new ex
|
By
Leah Wasser
·
|
|
Memory error in rio calc that equivalent gdal_calc.py performs quickly without issue
2 messages
Today I tried to replace a `gdal_calc.py` command with the equivalent `rio calc`, because I wanted a UInt8 output, and `gdal_calc.py` restricts me to UInt16. The GDAL command is relatively quick on my
Today I tried to replace a `gdal_calc.py` command with the equivalent `rio calc`, because I wanted a UInt8 output, and `gdal_calc.py` restricts me to UInt16. The GDAL command is relatively quick on my
|
By
lawr@...
·
|
|
Rewriting uint16 headers with rasterio / applying rio color makes them unreadable by Preview, Photoshop
5 messages
Hi all, I'm new at this, more of a computer vision person than a developer, so please bear with me.... I see the behavior I'm about to describe running pip-installed rasterio (1.0.22) on my Mac (OSX M
Hi all, I'm new at this, more of a computer vision person than a developer, so please bear with me.... I see the behavior I'm about to describe running pip-installed rasterio (1.0.22) on my Mac (OSX M
|
By
Edward Boyda
·
|
|
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@...
·
|