def read_geom_C(input): import cobj return cobj.read(input)
def c(fn): points, index = cobj.read(fn) print index[:20] for p in points[:20]: print p