|
Same file doesn't work on non-s3 host
2 messages
Dear list, I'm just starting with rasterio (through the marblecutter project), and am stumbling on a strange issue. Everything works fine when I try to load tifs from s3 (I'm testing out with openaeri
Dear list, I'm just starting with rasterio (through the marblecutter project), and am stumbling on a strange issue. Everything works fine when I try to load tifs from s3 (I'm testing out with openaeri
|
By
olivier.dalang@...
·
|
|
Interconverting between pyproj and rasterio CRS objects
7 messages
Hi there! Now that geopandas is using pyproj CRS objects as the default for tracking CRSs in GeoDataFrames, I'm finding myself needing to figure out a way to frequently check identity and interconvert
Hi there! Now that geopandas is using pyproj CRS objects as the default for tracking CRSs in GeoDataFrames, I'm finding myself needing to figure out a way to frequently check identity and interconvert
|
By
Nick Weir
·
|
|
Using Python rasterio package to read gif file and world file, re-project to another picture
2 messages
Hello, I want to re-project a radar image (https://radar.weather.gov/Conus/RadarImg/latest_radaronly.gif) which is in NAD83/EPSG4326 to WGS84/Pseudo-Mercator/EPSG3857. There is a world file associated
Hello, I want to re-project a radar image (https://radar.weather.gov/Conus/RadarImg/latest_radaronly.gif) which is in NAD83/EPSG4326 to WGS84/Pseudo-Mercator/EPSG3857. There is a world file associated
|
By
gd.zhu@...
·
|
|
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
·
|