Skip to content

MODIS LST output pixel scale/resolution do not match the native resolution #193

Answered by tylere
arindan asked this question in Q&A
Discussion options

You must be logged in to vote

Using the scale parameter can be a valid approach, but note that the pixel scale (m/degree) varies with latitude. See:
https://en.wikipedia.org/wiki/Latitude#Meridian_distance_on_the_ellipsoid
At the latitude of the example region (~36 deg N), using scale=0.01 degrees will result in a pixel size that is approximately 1.1 km (N-S) by 0.9 km (E-W).

If you want more control over the pixel sizing and grid origin, you could pass a specific projection to xr.open_dataset() using the projection parameter.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arindan
Comment options

Answer selected by arindan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
MODIS Issues with MODIS data
2 participants
Converted from issue

This discussion was converted from issue #192 on November 19, 2024 17:12.