谢泓 xhong
  • Joined on 2022-04-29
xhong pushed to master at xhong/open-earthdata-cli 2026-01-16 08:59:30 +08:00
ccfe4ef7bc refactor(Weather_download): 重构天气数据下载脚本并添加导出函数.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-15 21:51:43 +08:00
7464a47eac feat(GEE_Scripts): 添加气象数据下载脚本, 并更新LST导出文件名.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-15 17:52:19 +08:00
f1a88995db feat(LST_download): 添加MODIS LST数据支持并调整可视化范围.
xhong pushed to master at xhong/open-earthdata-cli 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-cli 2026-01-08 12:02:18 +08:00
a846232e04 fix(raw_to_cog): 处理输入文件不存在时尝试替换文件名并支持自定义输出数据类型.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-08 10:47:48 +08:00
ae1c441e9a fix(raw_to_cog): 修正output_type参数类型并更新注释.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-08 10:34:06 +08:00
539b6a387b feat(utils): 重构传统GeoTIFF转COG格式的工具函数.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-08 10:13:11 +08:00
32d629aede feat(utils): 重构原始影像数据转换RGBA图像的工具函数.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-07 23:01:38 +08:00
7347cd60bb feat(S1andS2_download): 完善Sentinel-2 L2A数据缺失情况下的平替处理逻辑.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-07 11:51:41 +08:00
a4c81d0813 fix(sr2rgb): 添加转换前后对NoData值的处理.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-06 20:59:41 +08:00
eeed789d5b feat(sr2rgb): 重构地表反射率转RGB图像功能并添加多波段支持.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-06 16:00:33 +08:00
c8cdbff7b9 fix(GEE_Scripts): 完善导出图像命名规则.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-06 13:43:01 +08:00
70a7d1433b fix(GEE_Scripts): 添加HLS数据作为S2备用数据源并优化导出配置.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-05 21:32:31 +08:00
e750c067e9 fix(GEE_Scripts): 完善Sentinel-1和Sentinel-2数据融合下载脚本中的去云参数与可视化参数配置.
xhong pushed to master at xhong/open-earthdata-cli 2026-01-05 20:41:49 +08:00
13a930fec5 feat(GEE_Scripts): 添加Sentinel-1和Sentinel-2数据融合下载脚本.
xhong pushed to master at xhong/open-earthdata-cli 2025-12-22 20:19:18 +08:00
d52df03c2d feat(utils): 添加传统GeoTIFF转COG格式的功能.
xhong pushed to master at xhong/open-earthdata-cli 2025-12-19 15:16:06 +08:00
7dee3d71e0 feat(GEE_Scripts): 添加Sentinel-1影像下载脚本.
xhong pushed to master at xhong/open-earthdata-cli 2025-12-09 12:44:43 +08:00
11118915b3 feat(GEE_Scripts): 添加Sentinel-2影像下载脚本.
xhong renamed repository from NASA_EarthData_Script to xhong/open-earthdata-cli 2025-12-09 12:26:42 +08:00
xhong pushed to master at xhong/open-earthdata-cli 2025-12-09 12:19:05 +08:00
ff1dea2324 feat(sr2rgb): 完善影像转换处理逻辑.