|
Merge with mean
Hey Guys, I am trying to use rasterio.merge.merge to merge ~15 Datasets. This is working with the standard methods, but I want to calculate the mean of the datasets for each pixel. Currently I am tryi
Hey Guys, I am trying to use rasterio.merge.merge to merge ~15 Datasets. This is working with the standard methods, but I want to calculate the mean of the datasets for each pixel. Currently I am tryi
|
By
felix.kessler1@...
·
|
|
rasterio 1.1.8
Hi all, Here are the changes in version 1.1.8, which is on PyPI now. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L7. Using certifi means that users of the manylinux1 wheels no longer ne
Hi all, Here are the changes in version 1.1.8, which is on PyPI now. https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L7. Using certifi means that users of the manylinux1 wheels no longer ne
|
By
Sean Gillies
·
|
|
cligj 0.7.0
Hi all, Version 0.7.0 is on PyPI now. There are no changes other than warnings about the changes coming in 1.0.0: https://github.com/mapbox/cligj/blob/master/CHANGES.txt#L4. Regards, -- Sean Gillies
Hi all, Version 0.7.0 is on PyPI now. There are no changes other than warnings about the changes coming in 1.0.0: https://github.com/mapbox/cligj/blob/master/CHANGES.txt#L4. Regards, -- Sean Gillies
|
By
Sean Gillies
·
|
|
Padding rasterio windows 3 messages
I need to tile a large geotiff into equally sized tiles (with/without overlap depending on user). While I've been able to do that, a problem arises in the edge windows wherein the edge windows have a
I need to tile a large geotiff into equally sized tiles (with/without overlap depending on user). While I've been able to do that, a problem arises in the edge windows wherein the edge windows have a
|
By
ashnair0007@...
·
|
|
cligj 0.6b1
Hi all, Another rasterio-related announcement: I'm working on releasing version 0.6.0 of cligj next week. Here's the ticket about it https://github.com/mapbox/cligj/issues/28. This version fixes a bug
Hi all, Another rasterio-related announcement: I'm working on releasing version 0.6.0 of cligj next week. Here's the ticket about it https://github.com/mapbox/cligj/issues/28. This version fixes a bug
|
By
Sean Gillies
·
|
|
rio-mbtiles 1.5b2
Hi all, I'm working on releasing version 1.5.0 of rio-mbtiles by the end of October and published a second beta today. See https://github.com/mapbox/rio-mbtiles/issues/61 and https://github.com/mapbox
Hi all, I'm working on releasing version 1.5.0 of rio-mbtiles by the end of October and published a second beta today. See https://github.com/mapbox/rio-mbtiles/issues/61 and https://github.com/mapbox
|
By
Sean Gillies
·
|
|
Issues Setting tags for GRIB messsages when outputting to GRIB 3 messages
Hello, When writing data to GRIB files, I've noticed sometimes an inconsistency with setting the GRIB_PDS_TEMPLATE_NUMBERS. This parameter drives the parameter name for the GRIB message. Below is a sn
Hello, When writing data to GRIB files, I've noticed sometimes an inconsistency with setting the GRIB_PDS_TEMPLATE_NUMBERS. This parameter drives the parameter name for the GRIB message. Below is a sn
|
By
Shane Mill - NOAA Affiliate
·
|
|
Rasterio 1.1.7
Hi all, Version 1.1.7 is on PyPI now. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L10-L23. Thank you, Alan and Vincent! -- Sean Gillies
Hi all, Version 1.1.7 is on PyPI now. Here are the changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L10-L23. Thank you, Alan and Vincent! -- Sean Gillies
|
By
Sean Gillies
·
|
|
Rasterio 1.1.6
Hi all, Wheels for 1.1.6 are on PyPI now. There are a number of significant bug fixes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L10. The manylinux1 and macosx wheels include GDAL 2.4
Hi all, Wheels for 1.1.6 are on PyPI now. There are a number of significant bug fixes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt#L10. The manylinux1 and macosx wheels include GDAL 2.4
|
By
Sean Gillies
·
|
|
Request for comment: rasterio wheels on PyPI and GDAL 3.1 3 messages
Hi all, The rasterio 1.1.5 wheels on PyPI include GDAL 2.4.4 and a patched PROJ 4.9.3. Neither of these versions are supported anymore. Recently I have heard from users and contributors would like to
Hi all, The rasterio 1.1.5 wheels on PyPI include GDAL 2.4.4 and a patched PROJ 4.9.3. Neither of these versions are supported anymore. Recently I have heard from users and contributors would like to
|
By
Sean Gillies
·
|
|
Different values when I use a window 6 messages
Hello, I've been having a problem using windows, probably a misunderstanding on my part. My goal is to dump a specific data from a band into a csv file, first I tried to use a window but the results d
Hello, I've been having a problem using windows, probably a misunderstanding on my part. My goal is to dump a specific data from a band into a csv file, first I tried to use a window but the results d
|
By
adrianocorbelinoii@...
·
|
|
GDAL doesn't include file gcs.csv anymore 3 messages
description I'm using [geemap](https://github.com/giswqs/geemap) to display a raster on a created map. This lib use `xarray_leaflet` to display the raster and this lib will end up using `rasterio` to
description I'm using [geemap](https://github.com/giswqs/geemap) to display a raster on a created map. This lib use `xarray_leaflet` to display the raster and this lib will end up using `rasterio` to
|
By
Pierrick Rambaud
·
|
|
Status of GDAL 3.1 Support? 2 messages
Howdy, I am curious about rasterio's current GDAL version support? Presently, my conda environment is pinned down to GDAL < 3.1 https://github.com/conda-forge/rasterio-feedstock/pull/171#issuecomment-
Howdy, I am curious about rasterio's current GDAL version support? Presently, my conda environment is pinned down to GDAL < 3.1 https://github.com/conda-forge/rasterio-feedstock/pull/171#issuecomment-
|
By
Herzmann, Daryl E [AGRON]
·
|
|
Black border after running rio mask 3 messages
Dear Rasterio developers and users, I' m masking geotiff files with geojson polygons: rio mask --overwrite --crop in.tif out.tif --geojson-mask mask.geojson Unfortunately after doing so black artifica
Dear Rasterio developers and users, I' m masking geotiff files with geojson polygons: rio mask --overwrite --crop in.tif out.tif --geojson-mask mask.geojson Unfortunately after doing so black artifica
|
By
ts@...
·
|
|
How sum two raster with different shapes? 3 messages
Hi, I'm developing a system and I need sum two raster with different shapes. I've a DEM raster with a resolution of 30 meters and another raster with a resolution of 10 meters, both clipped in the sam
Hi, I'm developing a system and I need sum two raster with different shapes. I've a DEM raster with a resolution of 30 meters and another raster with a resolution of 10 meters, both clipped in the sam
|
By
Anderson Roberto da Silva
·
|
|
rasterio opens file from AWS S3 bucket on local machine, but can't find file when deployed to Google App Engine 7 messages
Hello, I'm trying to run a python flask app, that opens a file hosted on an S3 bucket and analyzes the data. When I deploy the flask app on my local host, it runs like expected. Once I deploy the app
Hello, I'm trying to run a python flask app, that opens a file hosted on an S3 bucket and analyzes the data. When I deploy the flask app on my local host, it runs like expected. Once I deploy the app
|
By
judson.buescher@...
·
|
|
Iterate over elements in Rasterio window and obtain coordinates using transform.xy 3 messages
Does a window generated by rasterio maintain the dataset origin and absolute col/row indices? I'd like to be able to iterate over a window of a dem dataset, find the highest value in the window and re
Does a window generated by rasterio maintain the dataset origin and absolute col/row indices? I'd like to be able to iterate over a window of a dem dataset, find the highest value in the window and re
|
By
whytefish1@...
·
|
|
Automate process of creating a mask 4 messages
Dear Rasterios, beeing quite new to rasterio I'm looking for help regarding the following: I've a large amount of 1 Channel Satellite imaginary. While the data contains no-data information around the
Dear Rasterios, beeing quite new to rasterio I'm looking for help regarding the following: I've a large amount of 1 Channel Satellite imaginary. While the data contains no-data information around the
|
By
ts@...
·
|
|
window_transform doesn't produce accurate coordinate transforms 3 messages
Hi, I'm new to rasterio and working with geographical data. So far, it's been a great experience working with this library - but I've run into an issue when working with the Window module. My use case
Hi, I'm new to rasterio and working with geographical data. So far, it's been a great experience working with this library - but I've run into an issue when working with the Window module. My use case
|
By
pranay1117@...
·
|
|
Reprojecting output image to input image crs where the image sizes differ 2 messages
I have a geotiff (size= 4490 x 7341) that I cut into 256 x 256 crops to do an operation. Once the operation is done, I merge them back together. Since the original dimensions aren't divisible by 256 t
I have a geotiff (size= 4490 x 7341) that I cut into 256 x 256 crops to do an operation. Once the operation is done, I merge them back together. Since the original dimensions aren't divisible by 256 t
|
By
ashnair0007@...
·
|