gen_nrows | R Documentation |
This generates the number of rows on the global grid of level-3 binned (L3b) data for a given spatial resolution. For example: For 4km resolution data, 4320 rows; for 9km resolution, 2160 rows
gen_nrows(resolution)
resolution |
String representing the spatial resolution (see details for list of accepted strings, e.g. "Q" for 250m or "4" for 4.6km) |
HH: 50m (currently unavailable)
HQ: 100m (currently unavailable)
Q: 250m
H: 0.5km
1: 1.1km
2: 2.3km
4: 4.6km
9: 9.2km
18: 18.5km
36: 36km
QD: 0.25 degree (currently unavailable)
HD: 0.5 degree
1D: 1 degree
Single numeric value, the number of rows
https://oceancolor.gsfc.nasa.gov/docs/format/l3bins/ https://oceancolor.gsfc.nasa.gov/docs/ocssw/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.