From 4a9e12428be37ab749bdaccc5bcf6ea75e9f5fd7 Mon Sep 17 00:00:00 2001 From: "Gregory H. Halverson" Date: Wed, 23 Apr 2025 16:57:58 -0700 Subject: [PATCH] fixing `KDTree` import --- pyproject.toml | 2 +- rasters/raster.py | 1 + rasters/version.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4010f45..57bf20c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rasters" -version = "1.5.1" +version = "1.5.2" description = "raster processing toolkit" readme = "README.md" authors = [ diff --git a/rasters/raster.py b/rasters/raster.py index 4faeb8f..a3d7115 100644 --- a/rasters/raster.py +++ b/rasters/raster.py @@ -33,6 +33,7 @@ from .raster_grid import RasterGrid from .where import where from .wrap_geometry import wrap_geometry +from .kdtree import KDTree if TYPE_CHECKING: from .CRS import CRS diff --git a/rasters/version.txt b/rasters/version.txt index 26ca594..4cda8f1 100644 --- a/rasters/version.txt +++ b/rasters/version.txt @@ -1 +1 @@ -1.5.1 +1.5.2