Replies: 1 comment 17 replies
-
If they have both lat / lon coordinates: If not, reproject using rioxarray then |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run a regression with MOD13Q1 NDVI and my WRF climate model outputs. For this I need to assure that the MODIS raster and WRF maps are on the same projection and spatial resolution. So I transformed MODIS'S projection and resolution based on my WRF maps specs using Earth Engine and then converted the file to a netCDF. Using python's xarrays, I can see that the x and y dims of the MOD13Q1 dataset and corresponding WRF's south_north and west_east dims are quite different. Can someone advise on how to align these different datasets/maps in python to be able to run a regression at every grid box? Many thanks.
WRF map: (Time: 1, south_north: 111, west_east: 114)>
)

(
MOD13Q1: Dimensions:(x: 1378, y: 1203)
Beta Was this translation helpful? Give feedback.
All reactions