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 14, 2022
1 parent 5221f82 commit b1ca675
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 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.20.0
- pillow>=6.1.0
# Plotting
- gdal>=2.3.2
- scipy>=1.3.1
# Testing
- packaging>=20
Expand Down
1 change: 0 additions & 1 deletion requirements/plotting.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
GDAL>=2.3.2
pillow>=6.1.0
scipy>=1.3.1

0 comments on commit b1ca675

Please sign in to comment.