-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathareas.cfg.sample
More file actions
53 lines (48 loc) · 1.21 KB
/
areas.cfg.sample
File metadata and controls
53 lines (48 loc) · 1.21 KB
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
REGION: pc_world {
NAME: Plate Carree world map
PCS_ID: pc_world
PCS_DEF: proj=eqc
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-20037508.34, -10018754.17, 20037508.34, 10018754.17)
};
REGION: ortho2_eu {
NAME: Ortho globe
PCS_ID: ortho_globe
PCS_DEF: proj=ortho, a=6370997.0, lon_0=12, lat_0=56
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-5000000, -5000000, 5000000, 5000000)
};
REGION: ortho2_na {
NAME: Ortho globe
PCS_ID: ortho_globe
PCS_DEF: proj=ortho, a=6370997.0, lon_0=-100, lat_0=40
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-5000000, -5000000, 5000000, 5000000)
};
REGION: ortho2_sa {
NAME: Ortho globe
PCS_ID: ortho_globe
PCS_DEF: proj=ortho, a=6370997.0, lon_0=-60, lat_0=-15
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-5000000, -5000000, 5000000, 5000000)
};
REGION: ortho2_africa {
NAME: Ortho globe
PCS_ID: ortho_globe
PCS_DEF: proj=ortho, a=6370997.0, lon_0=20, lat_0=10
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-5000000, -5000000, 5000000, 5000000)
};
REGION: ortho2_singa {
NAME: Ortho globe
PCS_ID: ortho_globe
PCS_DEF: proj=ortho, a=6370997.0, lon_0=105, lat_0=0
XSIZE: 640
YSIZE: 480
AREA_EXTENT: (-5000000, -5000000, 5000000, 5000000)
};