open-earthdata-cli/src/__init__.py
xhong 5e96d0e026 refactor: 重构项目目录,添加全套遥感数据处理模块
- 重构项目目录结构,将零散代码整理到src目录下,创建各子包初始化文件
- 包括HLS、GPM、SMAP、MODIS等多源遥感数据的搜索、下载与预处理脚本
- 包括通用工具函数库,包含坐标参数定义、格式转换、影像处理等工具
- 同步更新README.md示例命令路径,修正脚本调用的目录错误
- 新增AGENTS.md文档说明开发环境配置
- 更新.gitignore规则,添加环境变量和构建缓存的忽略配置
2026-05-18 19:09:07 +08:00

10 lines
269 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
"""算法源码包
包含所有遥感数据处理算法模块:
- HLS_SuPER: HLS 遥感数据处理
- DATA_SuPER: 多源遥感数据处理MODIS、SMAP、DEM、SAR、GPM
- Basemap_SuPER: 底图数据处理
- utils: 通用工具函数
"""