feat: 初始化老年群体高温预警项目基础工程

搭建完整的项目目录结构,配置项目依赖与元信息,添加数据下载、预处理、模型训练、可视化相关的核心业务代码,补充项目设计文档与.gitignore配置,导入初始外部参考数据文件。
This commit is contained in:
2026-05-26 20:05:10 +08:00
commit a0478b0b11
20 changed files with 3300 additions and 0 deletions
@@ -0,0 +1,20 @@
Metadata-Version: 2.4
Name: elderly-heat-warning
Version: 0.1.0
Summary: 银发群体高温多时间尺度预警和服务优化可视化研究
Requires-Python: >=3.10
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.1
Requires-Dist: xarray>=2023.0
Requires-Dist: netcdf4>=1.6
Requires-Dist: cdsapi>=0.7
Requires-Dist: torch>=2.1
Requires-Dist: pytorch-lightning>=2.1
Requires-Dist: xgboost>=2.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: flask>=3.0
Requires-Dist: matplotlib>=3.8
Requires-Dist: seaborn>=0.13
Requires-Dist: jupyter>=1.0
Requires-Dist: tqdm>=4.66
Requires-Dist: scipy>=1.11
@@ -0,0 +1,6 @@
pyproject.toml
src/elderly_heat_warning.egg-info/PKG-INFO
src/elderly_heat_warning.egg-info/SOURCES.txt
src/elderly_heat_warning.egg-info/dependency_links.txt
src/elderly_heat_warning.egg-info/requires.txt
src/elderly_heat_warning.egg-info/top_level.txt
@@ -0,0 +1 @@
@@ -0,0 +1,15 @@
numpy>=1.26
pandas>=2.1
xarray>=2023.0
netcdf4>=1.6
cdsapi>=0.7
torch>=2.1
pytorch-lightning>=2.1
xgboost>=2.0
scikit-learn>=1.3
flask>=3.0
matplotlib>=3.8
seaborn>=0.13
jupyter>=1.0
tqdm>=4.66
scipy>=1.11
@@ -0,0 +1,4 @@
data
models
utils
web