I try to convert an shapely LineString to a sequence of h3 hexagons.
For that task srai offers the funciton h3_to_geoseries
unfortunately the function runs into the following error message:
AttributeError: 'MultiPolygon' object has no attribute 'exterior'
Could you give some advice how I can avoid this problem?