Skip to content

Commit

Permalink
MNT: Remove mentions of GDAL
Browse files Browse the repository at this point in the history
It isn't used anywhere within Cartopy and can be handled
by other libraries.
  • Loading branch information
greglucas committed Dec 13, 2022
1 parent e44fe31 commit 0d9bae8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d9bae8

Please sign in to comment.