Sinusoidal grid definition

This note shortly describes the sinusoidal equal-area grid on which the MERIS level 2 products are spatially binned. The average size of the grid bins is equal to 1/12°, leading to 2160 rows in latitude, i.e. 1080 latitude rows in each hemisphere (the equatorial line is located between two rows of b...

Full description

Bibliographic Details
Main Authors: Gilbert Barrot Acri-st, Issue /jan
Other Authors: The Pennsylvania State University CiteSeerX Archives
Format: Text
Language:English
Subjects:
Online Access:http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.394.9600
http://www.enviport.org/meris/docs/meris_l3_sin_grid.pdf
Description
Summary:This note shortly describes the sinusoidal equal-area grid on which the MERIS level 2 products are spatially binned. The average size of the grid bins is equal to 1/12°, leading to 2160 rows in latitude, i.e. 1080 latitude rows in each hemisphere (the equatorial line is located between two rows of bins). This discretisation corresponds to roughly 9.277 km. Just below and above the equatorial line, the rows have 4320 bins. This number decreases regularly from the equator to the poles where the last latitude row have only 3 bins. For each row, the left side of the first bin is always aligned with longitude-180 ° while the right side of the last bin is aligned with longitude +180°, covering all the latitude row area. The number of bins per row is always an integer number, computed in order to have the bin cell size as close as possible to 9.277 km, so that the effective longitudinal bin size may vary from one row to the next one. Applying this simple rules from South to North pole leads to a total of 5,940,422 bins. The pseudo-code below can be used to build the sinusoidal grid, i.e. to link the index of each bin (n) to its geolocation in longitude and latitude (bin_lon[n], bin_lat[n]).