-
Hello all. I am currently trying to convert much of my code from R into Python. I am trying to make a 'template' raster file which I will then reproject_match many other rasters to in my workflow so that they all align. I can do it in R using the terra package, but am unsure how to do so in python using the rioxarray package. I'm hoping someone might be able to help? Here is my R code:
|
Beta Was this translation helpful? Give feedback.
Answered by
snowman2
Feb 9, 2024
Replies: 1 comment
-
I believe this should do what you want:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
snowman2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this should do what you want: