Skip to content

Commit

Permalink
Fix import for new h3ronpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Nov 21, 2024
1 parent d792bac commit 5166d40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions space2stats_api/src/space2stats/h3_utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
from typing import Any, Dict, List, Literal

from h3ronpy import ContainmentMode
from h3ronpy.arrow.vector import ( # Import cells_to_coordinates for point geometries
cells_to_wkb_points,
cells_to_wkb_polygons,
geometry_to_cells,
)
from h3ronpy.vector import cells_to_wkb_points, cells_to_wkb_polygons, geometry_to_cells
from shapely import from_wkb, to_geojson
from shapely.geometry import shape

Expand Down

0 comments on commit 5166d40

Please sign in to comment.