mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
[g2clib] Fix projection issues
Patch from Fedora 23 http://pkgs.fedoraproject.org/cgit/rpms/g2clib.git/tree/g2clib-degrib.patch
This commit is contained in:
@@ -24,11 +24,11 @@ const struct gridtemplate templatesgrid[MAXGRIDTEMP] = {
|
||||
{140, 17, 0, {1,1,4,1,4,1,4,4,4,-4,4,4,4,1,4,4,1} },
|
||||
//
|
||||
// 3.10: Mercator
|
||||
{10, 19, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,-4,4,1,4,4,4} },
|
||||
{10, 19, 0, {1,1,4,1,4,1,4,4,4,-4,-4,1,-4,-4,-4,1,4,4,4} },
|
||||
// 3.20: Polar Stereographic Projection
|
||||
{20, 18, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1} },
|
||||
{20, 18, 0, {1,1,4,1,4,1,4,4,4,-4,-4,1,-4,-4,4,4,1,1} },
|
||||
// 3.30: Lambert Conformal
|
||||
{30, 22, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1,-4,-4,-4,4} },
|
||||
{30, 22, 0, {1,1,4,1,4,1,4,4,4,-4,-4,1,-4,-4,4,4,1,1,-4,-4,-4,-4} },
|
||||
// 3.31: Albers equal area
|
||||
{31, 22, 0, {1,1,4,1,4,1,4,4,4,-4,4,1,-4,4,4,4,1,1,-4,-4,-4,4} },
|
||||
// 3.40: Guassian Lat/Lon
|
||||
|
||||
Reference in New Issue
Block a user