Skip to content

Commit 3eda255

Browse files
committed
eckit::geo Grid
1 parent 9cd0d72 commit 3eda255

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

tests/grib_to_gridspec.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ CASE("regular_ll")
343343
{ 40, R"({"area":[90,0.05,-90,360.05],"grid":[0.1,0.1]})" },
344344
{ 41, R"({"area":[90,0.00416666666666667,-90,360.004166666667],"grid":[0.00833333333333333,0.00833333333333333]})" },
345345
{ 42, R"({"area":[73,-27,33,45],"grid":[4,4]})" },
346+
{ 43, R"({"area":[10,-0.5,-10,17.5],"grid":[0.5,0.5]})" },
346347
};
347348

348349
EXPECT(grib_to_gridspec("grib_to_gridspec/regular_ll.grib", specs));
1.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)