|
rasterio 1.2b4
Hi all, I think this may be it, the last pre-1.2.0 release. Would love to know if you find any issues with it. What a day! -- Sean Gillies
Hi all, I think this may be it, the last pre-1.2.0 release. Would love to know if you find any issues with it. What a day! -- Sean Gillies
|
By Sean Gillies
·
|
|
rio-color 1.0.2
Hi all, Version 1.0.2 of rio-color is on PyPI today. It has one bug fix, a change to the rasterio requirement's version specifier which filters out pre-releases. Installing rio-color 1.0.1 could entai
Hi all, Version 1.0.2 of rio-color is on PyPI today. It has one bug fix, a change to the rasterio requirement's version specifier which filters out pre-releases. Installing rio-color 1.0.1 could entai
|
By Sean Gillies
·
|
|
reading with a window doesn't honour window shape 4 messages
Hi all I have the following problem: I want to read a dataset using a window with a specific shape, but the window shape isn't always honored from the returned array. You can replicate this problem us
Hi all I have the following problem: I want to read a dataset using a window with a specific shape, but the window shape isn't always honored from the returned array. You can replicate this problem us
|
By Paolo Corti
·
|
|
gdal_proximity 4 messages
Hi all. I'm using Rasterio for a raster analysis but I need to calculate proximity as is done in gdal_proximity. https://gdal.org/programs/gdal_proximity.html Is this implemented somewhere in Rasterio
Hi all. I'm using Rasterio for a raster analysis but I need to calculate proximity as is done in gdal_proximity. https://gdal.org/programs/gdal_proximity.html Is this implemented somewhere in Rasterio
|
By Spencer Gardner
·
|
|
Rasterio installation on Amazon/AWS/EC2/notebook instance 2 messages
I am attempting to install rasterio on an AWS notebook instance (essentially managed EC2 with Jupyter installed). This should be straightforward but I have already sunk several hours without success.
I am attempting to install rasterio on an AWS notebook instance (essentially managed EC2 with Jupyter installed). This should be straightforward but I have already sunk several hours without success.
|
By robmarkcole@...
·
|
|
Rasterio 1.2b3
Hi all, Rasterio 1.2b3 is on PyPI and has a fix for https://github.com/mapbox/rasterio/issues/2079. -- Sean Gillies
Hi all, Rasterio 1.2b3 is on PyPI and has a fix for https://github.com/mapbox/rasterio/issues/2079. -- Sean Gillies
|
By Sean Gillies
·
|
|
Rasterio 1.2b2
Hi all, Rasterio 1.2b2 is on PyPI now. We've made metadata reading more forgiving of unexpected values and changed the Cython language level for .pyx files to "3". See https://github.com/mapbox/raster
Hi all, Rasterio 1.2b2 is on PyPI now. We've made metadata reading more forgiving of unexpected values and changed the Cython language level for .pyx files to "3". See https://github.com/mapbox/raster
|
By Sean Gillies
·
|
|
Any idea why I'd be getting a missing region when reprojecting? 3 messages
I'll try my best to describe the issue although it's really confusing me so I'm not sure how well I can explain it. I'm trying to reproject some satellite imagery in the form of a raster that covers t
I'll try my best to describe the issue although it's really confusing me so I'm not sure how well I can explain it. I'm trying to reproject some satellite imagery in the form of a raster that covers t
|
By nart@...
·
|
|
Binary raster to geojson 2 messages
Given a binary numpy array (array of 0s and 1s where 0=background), what would be the best way to polygonise this raster and write it to a geojson?
Given a binary numpy array (array of 0s and 1s where 0=background), what would be the best way to polygonise this raster and write it to a geojson?
|
By ashnair0007@...
·
|
|
Get PROJ.4 representation of CRS object 4 messages
Hi folks! Is there a way to get a PROJ.4 representation of CRS object? I've tried to use to_proj4() method: from rasterio.crs import CRS wkt = 'PROJCS["WGS 84 / UTM zone 5N",GEOGCS["WGS 84",DATUM["WGS
Hi folks! Is there a way to get a PROJ.4 representation of CRS object? I've tried to use to_proj4() method: from rasterio.crs import CRS wkt = 'PROJCS["WGS 84 / UTM zone 5N",GEOGCS["WGS 84",DATUM["WGS
|
By Denis Rykov
·
|
|
What is the raster merge criteria algorithm on rasterio.merge? 2 messages
I'm creating a mosaic from many sentinel images with a bunch of overlapping areas, although I'm trying to understand what is criteria. For example: This is a small piece totally clear of clouds And th
I'm creating a mosaic from many sentinel images with a bunch of overlapping areas, although I'm trying to understand what is criteria. For example: This is a small piece totally clear of clouds And th
|
By
Eduardo
·
|
|
rasterio.windows.from_bounds height and width int parameters
Hi all I am trying to figure out how to pass the height and width integer parameters to the from_bounds method. In my case they look not to be honored and the window returned has slightly different he
Hi all I am trying to figure out how to pass the height and width integer parameters to the from_bounds method. In my case they look not to be honored and the window returned has slightly different he
|
By Paolo Corti
·
|
|
rio-color 1.0.1
Hi all, Version 1.0.1 of rio-color is on PyPI now: https://pypi.org/project/rio-color/1.0.1/#files. Thank you, Kyle Barron, for showing how to get started with cibuildwheel. Please note that there are
Hi all, Version 1.0.1 of rio-color is on PyPI now: https://pypi.org/project/rio-color/1.0.1/#files. Thank you, Kyle Barron, for showing how to get started with cibuildwheel. Please note that there are
|
By Sean Gillies
·
|
|
Rasterio 1.2b1 6 messages
Hi all, Wheels for Python versions 3.6-3.8 and manylinux1 and macos (built with xcode 9.3) are on PyPI this morning. I'd appreciate it if you could give it a try: python -m pip install rasterio==1.2b1
Hi all, Wheels for Python versions 3.6-3.8 and manylinux1 and macos (built with xcode 9.3) are on PyPI this morning. I'd appreciate it if you could give it a try: python -m pip install rasterio==1.2b1
|
By Sean Gillies
·
|
|
rio-color 1.0.1.dev0 wheels 2 messages
Hi all, Lack of an up to date wheel building system has been blocking us from making a 1.0.1 release. See https://github.com/mapbox/rio-color/issues/65. Kyle Barron suggested using cibuildwheel and I'
Hi all, Lack of an up to date wheel building system has been blocking us from making a 1.0.1 release. See https://github.com/mapbox/rio-color/issues/65. Kyle Barron suggested using cibuildwheel and I'
|
By Sean Gillies
·
|
|
rasterio.features.shapes with holes in polygons 3 messages
Hello users and devs First: thanks a lot for this wonderful project, I am really enjoying using it for my geospatial needs. For a specific process I am using rasterio.features.shapes and it is working
Hello users and devs First: thanks a lot for this wonderful project, I am really enjoying using it for my geospatial needs. For a specific process I am using rasterio.features.shapes and it is working
|
By Paolo Corti
·
|
|
resampling raster after clipping/masking
Hello, I have found references in rasterio.readthedocs.io both on how to crop/clip a raster and how to resample. I generally understand the steps and sought to combine the two steps into one: #Clippin
Hello, I have found references in rasterio.readthedocs.io both on how to crop/clip a raster and how to resample. I generally understand the steps and sought to combine the two steps into one: #Clippin
|
By Eyal Saiet
·
|
|
Rasterio 1.2a1 2 messages
Hi all, Some wheels and an sdist for rasterio 1.2a1 are on PyPI today. I'd appreciate some testing by adventurous folks. The change log is behind the curve, but the new features are listed in https://
Hi all, Some wheels and an sdist for rasterio 1.2a1 are on PyPI today. I'd appreciate some testing by adventurous folks. The change log is behind the curve, but the new features are listed in https://
|
By Sean Gillies
·
|
|
masking in rio calc 4 messages
Hi all, I'm wondering if I'm using rio-calc incorrectly to achieve what I'd like to do. I have a floating-point raster that ranges from 0.0-1.0 with areas in the raster that are masked. I'd like to si
Hi all, I'm wondering if I'm using rio-calc incorrectly to achieve what I'd like to do. I have a floating-point raster that ranges from 0.0-1.0 with areas in the raster that are masked. I'd like to si
|
By Gregory, Matthew
·
|
|
Sampling from one single point location using sample() 3 messages
Hello, I would like to sample the value of my raster at one single point location. I have passed the coordinates as an iterable to the sample() function. However, I am not able to extract the value fr
Hello, I would like to sample the value of my raster at one single point location. I have passed the coordinates as an iterable to the sample() function. However, I am not able to extract the value fr
|
By Alexander Jüstel
·
|