Converting an LineString to h3 hexagons using srai

55 views Asked by At

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?

0

There are 0 answers