eccodes/definitions/grib2/templates/template.3.130.def

15 lines
295 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
constant isGridded = true;
# Note: This template is deprecated.
2013-03-25 12:04:10 +00:00
include "grib2/templates/template.3.shape_of_the_earth.def"
2013-03-25 12:04:10 +00:00
points list(numberOfDataPoints) {
signed[4] latitude;
signed[4] longitude;
}