MODIS数据介绍与下载
一、NASA网站下载
https://ladsweb.modaps.eosdis.nasa.gov/search/
二、AppEEARS网站下载
可参考 https://blog.csdn.net/qq_45039924/article/details/126840030
1.登录
2.选择研究区
自定义研究区代码如下:
1 1 { 2 2 "type": "FeatureCollection", 3 3 "features": [{ 4 4 "type": "Feature", 5 5 "properties": {}, 6 6 "geometry": { 7 7 "type": "Polygon", 8 8 "coordinates": [[ 9 9 [100.3, 38.8], 10 10 [100.3, 38.9], 11 11 [100.4, 38.9], 12 12 [100.4, 38.8], 13 13 [100.3, 38.8] 14 14 ]] 15 15 } 16 16 }] 17 17 }


3.点击提交,等待邮件 !


浙公网安备 33010602011771号