diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c432c9..5a829d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,4 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/src/GOSTrocks/infra/aggregator.py b/src/GOSTrocks/infra/aggregator.py index 7664317..202f5d5 100644 --- a/src/GOSTrocks/infra/aggregator.py +++ b/src/GOSTrocks/infra/aggregator.py @@ -1,6 +1,7 @@ """ The following module contains a number of functions to aggregate geospatial outputs into tables for InfraSAP analytics. """ + import geopandas as gpd import pandas as pd import rasterio as rio