|
Rasterio 1.1.1
Hi all, Rasterio 1.1.1 source distribution and wheels for macosx and manylinux1 are on PyPI now. Here are the changes from the change log: Bug fixes: - Calling a dataset's sample method with coordinat
Hi all, Rasterio 1.1.1 source distribution and wheels for macosx and manylinux1 are on PyPI now. Here are the changes from the change log: Bug fixes: - Calling a dataset's sample method with coordinat
|
By
Sean Gillies
·
|
|
reproject from a tiff to another tiff gives "destination band 1 appears to be read only" 2 messages
Please can someone explain how I align a tiff file of lights with another of population to create two numpy arrays the same size and aligned. I tried: population = rio.open(population) lights = rio.op
Please can someone explain how I align a tiff file of lights with another of population to create two numpy arrays the same size and aligned. I tried: population = rio.open(population) lights = rio.op
|
By
simonm3@...
·
|
|
DataReader.crs is empty with new environment? 3 messages
Hi --- I just got a new (Windows 10) laptop, and recreated my software environment from my old laptop. Code that had previously worked didn't. In particular, on opening a file, I find the crs field is
Hi --- I just got a new (Windows 10) laptop, and recreated my software environment from my old laptop. Code that had previously worked didn't. In particular, on opening a file, I find the crs field is
|
By
Denise Draper
·
|
|
setting BIGTIFF='IF_SAFER' not solving BigTiff problems 2 messages
Dear All, I would like to point to this issue in which I brought up the BIGTIFF limitation with regards to merging rasters using rasterio: https://github.com/mapbox/rasterio/issues/1796 It turns out t
Dear All, I would like to point to this issue in which I brought up the BIGTIFF limitation with regards to merging rasters using rasterio: https://github.com/mapbox/rasterio/issues/1796 It turns out t
|
By
Amine Aboufirass
·
|
|
Clarification on rio bounds --sequence/--collection 2 messages
Hi, In the usage description of `rio bounds --help` ``` ... --sequence / --collection Write a LF-delimited sequence of texts containing individual objects (the default) or write a single JSON text con
Hi, In the usage description of `rio bounds --help` ``` ... --sequence / --collection Write a LF-delimited sequence of texts containing individual objects (the default) or write a single JSON text con
|
By
Yann-Sebastien Tremblay-Johnston
·
|
|
masking using another raster 2 messages
Hi all, Simple question, but I want to make sure I'm doing this the canonical way. Assume two single-band rasters with identical projections/transforms and one of the rasters has NODATA pixels definin
Hi all, Simple question, but I want to make sure I'm doing this the canonical way. Assume two single-band rasters with identical projections/transforms and one of the rasters has NODATA pixels definin
|
By
Gregory, Matthew
·
|
|
reading hdf4 files with rasterio 2 messages
Dear All, Is there a way to read and write hdf4 datasets using rasterio? I am working with DAAC data, for example https://e4ftl01.cr.usgs.gov//DP107/MOLA/MYD13Q1.006/2013.01.09/MYD13Q1.A2013009.h09v07
Dear All, Is there a way to read and write hdf4 datasets using rasterio? I am working with DAAC data, for example https://e4ftl01.cr.usgs.gov//DP107/MOLA/MYD13Q1.006/2013.01.09/MYD13Q1.A2013009.h09v07
|
By
Amine Aboufirass
·
|
|
Occasional "not recognized as a supported file format" errors when reading from S3 10 messages
Dear rasterio group, (I initially posted this at https://github.com/mapbox/rasterio/issues/1686 ) Lately, we have encountered a strange bug in Terracotta. It basically always leads to errors like thes
Dear rasterio group, (I initially posted this at https://github.com/mapbox/rasterio/issues/1686 ) Lately, we have encountered a strange bug in Terracotta. It basically always leads to errors like thes
|
By
Dion Häfner
·
|
|
Flaw in rasterio design? 9 messages
Dear All, Does anyone have any difficulty with input and output datatypes for rasterio functions in general? Many of the python functions in the library have inconsistent input and output. For instanc
Dear All, Does anyone have any difficulty with input and output datatypes for rasterio functions in general? Many of the python functions in the library have inconsistent input and output. For instanc
|
By
Amine Aboufirass
·
|
|
Rasterio 1.1.0
Hi all, Rasterio 1.1.0 is on PyPI now. There have been no changes since 1.1b3. Thanks for your help, everyone! -- Sean Gillies
Hi all, Rasterio 1.1.0 is on PyPI now. There have been no changes since 1.1b3. Thanks for your help, everyone! -- Sean Gillies
|
By
Sean Gillies
·
|
|
Rasterio 1.1b3
Vincent Sarago brought a regression to my attention. It is fixed in 1.1b3, which is on PyPI now. I've used a couple of my team's projects to smoke test 1.1b3 and it seems to be ready to go. Let me kno
Vincent Sarago brought a regression to my attention. It is fixed in 1.1b3, which is on PyPI now. I've used a couple of my team's projects to smoke test 1.1b3 and it seems to be ready to go. Let me kno
|
By
Sean Gillies
·
|
|
gdal_translate -projwin with rasterio 4 messages
Hi all, I am trying to rewrite some legacy code that was using gdal_translate -projwin to use rasterio. The goal of the code is just to crop an image, given geographical bounds in the CRS of the image
Hi all, I am trying to rewrite some legacy code that was using gdal_translate -projwin to use rasterio. The goal of the code is just to crop an image, given geographical bounds in the CRS of the image
|
By
Guillaume Lostis
·
|
|
Rasterio 1.1b1
Hi all, A pre-release of Rasterio 1.1 is on PyPI now. Please try it out if you can and see if you can find any new bugs before we have a 1.1.0 release as soon as tomorrow. Thanks! -- Sean Gillies
Hi all, A pre-release of Rasterio 1.1 is on PyPI now. Please try it out if you can and see if you can find any new bugs before we have a 1.1.0 release as soon as tomorrow. Thanks! -- Sean Gillies
|
By
Sean Gillies
·
|
|
Serializing and deserializing rasterio object 5 messages
Hi all Is there an easy way to serialize and deserialize rasterio object? Thanks!
Hi all Is there an easy way to serialize and deserialize rasterio object? Thanks!
|
By
Juliano
·
|
|
Transform Conversion to Lat/Long 3 messages
Hello everyone, In the picture below I am using rasterio to open a .tif file and then transform the those bounds to get the upper left and lower right points of the dataset. My question is around how
Hello everyone, In the picture below I am using rasterio to open a .tif file and then transform the those bounds to get the upper left and lower right points of the dataset. My question is around how
|
By
j.carnes2553@...
·
|
|
Geotiff max/min coordinates question 4 messages
Hi everyone, I am very new to rasterio and gis in general. I really like the rasterio library so far but had a question on how it works similar to a gdal function. I am trying to get the max/min value
Hi everyone, I am very new to rasterio and gis in general. I really like the rasterio library so far but had a question on how it works similar to a gdal function. I am trying to get the max/min value
|
By
j.carnes2553@...
·
|
|
Numpy error when masking a Landsat image with a polygon [Rasterio 1.0.28] 4 messages
Hi folks I'm having the following errors when I'm trying to mask a landsat image with a kml polygon. The metadata for scene LC08_L1TP_221077_20190815_20190820_01_T1 is My code
Hi folks I'm having the following errors when I'm trying to mask a landsat image with a kml polygon. The metadata for scene LC08_L1TP_221077_20190815_20190820_01_T1 is My code
|
By
juliano.ecc@...
·
|
|
Rasterio 1.0.28
Hi all, Rasterio 1.0.27 broke a CLI plugin that my team uses at worker and may have broken any of yours that also pass creation options like `BLOCKXSIZE=1024` directly to dataset constructors without
Hi all, Rasterio 1.0.27 broke a CLI plugin that my team uses at worker and may have broken any of yours that also pass creation options like `BLOCKXSIZE=1024` directly to dataset constructors without
|
By
Sean Gillies
·
|
|
Reading from S3 11 messages
I am trying to read a geoTiff from my private S3 bucket (mapping), but am receiving the following error message The code I am using to open the GeoTiff is: with rasterio.Env(session=AWSSession(aws_sec
I am trying to read a geoTiff from my private S3 bucket (mapping), but am receiving the following error message The code I am using to open the GeoTiff is: with rasterio.Env(session=AWSSession(aws_sec
|
By
hughes.lloyd@...
·
|
|
Rasterio 1.0.27
Hi all, Rasterio 1.0.27 is on PyPI now and here is the list of the changes. Resolve #1744 by adding a `dtype` keyword argument to the WarpedVRT constructor. It allows a user to specify the working dat
Hi all, Rasterio 1.0.27 is on PyPI now and here is the list of the changes. Resolve #1744 by adding a `dtype` keyword argument to the WarpedVRT constructor. It allows a user to specify the working dat
|
By
Sean Gillies
·
|