|
Re: rasterio ImportError: version `GLIBCXX_3.4.30' not found
Greetings,
How did you install rasterio ? Via conda or pip ? Does `conda list rasterio` show it coming from conda-forge? Which version of Linux is
Greetings,
How did you install rasterio ? Via conda or pip ? Does `conda list rasterio` show it coming from conda-forge? Which version of Linux is
|
By
Herzmann, Daryl E [AGRON]
·
#951
·
|
|
Re: rasterio ImportError: version `GLIBCXX_3.4.30' not found
Seems like it might be a bug, related to https://forum.manjaro.org/t/latest-firefox-has-possible-dependency-issue-with-missing-glibcxx-3-4-30/111179?
Seems like it might be a bug, related to https://forum.manjaro.org/t/latest-firefox-has-possible-dependency-issue-with-missing-glibcxx-3-4-30/111179?
|
By
alec.glen.ostrander@...
·
#950
·
|
|
rasterio ImportError: version `GLIBCXX_3.4.30' not found
Hello, I'm struggling to figure out an issue with my installation of rasterio, any help is greatly appreciated!
I've had rasterio installed and working cleanly for a month, but today when I ran my
Hello, I'm struggling to figure out an issue with my installation of rasterio, any help is greatly appreciated!
I've had rasterio installed and working cleanly for a month, but today when I ran my
|
By
alec.glen.ostrander@...
·
#949
·
|
|
Rasterio 1.3b1
Hi all,
Rasterio 1.3b1 is on PyPI now. We're not accepting new features for 1.3.0 and are only working on major runtime and installation bugs. If you would be willing to try out this pre-release and
Hi all,
Rasterio 1.3b1 is on PyPI now. We're not accepting new features for 1.3.0 and are only working on major runtime and installation bugs. If you would be willing to try out this pre-release and
|
By
Sean Gillies
·
#948
·
|
|
Inconsistent results between gdalWarp (with cutline) and rasterio.mask
Hi,
Please see my stack exchange post:
https://gis.stackexchange.com/questions/430544/inconsistent-results-between-gdalwarp-with-cutline-and-rasterio-mask
and this post:
Hi,
Please see my stack exchange post:
https://gis.stackexchange.com/questions/430544/inconsistent-results-between-gdalwarp-with-cutline-and-rasterio-mask
and this post:
|
By
bbuzz318@...
·
#947
·
|
|
Re: a_scale parameter for writing GTiff file
Ok thanks, I will try it !
Ok thanks, I will try it !
|
By
calba@...
·
#946
·
|
|
Re: a_scale parameter for writing GTiff file
The scales and offsets properties on the DatasetWriter object should allow you to update the raster.
I recommend masking your data before scaling your data as the mask value is for the raw
The scales and offsets properties on the DatasetWriter object should allow you to update the raster.
I recommend masking your data before scaling your data as the mask value is for the raw
|
By
Alan Snow
·
#945
·
|
|
Re: a_scale parameter for writing GTiff file
Hello,
Firtsly, thanks for your response ! Even if there is no option to scale on opening or on reading, do you know if it's possible to write metadatas with rasterio ?
Thank you in advance :)
Hello,
Firtsly, thanks for your response ! Even if there is no option to scale on opening or on reading, do you know if it's possible to write metadatas with rasterio ?
Thank you in advance :)
|
By
calba@...
·
#944
·
|
|
Re: Applying Color Ramp to Single-Band Grayscale Images
Hello Brandon,
Thanks very much for the detailed response. Unforetonetly I cannot use a GUI because my project is a software that continuous (not a one-time) analysis change (basically subtracting
Hello Brandon,
Thanks very much for the detailed response. Unforetonetly I cannot use a GUI because my project is a software that continuous (not a one-time) analysis change (basically subtracting
|
By
Eyal Saiet
·
#943
·
|
|
Re: a_scale parameter for writing GTiff file
Hi,
Rasterio has no option to scale on opening or on reading. It's my understanding that gdal_translate's -a_scale sets a scaling metadata value but that I/O methods like
Hi,
Rasterio has no option to scale on opening or on reading. It's my understanding that gdal_translate's -a_scale sets a scaling metadata value but that I/O methods like
|
By
Sean Gillies
·
#942
·
|
|
Re: Applying Color Ramp to Single-Band Grayscale Images
Here's my two cents,
The way I see it, you have three options to convert a greyscale image into a colour-mapped version.
You can just import your greyscale data into ArcGIS/QGIS and tell it how to
Here's my two cents,
The way I see it, you have three options to convert a greyscale image into a colour-mapped version.
You can just import your greyscale data into ArcGIS/QGIS and tell it how to
|
By
Brandon Victor
·
#941
·
|
|
a_scale parameter for writing GTiff file
Hi,
I'm trying to transform the dtype of my input raster from float32 to int16 (I'm using dask, dask-rasterio and rasterio). So I multiplied the data in my matrix by 100 and convert the dtype of my
Hi,
I'm trying to transform the dtype of my input raster from float32 to int16 (I'm using dask, dask-rasterio and rasterio). So I multiplied the data in my matrix by 100 and convert the dtype of my
|
By
calba@...
·
#940
·
|
|
Re: Applying Color Ramp to Single-Band Grayscale Images
Hello Sean,
I am at the same place Nathan was a few years ago, and have not seen more development in rasterio on that font. If I would like to use a coloramp like "spectrum" in the matplolib library
Hello Sean,
I am at the same place Nathan was a few years ago, and have not seen more development in rasterio on that font. If I would like to use a coloramp like "spectrum" in the matplolib library
|
By
Eyal Saiet
·
#939
·
|
|
Changing Rasterio's governance
Dear Rasterio Contributors and Users,
Since 2013 I have been the sole arbiter of the Rasterio project. I consulted the project’s contributors on changes but had the final say over the scope,
Dear Rasterio Contributors and Users,
Since 2013 I have been the sole arbiter of the Rasterio project. I consulted the project’s contributors on changes but had the final say over the scope,
|
By
Sean Gillies
·
#938
·
|
|
Re: The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to.
Exactly, thanks, Sean.
By
Pritimoy Podder
·
#937
·
|
|
Re: Unable to read COG via /vsicurl using rasterio (but can access via GDAL)
Thank you for your reply, Vincent! I installed rasterio==1.3a3 from pypi and set a few GDAL environment variables and now everything is working as expected in my non-conda installation.
Here are the
Thank you for your reply, Vincent! I installed rasterio==1.3a3 from pypi and set a few GDAL environment variables and now everything is working as expected in my non-conda installation.
Here are the
|
By
henry@...
·
#936
·
Edited
|
|
Re: The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to.
Thanks for following up! You can also unset AWS_END_POINT since s3.amazonaws.com is the default.
--
Sean Gillies
Thanks for following up! You can also unset AWS_END_POINT since s3.amazonaws.com is the default.
--
Sean Gillies
|
By
Sean Gillies
·
#935
·
|
|
Re: The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to.
This is now fixed. I had an environment variable for "AWS_END_POINT" which is now updated to "s3.amazonaws.com" to make it work.
This is now fixed. I had an environment variable for "AWS_END_POINT" which is now updated to "s3.amazonaws.com" to make it work.
|
By
Pritimoy Podder
·
#934
·
|
|
The us-west-2 location constraint is incompatible for the region specific endpoint this request was sent to.
Hi,
I tried to run the following command from a Jupuyter Hub terminal but failed.
Error:GDAL version: 3.4.0
rasterio version: 1.2.10
The following command works as expected from the same environment
Hi,
I tried to run the following command from a Jupuyter Hub terminal but failed.
Error:GDAL version: 3.4.0
rasterio version: 1.2.10
The following command works as expected from the same environment
|
By
Pritimoy Podder
·
#933
·
|
|
Re: Unable to read COG via /vsicurl using rasterio (but can access via GDAL)
My colleague Sean Harkins is telling me that there was an issue in gdal which was fixed in 3.3 (https://github.com/OSGeo/gdal/pull/4656). Could you make sure conda install gdal>=3.3 or that you are
My colleague Sean Harkins is telling me that there was an issue in gdal which was fixed in 3.3 (https://github.com/OSGeo/gdal/pull/4656). Could you make sure conda install gdal>=3.3 or that you are
|
By
vincent.sarago@...
·
#932
·
|