starepandas.tools.trixel_conversions#

corners2ecef(corners)

Converts corners lon/lat array (as returned by vertices2corners()) to ECEF representation.

corners2gring(corners)

latlon2ecef(lat, lon)

split_antimeridian(trixels[, drop])

Splits trixels at the antimeridian

split_antimeridian_series(trixels_series[, ...])

to_centerpoints(sids)

Converts a (collection of) sid(s) into a (collection of) trixel center shapely points.

to_centers(sids)

Converts a (collection of) sid(s) into a (collection of) trixel center longitude, latitude pairs.

to_centers_ecef(sids)

Converts a (collection of) sid(s) into a (collection of) trixel centers in ECEF represenation.

to_corners(sids[, wrap_lon])

Converts a (collection of) sid(s) into (collection of) corners in lon/lat representation.

to_corners_ecef(sids)

Converts a (collection of) sid(s) into (collection of) trixel corners in ECEF representation.

to_gring(sids)

Converts a (collection of) sid(s) to (a collection of) the 3 great circles constraining the trixel(s).

to_trixels(sids[, as_multipolygon, wrap_lon])

Converts a (collection of) sid(s) into a (collection of) trixel(s)

to_vertices(sids[, wrap_lon])

Converts a (collection of) sid(s) into vertices.

trixels_from_stareseries(sids_series[, ...])

Takes a series of STARE index values and creates an array of sets of trixels.

vertices2centerpoints(vertices)

Converts trixel vertices datastructure (c.f.

vertices2centers(vertices)

Converts trixel vertices datastructure (c.f.

vertices2centers_ecef(vertices)

Converts trixel vertices datastructure (c.f.

vertices2corners(vertices)

Converts trixel vertices datastructure (c.f.

vertices2corners_ecef(vertices)

Converts trixel vertices datastructure (c.f.

vertices2gring(vertices)

" Converts trixel vertices datastructure (c.f.