Skip to content

Commit

Permalink
[EISeg] Add rasterio package in remote_sensing.md (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrwow authored Jan 17, 2022
1 parent e270cc6 commit 85f3406
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion EISeg/docs/remote_sensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 1 环境配置

EISeg中对遥感数据的支持来自GDAL/OGR,GDAL是一个在X/MIT许可协议下的开源栅格空间数据转换库,OGR与其功能类似但主要提供对矢量数据的支持。
EISeg中对遥感数据的支持来自GDAL/OGR,GDAL是一个在X/MIT许可协议下的开源栅格空间数据转换库,OGR与其功能类似但主要提供对矢量数据的支持。同时需要安装rasterio

### 1.1 依赖安装

Expand All @@ -31,7 +31,13 @@ Mac用户建议利用conda安装,如下:
```shell script
conda install gdal
```
#### 1.1.3 rasterio 安装

建议用户利用conda安装,如下

```shell script
conda install rasterio
```

## 2 功能介绍

Expand Down

0 comments on commit 85f3406

Please sign in to comment.