We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you have a PolygonZ geometry, h3fy fails. I suggest we sanitise the geometries internally using something like
shapely.force_2d(gdf.geometry)
to remove the Z coordinates because those shall just be ignored.