starepandas.STAREDataFrame#
A STAREDataFrame object is a pandas.DataFrame that has a special column with STARE indices and optionally a special column holding the trixel representation.
Constructor#
|
Bootstrapping#
|
Generates and returns the STARE representation of each feauture. |
|
Set the StareDataFrame spatial indices using either an existing column or the specified input. |
|
Returns a Polygon or Multipolygon GeoSeries containing the trixels referred by the STARE indices |
|
Set the trixel column |
Geoprocessing#
|
Returns a |
|
Returns a |
Returns a |
|
|
Dissolves a dataframe subject to a field. |
STARE manipulation#
|
Changes level of STARE index values to level; optionally clears location bits up to level. |
|
Clears location bits to level |
Returns the hex16 representation of the stare column |
Trixel Functions#
Returns the vertices and centerpoints of the trixels. |
|
|
Returns the trixel centers. |
|
Returns the trixel centers as ECEF vectors. |
|
Returns the trixel centers as shapely points. |
|
Returns corners of trixels as lon/lat. |
|
Returns ECEF norm vectors of great circles constraining the trixels. |
|
Returns corners of trixels as ECEF. |
|
Splits trixels at the antimeridian |
IO#
|
Writes dataframe into a STAREPods hierarchy. |
|
|
|
Converts the 'column' to a numpy array. |
|
Converts a STAREDataFrame into a dictionary of arrays; one array per column/field. |
Plotting#
|
Generate a plot with matplotlib. |