This commit is contained in:
Siyu Yang 2020-11-08 21:53:34 -08:00 коммит произвёл GitHub
Родитель ef285693d5
Коммит 78b3e0cfeb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ Upstream: https://github.com/CosmiQ/solaris
It seems that in our existing environment, `rasterio` is not compatible with `GDAL>=3.1`, which is required for creating Cloud Optimized GeoTIFFs (COGs). We create a separate environment for GDAL to run such commands in:
```bash
conda create --name gdalnew --channel conda-forge python gdal==3.1.2
conda env create --name gdalnew --channel conda-forge python gdal==3.1.2
```