If you have big geometries, checking an array of those quickly completely fills the terminal with its repr. For printing purposes, I think it would be nice to limit the length of the repr (truncate the string after a certain amaount of characters). The to_wkt method is still available to see the full representation.
If you have big geometries, checking an array of those quickly completely fills the terminal with its repr. For printing purposes, I think it would be nice to limit the length of the repr (truncate the string after a certain amaount of characters). The
to_wktmethod is still available to see the full representation.