|
CRS is invalid : None
As far as I can see from your example you are getting error during the call of reproject function. Which type has heat1 object? If it is ndarray then you need to pass src_crs argument to reproject.
As far as I can see from your example you are getting error during the call of reproject function. Which type has heat1 object? If it is ndarray then you need to pass src_crs argument to reproject.
|
By
Denis Rykov
· #964
·
|
|
Problem creating
File you write to must be open in writing mode: >>> rasterio.open('example.tif', 'w', **profile)
File you write to must be open in writing mode: >>> rasterio.open('example.tif', 'w', **profile)
|
By
Denis Rykov
· #926
·
|
|
Problem creating
Yes please share your code.
Yes please share your code.
|
By
Denis Rykov
· #923
·
|
|
Warp doesn't work with a general oblique transform?
I would recommend you to upgrade rasterio. The version you are using is quite old.
I would recommend you to upgrade rasterio. The version you are using is quite old.
|
By
Denis Rykov
· #882
·
|
|
rasterio merge producing strange results
Hi Paolo. Can you reproduce the issue with the latest version of rasterio?
Hi Paolo. Can you reproduce the issue with the latest version of rasterio?
|
By
Denis Rykov
· #734
·
|
|
Reading and plotting rotated rasters
Is it expected that during reading process rasterio doesn't take into account rotation angle for rotated rasters (transform has non-zero rotation) ? In order to make it works properly I had to do gdal
Is it expected that during reading process rasterio doesn't take into account rotation angle for rotated rasters (transform has non-zero rotation) ? In order to make it works properly I had to do gdal
|
By
Denis Rykov
· #717
·
|
|
Get PROJ.4 representation of CRS object
Thanks! This is exactly what I was looking for. BTW GDAL has an appropriate method to export CRS to proj4: >>> srs.ExportToProj4() '+proj=utm +zone=5 +datum=WGS84 +units=m +no_defs ' In my opinion it
Thanks! This is exactly what I was looking for. BTW GDAL has an appropriate method to export CRS to proj4: >>> srs.ExportToProj4() '+proj=utm +zone=5 +datum=WGS84 +units=m +no_defs ' In my opinion it
|
By
Denis Rykov
· #681
·
|
|
Get PROJ.4 representation of CRS object
Hi folks! Is there a way to get a PROJ.4 representation of CRS object? I've tried to use to_proj4() method: from rasterio.crs import CRS wkt = 'PROJCS["WGS 84 / UTM zone 5N",GEOGCS["WGS 84",DATUM["WGS
Hi folks! Is there a way to get a PROJ.4 representation of CRS object? I've tried to use to_proj4() method: from rasterio.crs import CRS wkt = 'PROJCS["WGS 84 / UTM zone 5N",GEOGCS["WGS 84",DATUM["WGS
|
By
Denis Rykov
· #679
·
|
|
Is it possible to ignore existing overview when performing decimated read?
You can find an example how to do that here: https://github.com/mapbox/rasterio/issues/1929.
You can find an example how to do that here: https://github.com/mapbox/rasterio/issues/1929.
|
By
Denis Rykov
· #642
·
|
|
Merge resulting in one pixel shift for half the output file
The latest version is 1.1.5 (Jun 3, 2020). 1.1.0 has been released in 2019.
The latest version is 1.1.5 (Jun 3, 2020). 1.1.0 has been released in 2019.
|
By
Denis Rykov
· #557
·
|
|
Merge resulting in one pixel shift for half the output file
Do you use the latest version of rasterio?
Do you use the latest version of rasterio?
|
By
Denis Rykov
· #555
·
|
|
Create raster aligned with one created by gdal_translate
The issue has been fixed via https://github.com/mapbox/rasterio/commit/15d8dd759256f12d412433f5b9824c8d16b33f8d.
The issue has been fixed via https://github.com/mapbox/rasterio/commit/15d8dd759256f12d412433f5b9824c8d16b33f8d.
|
By
Denis Rykov
· #549
·
|
|
Create raster aligned with one created by gdal_translate
Thanks Thomas. I've tried your approach but it still gives me a shifted output compared to gdal_translate.
Thanks Thomas. I've tried your approach but it still gives me a shifted output compared to gdal_translate.
|
By
Denis Rykov
· #536
·
|
|
Window from bounds is shifted by 1 Pixel
Hi! I had faced the similar shifting issue yesterday: https://github.com/mapbox/rasterio/issues/1932
Hi! I had faced the similar shifting issue yesterday: https://github.com/mapbox/rasterio/issues/1932
|
By
Denis Rykov
· #532
·
|
|
Create raster aligned with one created by gdal_translate
Hi everyone! I tried to convert gdal_translate command to rasterio and faced some problem I described here. The original command is: gdal_translate -oo OVERVIEW_LEVEL=1 -projwin 10816494.68930465 3653
Hi everyone! I tried to convert gdal_translate command to rasterio and faced some problem I described here. The original command is: gdal_translate -oo OVERVIEW_LEVEL=1 -projwin 10816494.68930465 3653
|
By
Denis Rykov
· #530
·
|
|
Make _boundless_vrt_doc public
Hi, We are going to use rasterio.vrt._boundless_vrt_doc for making a XML VRT out of dataset in our library. But we are little afraid because the name of this function tells that it is a private one. A
Hi, We are going to use rasterio.vrt._boundless_vrt_doc for making a XML VRT out of dataset in our library. But we are little afraid because the name of this function tells that it is a private one. A
|
By
Denis Rykov
· #78
·
|
|
GDAL version policy
Thank you Sean! I made a PR at rasterio-wheels repository which updates GDAL to the latest stable version. Besides this we discovered that we need a rasterio wheels built against a master version of G
Thank you Sean! I made a PR at rasterio-wheels repository which updates GDAL to the latest stable version. Besides this we discovered that we need a rasterio wheels built against a master version of G
|
By
Denis Rykov
· #71
·
|
|
GDAL version policy
Hello folks, What is the policy of the project about GDAL version? The latest stable release of GDAL is 2.3.2 but recent wheels of rasterio are built onto 2.3.1.
Hello folks, What is the policy of the project about GDAL version? The latest stable release of GDAL is 2.3.2 but recent wheels of rasterio are built onto 2.3.1.
|
By
Denis Rykov
· #69
·
|
|
Rasterio 1.0.3 and Python 3.4
There is no Linux wheel for Python 3.4 here: https://pypi.org/project/rasterio/#files
There is no Linux wheel for Python 3.4 here: https://pypi.org/project/rasterio/#files
|
By
Denis Rykov
· #60
·
|
|
Rasterio 1.0.3 and Python 3.4
Hello folks, I have problems with installation rasterio==1.0.3 and higher on Python 3.4. There are no problems with 3.5 and 3.6. Is it an expected behavior? $ sudo docker run --name python34 -it pytho
Hello folks, I have problems with installation rasterio==1.0.3 and higher on Python 3.4. There are no problems with 3.5 and 3.6. Is it an expected behavior? $ sudo docker run --name python34 -it pytho
|
By
Denis Rykov
· #59
·
Edited
|