Skip to content

Help with processing MODIS Burned Area product #92

Discussion options

You must be logged in to vote

I noticed that the lon is upper than lat axis. I don't have much experience working with xarray, but as could compare with other datasets I've worked, it's in the opposite order: first lat and then lon coordinate.

Do you just need to transpose(..) the array? ds.transpose("time", "lat", "lon"), though that shouldn't affect your output at all, just the order of coordinates

The spatial resolution of this product is 500 m, so how is possible that I get a difference between points of 0.5°?

Looks like they're 1° increments in your screenshot. EE specifies the default scale of 1 degree increments here. Seems the scale=xx parameter lets you define this when opening the dataset.

I imagine ther…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@francobarrionuevoenv21
Comment options

@netherfoam
Comment options

Answer selected by francobarrionuevoenv21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants