|
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
·
|
|
Is it possible to ignore existing overview when performing decimated read? 8 messages
Hi everyone, I'm trying to perform a decimated read of a dataset that already contains overviews. Regardless of which value I pass to the resampling= argument of the read method, it seems that the alr
Hi everyone, I'm trying to perform a decimated read of a dataset that already contains overviews. Regardless of which value I pass to the resampling= argument of the read method, it seems that the alr
|
By Loïc Dutrieux
·
|
|
Rasterizing polygon from numpy arrays 5 messages
Hello, I've been struggling with this for quite some time now, so its time to ask for help. My problem is set up as follows: I want to create a binary mask for an image that is quite large (~10k rows
Hello, I've been struggling with this for quite some time now, so its time to ask for help. My problem is set up as follows: I want to create a binary mask for an image that is quite large (~10k rows
|
By alexisshakas@...
·
|
|
Does rasterio.warp.reproject use overviews? 4 messages
Hi everyone, I read that the gdalwarp command line defaults to using the overview level nearest to target resolution. What about `rasterio.warp.reproject()`? Does it use overview at all? Thank you and
Hi everyone, I read that the gdalwarp command line defaults to using the overview level nearest to target resolution. What about `rasterio.warp.reproject()`? Does it use overview at all? Thank you and
|
By Loïc Dutrieux
·
|
|
HDF4 not recognized as a supported file format 3 messages
I have install rasterio with pip3 install rasterio --no-binary rasterio When I'm trying to read an HDF4 MODIS file I get an error: Matplotlib created a temporary config/cache directory at /tmp/matplot
I have install rasterio with pip3 install rasterio --no-binary rasterio When I'm trying to read an HDF4 MODIS file I get an error: Matplotlib created a temporary config/cache directory at /tmp/matplot
|
By leonidas_liakos@...
·
|
|
rio-mbtiles 1.5.0
Hi all, Version 1.5.0 of rio-mbtiles is on PyPI now: https://pypi.org/project/rio-mbtiles/1.5.0/. Special thanks to James McBride for the reviews and feedback. Share and enjoy, -- Sean Gillies
Hi all, Version 1.5.0 of rio-mbtiles is on PyPI now: https://pypi.org/project/rio-mbtiles/1.5.0/. Special thanks to James McBride for the reviews and feedback. Share and enjoy, -- Sean Gillies
|
By Sean Gillies
·
|
|
Silencing NotGeoreferencedWarning 8 messages
Hi, I'm frequently working with GeoTIFF datasets that don't have a geotransform because they are georeferenced through other means (Sentinel-1 SLC images through the satellite state vectors, or non-or
Hi, I'm frequently working with GeoTIFF datasets that don't have a geotransform because they are georeferenced through other means (Sentinel-1 SLC images through the satellite state vectors, or non-or
|
By Guillaume Lostis
·
|
|
rio-mbtiles 1.5b3
Hi all, 1.5b3 is on PyPI now. It adds an option to constrain mbtiles output to only the tiles that cover a web mercator quadkey. See https://github.com/mapbox/rio-mbtiles/blob/master/CHANGES.txt#L4. T
Hi all, 1.5b3 is on PyPI now. It adds an option to constrain mbtiles output to only the tiles that cover a web mercator quadkey. See https://github.com/mapbox/rio-mbtiles/blob/master/CHANGES.txt#L4. T
|
By Sean Gillies
·
|
|
Rasterio and GDAL_CACHEMAX 3 messages
Does GDAL_CACHEMAX have to be set in bytes when using rasterio? I see in the docs there is an example using MBs but it seems to be causing rasterio to set a very small cache size when I use it. For ex
Does GDAL_CACHEMAX have to be set in bytes when using rasterio? I see in the docs there is an example using MBs but it seems to be causing rasterio to set a very small cache size when I use it. For ex
|
By Angus Dickey
·
|
|
opening file with forced CRS 2 messages
Hi all: as part of using rasterio for OGC API - Coverages work in pygeoapi, a client can pass a bbox parameter as a shortcut to spatially subset a coverage using lat/long coordinates. The idea here, t
Hi all: as part of using rasterio for OGC API - Coverages work in pygeoapi, a client can pass a bbox parameter as a shortcut to spatially subset a coverage using lat/long coordinates. The idea here, t
|
By Tom Kralidis
·
|
|
rasterio 1.1.8-1 wheels published to PyPI
Hi all, We found a bug in GDAL versions before 3.2.0 and have patched GDAL 2.4.4 and made new 1.1.8 binary wheels with a "-1" build tag. See https://pypi.org/project/rasterio/1.1.8/#files. If you want
Hi all, We found a bug in GDAL versions before 3.2.0 and have patched GDAL 2.4.4 and made new 1.1.8 binary wheels with a "-1" build tag. See https://pypi.org/project/rasterio/1.1.8/#files. If you want
|
By Sean Gillies
·
|
|
Best way to sample all data in a raster 2 messages
I have a large raster file, and I want to visualize it. But opening it as a dataset causes my program to crash due to running out of memory. Since my only purpose is to visualize the data, the data I
I have a large raster file, and I want to visualize it. But opening it as a dataset causes my program to crash due to running out of memory. Since my only purpose is to visualize the data, the data I
|
By himat15@...
·
|
|
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
·
|