spherely.Projection

spherely.Projection#

class spherely.Projection#

Lightweight wrapper for selecting common reference systems used to project Geography points or vertices.

Cannot be instantiated directly.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

lnglat()

Selects the "plate carree" projection.

orthographic(longitude, latitude)

Selects an orthographic projection with the given centre point.

pseudo_mercator()

Selects the spherical Mercator projection.