|
build_overviews 3 messages
Hello, Would anyone happen to know the answer to this question? https://stackoverflow.com/questions/57005499/rasterio-version-of-arcgis-raster-pyramids Essentially I am trying to copy the ArcGIS build
Hello, Would anyone happen to know the answer to this question? https://stackoverflow.com/questions/57005499/rasterio-version-of-arcgis-raster-pyramids Essentially I am trying to copy the ArcGIS build
|
By James David Smith
·
|
|
Rendering a raster in a Cartopy GeoAxes object
I tried to send this question once but I'm not sure it went through. I'm trying to render a rasterio raster onto a Cartopy GeoAxes. This used to be possible, as evidenced here: https://github.com/mapb
I tried to send this question once but I'm not sure it went through. I'm trying to render a rasterio raster onto a Cartopy GeoAxes. This used to be possible, as evidenced here: https://github.com/mapb
|
By
john.o.woods@...
·
|
|
Writing raster to GeoPackage layer 6 messages
I'm trying to add a raster layer to an existing GPKG with rasterio: properties = { 'driver':'GPKG', 'width':array.shape[1], 'height':array.shape[0], 'count':1, 'crs':crs, 'transform':transform, 'dtype
I'm trying to add a raster layer to an existing GPKG with rasterio: properties = { 'driver':'GPKG', 'width':array.shape[1], 'height':array.shape[0], 'count':1, 'crs':crs, 'transform':transform, 'dtype
|
By Ryan
·
|
|
Combining rasters using rasterio 5 messages
Hello, Thanks for the help last week with the OVR files. I think I've solved that now. My next question is about combining rasters of shared space, but different extents. Each raster has one band. I w
Hello, Thanks for the help last week with the OVR files. I think I've solved that now. My next question is about combining rasters of shared space, but different extents. Each raster has one band. I w
|
By James David Smith
·
|
|
Understanding `+wktext` more 2 messages
I posted this originally on github, but have moved it here at Sean's request. Additional details of this question/issue are discussed in the `pyproj` repository [here](https://github.com/pyproj4/pypro
I posted this originally on github, but have moved it here at Sean's request. Additional details of this question/issue are discussed in the `pyproj` repository [here](https://github.com/pyproj4/pypro
|
By David Hoese
·
|
|
Writing ESRI sidecar files 9 messages
Hello, I'm trying to use rasterio to manipulate a file and then write it out, along with accompanying ESRI-type files. So the output files will be: raster.tif, raster.tif.aux.xml raster.tif.ovr I thin
Hello, I'm trying to use rasterio to manipulate a file and then write it out, along with accompanying ESRI-type files. So the output files will be: raster.tif, raster.tif.aux.xml raster.tif.ovr I thin
|
By James David Smith
·
|
|
problem with window sizes when parallelizing a funciton 10 messages
Hi all, I'm currently using rasterio to process time series analysis of data. Because the raster tiles are too big, I'm trying to implement a windowed function with parallel processing. I tried your t
Hi all, I'm currently using rasterio to process time series analysis of data. Because the raster tiles are too big, I'm trying to implement a windowed function with parallel processing. I tried your t
|
By javier lopatin
·
|
|
Rasterio 1.0.24
Hi all, Rasterio 1.0.24 is on PyPI now: https://pypi.org/project/rasterio/1.0.24/#files. This release fixes a pretty major bug that potentially affected multi-threaded programs or programs that reopen
Hi all, Rasterio 1.0.24 is on PyPI now: https://pypi.org/project/rasterio/1.0.24/#files. This release fixes a pretty major bug that potentially affected multi-threaded programs or programs that reopen
|
By Sean Gillies
·
|
|
gdalinfo's and rasterio's reading problem in LUSTRE FS with NetCDF file (ubuntu:bionic) 2 messages
Hi Erick, I'm not familiar with Lustre and only slightly familiar with the details of GDAL's netCDF driver. I think, since the problem manifests with gdalinfo as well as rasterio programs, that the be
Hi Erick, I'm not familiar with Lustre and only slightly familiar with the details of GDAL's netCDF driver. I think, since the problem manifests with gdalinfo as well as rasterio programs, that the be
|
By Sean Gillies
·
|
|
Clipping a raster (grib2), end up with zeros on left edge when cropping with mask 3 messages
Hi everyone, I am currently clipping a grib2 file, and am ending up with zeros on the left edge of the raster. I'm not an expert with GIS so maybe this is a common problem but was curious if anyone el
Hi everyone, I am currently clipping a grib2 file, and am ending up with zeros on the left edge of the raster. I'm not an expert with GIS so maybe this is a common problem but was curious if anyone el
|
By Shane Mill - NOAA Affiliate
·
|
|
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
·
|