GridOrigin

class s100py.s100.GridOrigin

Bases: object

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

S100 v5.0 8-6.2.8 Grid cell structure S-100 utilizes the same view of grid cell structure as Section 8.2.2 of ISO 19123. The grid data in S-100 grid coverages are nominally situated exactly at the grid points defined by the grid coordinates. The grid points are therefore the “sample points.” Data values at a sample point represent measurements over a neighbourhood of the sample point. This neighbourhood is assumed to extend a half-cell in each dimension. The effect is that the sample space corresponding to each grid point is a cell centred at the grid point.

Inheritance diagram of GridOrigin

Attributes Summary

grid_origin_latitude

The latitude of the grid origin.

grid_origin_longitude

Arc Degrees

grid_origin_vertical

The grid origin in the vertical dimension.

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

grid_origin_longitude

Arc Degrees

Type:

The longitude of the grid origin. Unit

grid_origin_vertical

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

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__()