|
Creating rasterio dataset without IO
4 messages
Hello, The `rasterio.mask.mask` function is great for masking a raster using a polygon, however, I'm hoping to eliminate unnecessary IO and provide `rasterio.mask.mask` with a modified raster instead
Hello, The `rasterio.mask.mask` function is great for masking a raster using a polygon, however, I'm hoping to eliminate unnecessary IO and provide `rasterio.mask.mask` with a modified raster instead
|
By
Nic Annau
·
|
|
Convert gray band from dataset to RGB with rasterio for population density
4 messages
https://gis.stackexchange.com/questions/351614/convert-gray-band-from-dataset-to-rgb-with-rasterio-for-population-density I'm pretty new to GIS so please correct and terminology or logical fallacies:
https://gis.stackexchange.com/questions/351614/convert-gray-band-from-dataset-to-rgb-with-rasterio-for-population-density I'm pretty new to GIS so please correct and terminology or logical fallacies:
|
By
@pyaw
·
|
|
Translating/shifting a raster in memory
2 messages
Hi all, I'm trying to apply dx, dy corrections to a DEM raster. This requires shifting the entire raster, and I was wondering if it is possible to do this in rasterio?
Hi all, I'm trying to apply dx, dy corrections to a DEM raster. This requires shifting the entire raster, and I was wondering if it is possible to do this in rasterio?
|
By
matas.lauzadis@...
·
|
|
Using Rasterio with GDAL 2.4.x
5 messages
Hi, I’m trying to determine if it is possible to install Rasterio against GDAL 2.4.x on windows using the Gohlke wheels. When installing rasterio versions 1.0.25 and above, it detects that the GDAL re
Hi, I’m trying to determine if it is possible to install Rasterio against GDAL 2.4.x on windows using the Gohlke wheels. When installing rasterio versions 1.0.25 and above, it detects that the GDAL re
|
By
Ratcliff, Christina (A&F, Waite Campus)
·
|
|
Trying to make custom WKT for a non-Earth projection to spatially reference images taken with microscope
2 messages
I'm working with non spatially-referenced images produced from a laser ablation system. Along with the image, the software produces an "align" file of the same name - an xml file that contains the XY
I'm working with non spatially-referenced images produced from a laser ablation system. Along with the image, the software produces an "align" file of the same name - an xml file that contains the XY
|
By
Ryan Avery
·
|
|
Unexpected result using rasterio windowed writing - Access window out of range in RasterIO()
2 messages
Hello everybody, this is my first post in this group. It is copied directly from my question on gis.stackexchange.com in the hope I can receive a feedback to solve (or understand) my problem. The ques
Hello everybody, this is my first post in this group. It is copied directly from my question on gis.stackexchange.com in the hope I can receive a feedback to solve (or understand) my problem. The ques
|
By
umbertofilippo@...
·
|
|
Memory error, rasterio merge
2 messages
Hello everyone, I tried to merge/stitch my 1000 geotif images, each of around 4gb using rasterio. files = glob.glob('*.tif') src_files = [] for fi in files: src = rasterio.open(fi) src_files.append(sr
Hello everyone, I tried to merge/stitch my 1000 geotif images, each of around 4gb using rasterio. files = glob.glob('*.tif') src_files = [] for fi in files: src = rasterio.open(fi) src_files.append(sr
|
By
Simon
·
|
|
Can Rasterio generate a geoTIFF from a matrix?
2 messages
Hi, I would like to create geoTIFF overlays for RF propagation. Does Rasterio allow users to generate geoTIFF files from a matrix of values? If that capability does not currently exist can I try contr
Hi, I would like to create geoTIFF overlays for RF propagation. Does Rasterio allow users to generate geoTIFF files from a matrix of values? If that capability does not currently exist can I try contr
|
By
Peter Oelslager
·
|
|
window from_bounds behaviour
4 messages
Hi all: first off, kudos to the rasterio project, very well done! Using 1.1.2 I'm getting some weird behaviour when trying to create a window from bounding coordinates. >>> from rasterio.windows impor
Hi all: first off, kudos to the rasterio project, very well done! Using 1.1.2 I'm getting some weird behaviour when trying to create a window from bounding coordinates. >>> from rasterio.windows impor
|
By
Tom Kralidis
·
|
|
need help installing rasterio with WebP
5 messages
I am using Ubuntu with Anaconda. I would like to install rasterio with WebP. Help would be greatly appreciated on how to do this, especially some example commands. Thanks, Tom
I am using Ubuntu with Anaconda. I would like to install rasterio with WebP. Help would be greatly appreciated on how to do this, especially some example commands. Thanks, Tom
|
By
tgertin@...
·
|
|
Reading NetCDF file as inMemoryFile
8 messages
I'm seeking some advice here, I'm trying to reduce the memory/disk usage of one of my script where I try to translate a netcdf file to COG. Ideally I'd love not to save any file to disk. The problem I
I'm seeking some advice here, I'm trying to reduce the memory/disk usage of one of my script where I try to translate a netcdf file to COG. Ideally I'd love not to save any file to disk. The problem I
|
By
vincent.sarago@...
·
|
|
Define invalid regions of VRT file in a way that allows windowing
2 messages
Hi all, I'm using a VRT file to represent a bunch of individual map tiles as one big image (following the help of Dion Haefner via this list - thanks again!). I noticed that some of the data is invali
Hi all, I'm using a VRT file to represent a bunch of individual map tiles as one big image (following the help of Dion Haefner via this list - thanks again!). I noticed that some of the data is invali
|
By
rasterio@...
·
|
|
Rasterio 1.1.2
Hi all, An sdist and manylinux1 and macosx wheels for pythons 2.7, 3.5-3.8 are on PyPI now. Please note that these wheels contain the base PROJ datum grids (version 1.8) and are somewhat larger than p
Hi all, An sdist and manylinux1 and macosx wheels for pythons 2.7, 3.5-3.8 are on PyPI now. Please note that these wheels contain the base PROJ datum grids (version 1.8) and are somewhat larger than p
|
By
Sean Gillies
·
|
|
exporting single banc with a colormap to RGB.tif
2 messages
Hello, I could not figure out how to export a single band with a colormap as an RGB.tif A snippet of my code: with rasterio.open(new_f_cmp,'w',**raster_cmp_p) as dst: dst.write(file_np_man_cs_int8.dat
Hello, I could not figure out how to export a single band with a colormap as an RGB.tif A snippet of my code: with rasterio.open(new_f_cmp,'w',**raster_cmp_p) as dst: dst.write(file_np_man_cs_int8.dat
|
By
Eyal Saiet
·
|
|
rasterio vsicurl issues with docker-compose
7 messages
I am having a strange rasterio issue where if I build rasterio docker image from osgeo/gdal:ubuntu-small-latest as the base image and run it as docker-compose up, the rio fails to open any http based
I am having a strange rasterio issue where if I build rasterio docker image from osgeo/gdal:ubuntu-small-latest as the base image and run it as docker-compose up, the rio fails to open any http based
|
By
Madhav Desetty
·
|
|
Including PROJ datum grids in rasterio wheels, yes or no?
Hi all, I have built new wheels for rasterio 1.1.1 here https://travis-ci.com/rasterio/rasterio-wheels/builds/139810607 which, for the first time, contain the base PROJ datum grids (version 1.8). This
Hi all, I have built new wheels for rasterio 1.1.1 here https://travis-ci.com/rasterio/rasterio-wheels/builds/139810607 which, for the first time, contain the base PROJ datum grids (version 1.8). This
|
By
Sean Gillies
·
|
|
New cp38 wheels for rasterio 1.1.1
Hi all, Manylinux1 and macosx wheels for Python 3.8 (tagged cp38) are on PyPI alongside the wheels for versions 3.7 and earlier that we uploaded on 2019-11-04. I hope you find them useful! -- Sean Gil
Hi all, Manylinux1 and macosx wheels for Python 3.8 (tagged cp38) are on PyPI alongside the wheels for versions 3.7 and earlier that we uploaded on 2019-11-04. I hope you find them useful! -- Sean Gil
|
By
Sean Gillies
·
|
|
rio-hist 1.0.0
Hi all, Version 1.0.0 for rio-hist is on PyPI now. Note that there is no wheel for Python 2.7. I expect the package to work with 2.7, and the sdist will serve, but the project doesn't officially suppo
Hi all, Version 1.0.0 for rio-hist is on PyPI now. Note that there is no wheel for Python 2.7. I expect the package to work with 2.7, and the sdist will serve, but the project doesn't officially suppo
|
By
Sean Gillies
·
|
|
rio-hist 1.0b1 release
3 messages
Hi all, I realized today that the rio-hist CLI plugin was nearly derelict. It didn't work with rasterio versions ~= 1.0 and hadn't been built in a long time. I gave it an overhaul, put a 1.0b1 release
Hi all, I realized today that the rio-hist CLI plugin was nearly derelict. It didn't work with rasterio versions ~= 1.0 and hadn't been built in a long time. I gave it an overhaul, put a 1.0b1 release
|
By
Sean Gillies
·
|
|
problems installing GDAL and Rasterio in virtual environment in Windows
2 messages
Hello, I was successful in installing GDAL and Rasterio in my Windows10 machine using pip. But for some reason, I am failing to do so in the virtual environment, getting the limited error message in r
Hello, I was successful in installing GDAL and Rasterio in my Windows10 machine using pip. But for some reason, I am failing to do so in the virtual environment, getting the limited error message in r
|
By
Eyal Saiet
·
|