mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
32 lines
317 B
Plaintext
32 lines
317 B
Plaintext
# required
|
|
fiona>=1.8
|
|
pandas>=0.25
|
|
pyproj>=2.2.0
|
|
shapely>=1.6
|
|
|
|
# geodatabase access
|
|
psycopg2>=2.5.1
|
|
SQLAlchemy>=0.8.3
|
|
|
|
# geocoding
|
|
geopy
|
|
|
|
# plotting
|
|
matplotlib>=2.2
|
|
mapclassify
|
|
|
|
# testing
|
|
pytest>=3.1.0
|
|
pytest-cov
|
|
codecov
|
|
|
|
# spatial access methods
|
|
rtree>=0.8
|
|
|
|
# styling
|
|
black
|
|
pre-commit
|
|
|
|
# PostGIS writing
|
|
GeoAlchemy2
|