# AIRemoteSensing **Repository Path**: silver1867/airemote-sensing ## Basic Information - **Project Name**: AIRemoteSensing - **Description**: AI + 遥感在防汛中的应用与展望 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 构建步骤 ## 下载 $\TeX$ Live [$\TeX$ Live 官网](https://tug.org/texlive/) ## 克隆仓库 ```powershell git clone https://gitee.com/silver1867/airemote-sensing.git ``` ## 构建 如果从未运行过 powershell 脚本,先以管理员权限运行 powershell,然后执行(否则会因默认权限问题拒绝执行脚本): ``` powershell Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ``` Windows 下,在 powershell 中运行: ```powershell .\make ```