|
107 | 107 | bounds=(-2736534, -4140479, 4725674, 773877), crs=10601, |
108 | 108 | default_resolution=10000, label='Oceania (GLANCE Oceania LAEA)', |
109 | 109 | lonlat=(110.0, -48.0, 179.0, -8.0), area_epsg=10601), |
| 110 | + 'australia': dict( |
| 111 | + bounds=(-2397336, -3314170, 2074139, 552968), crs=10601, |
| 112 | + default_resolution=5000, label='Australia (GLANCE Oceania LAEA)', |
| 113 | + lonlat=(113.0, -44.0, 154.0, -10.0), area_epsg=10601), |
| 114 | + 'new_zealand': dict( |
| 115 | + bounds=(2357704, -4140479, 3965299, -2362651), crs=10601, |
| 116 | + default_resolution=2000, label='New Zealand (GLANCE Oceania LAEA)', |
| 117 | + lonlat=(166.0, -48.0, 179.0, -34.0), area_epsg=10601), |
| 118 | + 'central_africa': dict( |
| 119 | + bounds=(-1335054, -2091682, 1224158, 789768), crs=10592, |
| 120 | + default_resolution=5000, label='Central Africa (GLANCE Africa LAEA)', |
| 121 | + lonlat=(8.0, -14.0, 31.0, 12.0), area_epsg=10592), |
| 122 | + 'north_asia': dict( |
| 123 | + bounds=(-2829330, 333534, 4672506, 4568106), crs=10594, |
| 124 | + default_resolution=10000, label='North Asia (GLANCE Asia LAEA)', |
| 125 | + lonlat=(60.0, 48.0, 179.0, 78.0), area_epsg=10594), |
| 126 | + 'greenland': dict( |
| 127 | + bounds=(307428, 1266923, 3614205, 4339302), crs=10598, |
| 128 | + default_resolution=5000, label='Greenland (GLANCE N. America LAEA)', |
| 129 | + lonlat=(-74.0, 59.0, -11.0, 84.0), area_epsg=10598), |
| 130 | + 'amazon_basin': dict( |
| 131 | + bounds=(-2129139, -422334, 1795411, 2309720), crs=10603, |
| 132 | + default_resolution=5000, label='Amazon Basin (GLANCE S. America LAEA)', |
| 133 | + lonlat=(-79.0, -18.0, -44.0, 6.0), area_epsg=10603), |
| 134 | + 'andes': dict( |
| 135 | + bounds=(-2350812, -4564243, -133276, 2958360), crs=10603, |
| 136 | + default_resolution=10000, label='Andes (GLANCE S. America LAEA)', |
| 137 | + lonlat=(-81.0, -56.0, -62.0, 12.0), area_epsg=10603), |
| 138 | + 'southern_cone': dict( |
| 139 | + bounds=(-1697271, -4517109, 744960, -221307), crs=10603, |
| 140 | + default_resolution=5000, label='Southern Cone (GLANCE S. America LAEA)', |
| 141 | + lonlat=(-76.0, -56.0, -53.0, -17.0), area_epsg=10603), |
| 142 | + 'western_europe': dict( |
| 143 | + bounds=(-2382583, -1327155, -191916, 406028), crs=10596, |
| 144 | + default_resolution=5000, label='Western Europe (GLANCE Europe LAEA)', |
| 145 | + lonlat=(-10.0, 43.0, 17.0, 55.0), area_epsg=10596), |
| 146 | + 'eastern_europe': dict( |
| 147 | + bounds=(-482758, -1221647, 2340946, 916013), crs=10596, |
| 148 | + default_resolution=5000, label='Eastern Europe (GLANCE Europe LAEA)', |
| 149 | + lonlat=(14.0, 44.0, 50.0, 60.0), area_epsg=10596), |
| 150 | + 'northern_europe': dict( |
| 151 | + bounds=(-1039068, -111313, 782636, 1847310), crs=10596, |
| 152 | + default_resolution=2000, label='Northern Europe (GLANCE Europe LAEA)', |
| 153 | + lonlat=(4.0, 54.0, 32.0, 71.0), area_epsg=10596), |
| 154 | + 'southern_europe': dict( |
| 155 | + bounds=(-2698894, -2211793, 739758, -416605), crs=10596, |
| 156 | + default_resolution=5000, label='Southern Europe (GLANCE Europe LAEA)', |
| 157 | + lonlat=(-10.0, 35.0, 28.0, 47.0), area_epsg=10596), |
| 158 | + # Antarctica uses the de-facto standard Antarctic Polar Stereographic |
| 159 | + # (EPSG:3031, conformal), so preserve='area' falls back to the EPSG-coded |
| 160 | + # south-polar equal-area grid (EPSG:6932) rather than claiming 3031 is |
| 161 | + # equal-area. shape_epsg is 3031 itself (already conformal). |
| 162 | + 'antarctica': dict( |
| 163 | + bounds=(-3333134, -3333134, 3333134, 3333134), crs=3031, |
| 164 | + default_resolution=10000, label='Antarctica (Polar Stereographic)', |
| 165 | + lonlat=(-180.0, -90.0, 180.0, -60.0), area_epsg=6932, shape_epsg=3031), |
110 | 166 | # The default (non-preserve) world grid spans the full +/-90 in EPSG:4326. |
111 | 167 | # The preserve path uses a +/-85 latitude band (the conventional Web |
112 | 168 | # Mercator limit) so 'shape' (World Mercator) does not diverge at the poles. |
|
0 commit comments