MCPcopy Create free account
hub / github.com/shapely/shapely / test_transform_remove_z

Function test_transform_remove_z

shapely/tests/test_coordinates.py:362–365  ·  view source on GitHub ↗
(geom)

Source from the content-addressed store, hash-verified

360 ],
361)
362def test_transform_remove_z(geom):
363 assert shapely.get_coordinate_dimension(geom) == 3
364 new_geom = transform(geom, lambda x: x + 1, include_z=False)
365 assert shapely.get_coordinate_dimension(new_geom) == 2
366
367
368@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

transformFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…