geoutils.Vector.has_z

Contents

geoutils.Vector.has_z#

property Vector.has_z: Series#

Return a Series of dtype('bool') with value True for features that have a z-component. Can be appended to Vector.

See more details at geopandas.GeoSeries.has_z().