We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdd10a commit bb6775aCopy full SHA for bb6775a
README.md
@@ -23,7 +23,6 @@ the internet into geospatial raster files. Bounding boxes can be passed in both
23
24
* `mercantile`
25
* `numpy`
26
-* `pandas`
27
- `matplotlib`
28
* `pillow`
29
* `rasterio`
contextily/tile.py
@@ -6,7 +6,6 @@
6
import io
7
import os
8
import numpy as np
9
-import pandas as pd
10
import rasterio as rio
11
from PIL import Image
12
from rasterio.transform import from_origin
requirements.txt
@@ -1,7 +1,6 @@
1
geopy
2
matplotlib
3
mercantile
4
-pandas
5
pillow
pytest
rasterio
0 commit comments