spherely.Projection.orthographic

spherely.Projection.orthographic#

static Projection.orthographic(longitude, latitude)#

Selects an orthographic projection with the given centre point.

The resulting coordinates depict a single hemisphere of the globe as it appears from outer space, centred on the given point.

Parameters:
  • longitude (float) – Longitude coordinate of the center point, in degrees.

  • latitude (float) – Latitude coordinate of the center point, in degrees.