libpysal.cg.Point

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

Geometric class for point objects.

Parameters:
loctuple

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

Examples

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

Methods

__init__(loc)