Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-halverson committed Nov 9, 2024
1 parent 0b5f9e7 commit 124424c
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 59 deletions.
124 changes: 67 additions & 57 deletions Open Raster at Point.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rasters"
version = "1.3.5"
version = "1.3.6"
description = "raster processing toolkit"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion rasters/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
1 change: 1 addition & 0 deletions rasters/where.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def where(condition, x, y):
Raster([[ 0, 1, 2, 3, 4],
[10, 11, 12, 13, 14]])
"""
from .raster import Raster

# Determine the geometry of the output Raster (if any)
geometry = None
Expand Down

0 comments on commit 124424c

Please sign in to comment.