eccodes/definitions/grib2/template.3.130.def

11 lines
220 B
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
# TEMPLATE 3.130, Irregular Latitude/longitude grid
include "grib2/template.3.shape_of_the_earth.def";
2013-03-25 12:04:10 +00:00
points list(numberOfDataPoints) {
signed[4] latitude;
signed[4] longitude;
}