|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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
·
|
|
Is it possible to open a binary file with rasterio.open? 6 messages
Hi all, I've been using rasterio for few days, and now experiencing a situation where I can't find any help. I read in the doc that when using `rasterio.open(fp,...)` it is possible to pass a binary c
Hi all, I've been using rasterio for few days, and now experiencing a situation where I can't find any help. I read in the doc that when using `rasterio.open(fp,...)` it is possible to pass a binary c
|
By
htaidirt@...
·
|
|
MemoryFile workflow - should closing a dataset close the memfile? 4 messages
Hey all, I have a general workflow which causes a memory leak. I have several functions which receive 1 or more rasters, perform some operations, and return a MemoryFile based raster, on which I perfo
Hey all, I have a general workflow which causes a memory leak. I have several functions which receive 1 or more rasters, perform some operations, and return a MemoryFile based raster, on which I perfo
|
By ronipay@...
·
|
|
[feature] List tags namespaces 4 messages
Hi all, I would like to be able to list a file's namespaces for tags. I am handling files with several tag "namespaces" (default, IMAGE_STRUCTURE, and RPC for example). I want to create a "copy" of th
Hi all, I would like to be able to list a file's namespaces for tags. I am handling files with several tag "namespaces" (default, IMAGE_STRUCTURE, and RPC for example). I want to create a "copy" of th
|
By Guillaume Lostis
·
|
|
Rasterio 1.0.26
Hi all, Rasterio 1.0.26 wheels and source distribution are on PyPI today. There are eight bug fixes in this release. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4 Thank you for the rep
Hi all, Rasterio 1.0.26 wheels and source distribution are on PyPI today. There are eight bug fixes in this release. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L4 Thank you for the rep
|
By Sean Gillies
·
|
|
multi-dimensional support 6 messages
Hi, I started discussing support for multiple dimensions in https://github.com/mapbox/rasterio/issues/1759 but am moving this to a wider audience. GDAL has added an implementation of https://gdal.org/
Hi, I started discussing support for multiple dimensions in https://github.com/mapbox/rasterio/issues/1759 but am moving this to a wider audience. GDAL has added an implementation of https://gdal.org/
|
By Norman Barker
·
|
|
rasterio.windows.transform seems to not scale my windows correctly, am I using it wrong? 2 messages
I have a landsat band that I have windowed so that I now have about 200 512x512 windows in a list called chip_list_full. I have plotted these on top of my aoi to confirm that the windowing worked and
I have a landsat band that I have windowed so that I now have about 200 512x512 windows in a list called chip_list_full. I have plotted these on top of my aoi to confirm that the windowing worked and
|
By Ryan Avery
·
|
|
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
·
|
|
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.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
·
|
|
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
·
|
|
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@...
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|