From c3c93bb9785f7b13da3c00868144725c24d92684 Mon Sep 17 00:00:00 2001 From: Zhou T <14700737+Mrwow@users.noreply.github.com> Date: Sat, 15 Jan 2022 23:23:40 -0800 Subject: [PATCH] Update remote_sensing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在环境配置中,添加安装rasterio描述。 --- EISeg/docs/remote_sensing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/EISeg/docs/remote_sensing.md b/EISeg/docs/remote_sensing.md index 1d3f7aea94..555621eb28 100644 --- a/EISeg/docs/remote_sensing.md +++ b/EISeg/docs/remote_sensing.md @@ -4,7 +4,7 @@ ## 1 环境配置 -EISeg中对遥感数据的支持来自GDAL/OGR,GDAL是一个在X/MIT许可协议下的开源栅格空间数据转换库,OGR与其功能类似但主要提供对矢量数据的支持。 +EISeg中对遥感数据的支持来自GDAL/OGR,GDAL是一个在X/MIT许可协议下的开源栅格空间数据转换库,OGR与其功能类似但主要提供对矢量数据的支持。同时需要安装rasterio ### 1.1 依赖安装 @@ -31,7 +31,13 @@ Mac用户建议利用conda安装,如下: ```shell script conda install gdal ``` +#### 1.1.3 rasterio 安装 +建议用户利用conda安装,如下 + +```shell script +conda install rasterio +``` ## 2 功能介绍