Skip to content

Commit 60b180f

Browse files
Merge pull request #53 from gregory-halverson-jpl/main
fixing GeoPandas import
2 parents 529641e + ada30f6 commit 60b180f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rasters"
7-
version = "1.12.0"
7+
version = "1.12.2"
88
description = "raster processing toolkit"
99
readme = "README.md"
1010
authors = [

rasters/wrap_geometry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Any, Union, TYPE_CHECKING
44

55
import shapely
6+
from geopandas import GeoSeries
67

78
from .CRS import CRS
89
from .spatial_geometry import SpatialGeometry

0 commit comments

Comments
 (0)