谢泓 xhong
  • Joined on 2022-04-29
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-24 18:11:28 +08:00
79778dc577 fix(raw_to_cog): 清理导入顺序并移除未使用的参数
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-13 13:30:49 +08:00
f608e3afab feat(DataV_SuPER): 重构为支持省-市-县三级行政区划解析
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-13 12:07:46 +08:00
2988ca0a53 chore: 更新开发环境配置与依赖项
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-13 10:10:23 +08:00
fdae8be777 chore: 扩展.gitignore以忽略更多常见文件类型
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-13 10:04:04 +08:00
c3ad04cd71 docs: 更新 README 文档结构并添加数据平台链接
xhong pushed to master at xhong/Open_EarthData_Tools 2026-04-13 09:56:32 +08:00
834c9d3563 chore: 重命名环境配置并更新依赖和文档
xhong pushed to master at xhong/Open_EarthData_Tools 2026-02-27 20:01:34 +08:00
cf886a05b4 fix(raw_to_cog): 移除日志记录中的f-string冗余写法.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-02-03 10:11:16 +08:00
0aef8e010c feat(raw_to_cog): 改进 NoData 值处理逻辑并添加 Warp 转换支持.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-30 09:46:12 +08:00
d7cbf1e5f5 refactor(raw_to_cog): 简化主函数参数并更新示例调用.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-28 19:49:51 +08:00
c82b58e91d fix(raw_to_cog): 完善GDT_Byte类型无效值设置逻辑.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-23 17:37:59 +08:00
4dd7077d56 fix(raw_to_cog.py): 添加输入文件备用路径的二次检查.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-16 15:27:30 +08:00
566a75f6fc refactor(LST_download): 优化LST数据处理流程, 封装复用函数.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-16 12:16:07 +08:00
39a290c3d6 fix(Weather_download): 修正气象数据下载脚本的投影和分辨率设置.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-16 08:59:30 +08:00
ccfe4ef7bc refactor(Weather_download): 重构天气数据下载脚本并添加导出函数.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-15 21:51:43 +08:00
7464a47eac feat(GEE_Scripts): 添加气象数据下载脚本, 并更新LST导出文件名.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-15 17:52:19 +08:00
f1a88995db feat(LST_download): 添加MODIS LST数据支持并调整可视化范围.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-15 16:47:29 +08:00
b8a617ed8d feat(GEE_Scripts): 新增土地覆盖分类数据下载脚本.
8f22938c50 feat(GEE_Scripts): 添加Landsat地表温度数据下载脚本.
Compare 2 commits »
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-08 12:02:18 +08:00
a846232e04 fix(raw_to_cog): 处理输入文件不存在时尝试替换文件名并支持自定义输出数据类型.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-08 10:47:48 +08:00
ae1c441e9a fix(raw_to_cog): 修正output_type参数类型并更新注释.
xhong pushed to master at xhong/Open_EarthData_Tools 2026-01-08 10:34:06 +08:00
539b6a387b feat(utils): 重构传统GeoTIFF转COG格式的工具函数.