GridOrigin

class s100py.s100.GridOrigin

Bases: object

Mixin class for gridOriginLatitude/Longitude/Vertical. Used in Data Conding Formats 2,5,6

Inheritance diagram of GridOrigin

Attributes Summary

grid_origin_latitude

The latitude of the grid origin.

grid_origin_latitude_attribute_name

grid_origin_latitude_type

rtype

Type[float]

grid_origin_longitude

Arc Degrees

grid_origin_longitude_attribute_name

grid_origin_longitude_type

rtype

Type[float]

grid_origin_vertical

The grid origin in the vertical dimension.

grid_origin_vertical_attribute_name

grid_origin_vertical_type

rtype

Type[float]

Methods Summary

grid_origin_latitude_create()

Creates a blank, empty or zero value for grid_origin_latitude

grid_origin_longitude_create()

Creates a blank, empty or zero value for grid_origin_longitude

grid_origin_vertical_create()

Creates a blank, empty or zero value for grid_origin_vertical

Attributes Documentation

grid_origin_latitude

The latitude of the grid origin. Arc Degrees

Return type

float

grid_origin_latitude_attribute_name = 'gridOriginLatitude'
grid_origin_latitude_type
Return type

Type[float]

grid_origin_longitude

Arc Degrees

Type

The longitude of the grid origin. Unit

Return type

float

grid_origin_longitude_attribute_name = 'gridOriginLongitude'
grid_origin_longitude_type
Return type

Type[float]

grid_origin_vertical

The grid origin in the vertical dimension. Only for 3-D grids. Units specified by product specifications

Return type

float

grid_origin_vertical_attribute_name = 'gridOriginVertical'
grid_origin_vertical_type
Return type

Type[float]

Methods Documentation

grid_origin_latitude_create()

Creates a blank, empty or zero value for grid_origin_latitude

grid_origin_longitude_create()

Creates a blank, empty or zero value for grid_origin_longitude

grid_origin_vertical_create()

Creates a blank, empty or zero value for grid_origin_vertical

__init__()