Replies: 1 comment 3 replies
-
Things that are sticking out to me that may be helpful:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on creating a raster stack and did a compare and contrast between GDAL and Rioxarray mostly for processing speed and noticed some differences in outputs between to the two.
All I'm doing is opening, reprojecting, resampling and clipping the rasters. Here's my code for Rioxarray:
Which returns this plot:
Here's my code for GDAL:
Which returns this plot:
As you can see the pixels in the rioxarray plot look tilted t while the GDAL pixels look square. I wanted to get an opinion on why this is the case and if it really matters for a raster stack or if there's something I'm doing in my code that's causing this.
Beta Was this translation helpful? Give feedback.
All reactions