Currently, the autogeneration template of indexes is non configurable: https://github.com/geoalchemy/geoalchemy2/blob/9d89df18a4e96f1edb25b407f3a056c68037b063/geoalchemy2/__init__.py#L47-L48 It would be nice to follow the default conventions [established in the metadata](https://alembic.sqlalchemy.org/en/latest/naming.html#integration-of-naming-conventions-into-operations-autogenerate) if specified, so that it can remain consistent with sqlalchemy.