-
Notifications
You must be signed in to change notification settings - Fork 1
/
areas.yaml
56 lines (56 loc) · 1.11 KB
/
areas.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
ease_nh:
description: Arctic EASE grid
projection:
proj: laea
lat_0: 90.0
lon_0: 0.0
a: 6371228.0
b: 6371228.0
shape:
height: 425
width: 425
area_extent:
lower_left_xy: [-5326849.0625, -5326849.0625]
upper_right_xy: [5326849.0625, 5326849.0625]
units: m
ease_sh:
description: Antarctic EASE grid
projection:
proj: laea
lat_0: -90.0
lon_0: 0.0
a: 6371228.0
b: 6371228.0
shape:
height: 425
width: 425
area_extent:
lower_left_xy: [-5326849.0625, -5326849.0625]
upper_right_xy: [5326849.0625, 5326849.0625]
units: m
robinson:
description: robinson
projection:
proj: robin
lat_0: 0.0
lon_0: 0.0
ellps: WGS84
shape:
height: 3296
width: 4096
area_extent:
lower_left_xy: [-17900000.0, -8800000.0]
upper_right_xy: [17900000.0, 8800000.0]
pc_world:
description: Plate Carree world map
projection:
proj: eqc
ellps: WGS84
lat_0: 0.0
lon_0: 0.0
shape:
height: 36
width: 72
area_extent:
lower_left_xy: [-20037508.34, -10018754.17]
upper_right_xy: [20037508.34, 10018754.17]