libpysal.cg.Point

class libpysal.cg.Point(loc)[source]

Geometric class for point objects.

Parameters
locpython:tuple

The point’s location (number \(x\)-tuple, \(x\) > 1).

Examples

>>> p = Point((1, 3))
__init__(self, loc)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, loc)

Initialize self.