|
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
·
|
|
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
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
|
By
Sean Gillies
·
#608
·
|
|
Re: Request for comment: rasterio wheels on PyPI and GDAL 3.1
As an instigator for the CDN and frequent grid shifter due to our use in the geodetic and lidar domain, I've been very happy with PROJ's CDN approach in Lambda scenarios. You can find my Dockerfile at
As an instigator for the CDN and frequent grid shifter due to our use in the geodetic and lidar domain, I've been very happy with PROJ's CDN approach in Lambda scenarios. You can find my Dockerfile at
|
By
Howard Butler
·
#607
·
|
|
Re: Request for comment: rasterio wheels on PyPI and GDAL 3.1
My first thought is that if you do make the switch, I think it would make sense to do it in the 1.2 release.
> I have heard from those who would rather stick with 2.4.4 for a while yet due to
My first thought is that if you do make the switch, I think it would make sense to do it in the 1.2 release.
> I have heard from those who would rather stick with 2.4.4 for a while yet due to
|
By
Alan Snow
·
#606
·
|
|
Request for comment: rasterio wheels on PyPI and GDAL 3.1
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
·
#605
·
|
|
Re: Different values when I use a window
I asked the same question on stack exchange and now I understand how to obtain the results that once I expected.
But I think the answer for that is a little bit in the dark, should we improve the
I asked the same question on stack exchange and now I understand how to obtain the results that once I expected.
But I think the answer for that is a little bit in the dark, should we improve the
|
By
adrianocorbelinoii@...
·
#604
·
|