Geographic Information Systems Asked by jalatls on January 4, 2021
I tried to calculate the averaged map for a satellite product in a month using GEE, but after I exported the result, I found the spatial resolution was changed into 1 lat/lon deg, and the native resolution is ~500m.
var mcd = ee.ImageCollection("MODIS/006/MCD43A3").filterDate('2004-01-01', '2004-01-31').select('Albedo_BSA_shortwave')
var clim_mcd = mcd.reduce(ee.Reducer.mean());
var myScale1 = mcd.toBands().projection().nominalScale().getInfo()
var myScale2 = clim_mcd.projection().nominalScale().getInfo()
print(myScale1)
print(myScale2)
and the results show
How can I fix this issue and export the averaged image result with the native resolution?
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP