Geospatial: Check Geometry Node for quality issues

Hi,

as often the input quality of datasets is “not great”, it would be great :grinning_face: to have something like a Check Geometry Node. Shapely provides something like this with shapely.is_valid_reason — Shapely 2.1.2 documentation and shapely.make_valid — Shapely 2.1.2 documentation

It would help a lot when working with corrupted or otherwise difficult datasets. Thanks!