Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 25, 2024
1 parent 1ed0285 commit 3b3bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_geoparquet/arrow/_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def from_dicts(
wkb_items = []
for item in items:
if isinstance(item, pystac.Item):
item = item.to_dict(tranform_hrefs=False)
item = item.to_dict(transform_hrefs=False)

wkb_item = deepcopy(item)
wkb_item["geometry"] = shapely.to_wkb(
Expand Down

0 comments on commit 3b3bfc2

Please sign in to comment.