|
Re: Rasterio and GDAL_CACHEMAX
Sean,
Awesome, thanks for the response. There are a couple of places in the docs where the example sets the cache in
Sean,
Awesome, thanks for the response. There are a couple of places in the docs where the example sets the cache in
|
By
Angus Dickey
·
#629
·
|
|
Re: opening file with forced CRS
This should be fixed in 1.1.5 IIRC: #1248
This should be fixed in 1.1.5 IIRC: #1248
|
By
Alan Snow
·
#628
·
|
|
opening file with forced CRS
Hi all: as part of using rasterio for OGC API - Coverages work in pygeoapi, a client can passa bbox parameter as a shortcut to spatially subset a coverage using lat/long coordinates. The idea
Hi all: as part of using rasterio for OGC API - Coverages work in pygeoapi, a client can passa bbox parameter as a shortcut to spatially subset a coverage using lat/long coordinates. The idea
|
By
Tom Kralidis
·
#627
·
|
|
Re: Rasterio and GDAL_CACHEMAX
Hi Angus,
Yes, GDAL_CACHEMAX passed to `Env()` must be in bytes (since https://github.com/mapbox/rasterio/pull/1042/files).
--
Sean Gillies
Hi Angus,
Yes, GDAL_CACHEMAX passed to `Env()` must be in bytes (since https://github.com/mapbox/rasterio/pull/1042/files).
--
Sean Gillies
|
By
Sean Gillies
·
#626
·
|
|
Rasterio and GDAL_CACHEMAX
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
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
|
By
Angus Dickey
·
#625
·
|
|
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
·
#624
·
|
|
Re: Best way to sample all data in a raster
I believe that this is what you are looking for: https://rasterio.readthedocs.io/en/latest/topics/resampling.html
I believe that this is what you are looking for: https://rasterio.readthedocs.io/en/latest/topics/resampling.html
|
By
Alan Snow
·
#623
·
|
|
Best way to sample all data in a raster
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@...
·
#622
·
|
|
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
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
|
By
felix.kessler1@...
·
#621
·
|
|
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
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
|
By
Sean Gillies
·
#620
·
|
|
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
·
#619
·
|
|
Re: Padding rasterio windows
Thanks. Setting the boundless flag fixed the problem.
Thanks. Setting the boundless flag fixed the problem.
|
By
ashnair0007@...
·
#618
·
|
|
Re: Padding rasterio windows
Have you tried keeping your windows all the same size (including the edge windows) and specifying `boundless=True` and a `fill_value=some appropriate value` to fill out your windows in your `
Have you tried keeping your windows all the same size (including the edge windows) and specifying `boundless=True` and a `fill_value=some appropriate value` to fill out your windows in your `
|
By
Luke
·
#616
·
Edited
|
|
Padding rasterio windows
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@...
·
#615
·
|
|
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
·
#614
·
|
|
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
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
|
By
Sean Gillies
·
#613
·
|
|
Re: Issues Setting tags for GRIB messsages when outputting to GRIB
That was the issue. For anyone who outputs data to GRIB. Make sure you set the:
GRIB_PDS_TEMPLATE_NUMBERS
GRIB_IDS
GRIB_DISCIPLINE
That was the issue. For anyone who outputs data to GRIB. Make sure you set the:
GRIB_PDS_TEMPLATE_NUMBERS
GRIB_IDS
GRIB_DISCIPLINE
|
By
Shane Mill - NOAA Affiliate
·
#612
·
|
|
Re: Issues Setting tags for GRIB messsages when outputting to GRIB
Noticing that I may need to set the GRIB_DISCIPLINE. If I am able to do that through rasterio, I will be good to go. I will update this message momentarily
Noticing that I may need to set the GRIB_DISCIPLINE. If I am able to do that through rasterio, I will be good to go. I will update this message momentarily
|
By
Shane Mill - NOAA Affiliate
·
#611
·
|
|
Issues Setting tags for GRIB messsages when outputting to GRIB
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
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
|
By
Shane Mill - NOAA Affiliate
·
#610
·
|
|
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
·
#609
·
|