Skip to content

Commit

Permalink
Update stac_geoparquet/arrow/_batch.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
kylebarron and gadomski authored Jun 25, 2024
1 parent 3e85aa4 commit e705de6
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()
item = item.to_dict(tranform_hrefs=False)

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

0 comments on commit e705de6

Please sign in to comment.