Skip to main content

PointSetData

GitHub source

PointSetData

evo.objects.typed.pointset.PointSetData

Data class for creating a new PointSet object.

Parameters:

NameTypeDescriptionDefault
namestrThe name of the object.required
locationsDataFrameA DataFrame containing the point data. Must have 'x', 'y', 'z' columns for coordinates. Any additional columns will be treated as point attributes.required
coordinate_reference_systemEpsgCode | str | NoneOptional EPSG code or WKT string for the coordinate reference system.None
descriptionstr | NoneOptional description of the object.None
tagsdict[str, str] | NoneOptional dictionary of tags for the object.None
extensionsdict[str, Any] | NoneOptional dictionary of extensions for the object.None

What is the reason for your feedback?