Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

geopandas

geopandas is commonly used to work with geospatial vector data. It allows you to work with points, lines, and polygons in a tabular format, where each row represents a geographic feature and includes a geometry column.

geopandas is built on top of pandas, a foundational Python library for working with tabular data.

In DHIS2 Climate Tools, geopandas is commonly used to load and manipulate administrative boundaries, such as DHIS2 organisation units, while pandas is used to handle the tabular outputs produced by climate data aggregation.

Typical use cases include:

Together, pandas and geopandas form the bridge between geospatial processing and the tabular data formats required for data import into DHIS2.

Key documentation and learning resources: