MODIS数据预处理STEPS

一、MRT工具

1.安装java(jdk+jre)

2.安装MRT

https://blog.csdn.net/gisboygogogo/article/details/75784080
http://blog.sina.com.cn/s/blog_51d9bb8c0100fwi8.html

特别注意:输入java bin的路径

Please enter the path to your Java bin directory followed by th key:
E:\Program Files\Java\jdk1.8.0_131\jre\bin

错误解决

http://blog.sina.com.cn/s/blog_735e65f4010157ij.html

java环境变量配置

https://blog.csdn.net/u013566425/article/details/24984495

3.MRT使用

https://blog.csdn.net/gisboygogogo/article/details/79533595
https://blog.csdn.net/suiluochenghu/article/details/79648980

ModisTool.jar打开文件有错误时,试试ModisTool.bat。

参数设置

https://blog.csdn.net/lihuiyu_ice/article/details/37594793
http://blog.sina.com.cn/s/blog_735e65f401015b7s.html

批处理
https://wenku.baidu.com/view/8bfff1bfce2f0066f4332260.html
https://blog.csdn.net/jingchenlin1996/article/details/88548728

CMD MRT\bin路径下,输入:
java -jar MRTBatch.jar -d (数据路径) -p xxx.prm(prm文件路径及文件名) -o (输出数据路径)
生成了各个图对应的.prm文件
然后再输入 MRTBatch.bat,回车
OK了,批量生成了转了投影的文件。

https://www.douban.com/note/537059029/
http://www.cnblogs.com/orchidLan/p/7210448.html

批处理错误解决
https://jingyan.baidu.com/article/cbf0e500b37b102eab289349.html

批量重投影(待阅)

http://blog.sina.com.cn/s/blog_7b1e54690102y8qj.html
http://blog.sciencenet.cn/blog-2637373-974389.html
https://www.cnblogs.com/sinsonglew/p/4675079.html
https://jingyan.baidu.com/article/fdbd427713e6a2b89f3f4869.html

待评资源
https://download.csdn.net/download/ytmllzl/10420599

UTM投影分带标准
https://blog.csdn.net/ivan_ljf/article/details/52637293

MRT用户手册中有这样一段话:
A special note for UTM projections: MRT will automatically set the UTM Zone when UTM is set as the Projection Type. Although it is an option, it is not necessary to enter a UTM Zone value in the Edit Projection Parameters box.
应该是可以不设置UTM Zone的。
MODIS数据预处理STEPS_第1张图片

投影转换
https://blog.csdn.net/xcymorningsun/article/details/78223625
https://blog.csdn.net/neimeng0/article/details/81557851
利用BIGEMAP软件进行投影转换
http://www.iqiyi.com/w_19rvly0wt5.html
http://www.iqiyi.com/w_19ruasfakt.html#vfrm=8-8-0-1

二、pyMODIS工具安装

1.安装GDAL

安装GDAL和python的连接器

https://blog.csdn.net/lhl317184403/article/details/86480875

安装GDAL https://pypi.org/project/GDAL/#files

cmd python目录下:pip install GDAL

2.安装pyMODIS

https://www.jianshu.com/p/235b4fb6c114
cmd python目录下:pip install pyMODIS

3.pyMODIS使用

https://www.douban.com/note/629148738/

三、其他问题

1.ArcGIS

Spatial Analyst没有许可证:

ERROR 010096: There is no Spatial Analyst license currently available or enabled.
https://blog.csdn.net/xtm_rongbing/article/details/23872391

ArcGIS 6度带换3度带:

https://blog.csdn.net/sinat_34816302/article/details/79494877
https://blog.csdn.net/weixin_42724716/article/details/81206218

ArcGIS裁切TIFF:

ArcToolbox / Spatial Analyst Tools / Extraction / Extract by Mask

栅格计算常用公式:

https://blog.csdn.net/lucky51222/article/details/72514904

你可能感兴趣的:(steps)