Python for Geospatial

Python’s geospatial ecosystem is built on a few key packages. This lesson starts with how external packages and imports work, then introduces shapely for geometric operations and geopandas for working with spatial data in dataframes. Together, these two packages underpin most geospatial workflows in Python.