From 0d9bae819b2a7e1335b6bb2d5e39948f322ad8e3 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Tue, 13 Dec 2022 11:34:20 -0700 Subject: [PATCH] MNT: Remove mentions of GDAL It isn't used anywhere within Cartopy and can be handled by other libraries. --- INSTALL | 4 ---- environment.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/INSTALL b/INSTALL index 4b6346d71b..d5e3968675 100644 --- a/INSTALL +++ b/INSTALL @@ -133,10 +133,6 @@ Optional Dependencies To make the most of Cartopy by enabling additional functionality, you may want to install these optional dependencies. -**GDAL** version 2.3.2 (https://gdal.org/) - GDAL is a translator library for raster and vector geospatial data formats, - which has powerful data transformation and processing capabilities. - **Pillow** 6.1.0 or later (https://python-pillow.org) A popular fork of PythonImagingLibrary. diff --git a/environment.yml b/environment.yml index 2d5798a787..99a4852a9b 100644 --- a/environment.yml +++ b/environment.yml @@ -21,7 +21,6 @@ dependencies: - owslib>=0.18.0 - pillow>=6.1.0 # Plotting - - gdal>=2.3.2 - scipy>=1.3.1 # Testing - packaging>=20