You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I applied crs='EPSG:28357' which is the projection I wish to use. However, this doesn't seem to work. When I apply the GDA EPSG:4283 projection, i get an xarray output wtih an odd number of lon/lat coordinates and im also not sure what the appropriate scale would be here? like is it the equivalent radians to achieve a 10m resolution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I am attempting to use xarray.open_dataset for a pre-processed and clipped EE image collection as follows:
ds = xarray.open_dataset(marebone_im_coll1, engine='ee', crs='EPSG:28357', scale=10) -> scale representing 10m resolution
I applied crs='EPSG:28357' which is the projection I wish to use. However, this doesn't seem to work. When I apply the GDA EPSG:4283 projection, i get an xarray output wtih an odd number of lon/lat coordinates and im also not sure what the appropriate scale would be here? like is it the equivalent radians to achieve a 10m resolution?
Any help is appreaciated
Beta Was this translation helpful? Give feedback.
All reactions