1; Moonrise/moonset of several locations for Gcal-2.20 or newer
2;
3; $Id: mrms.rc 0.01 2000/03/06 00:00:01 tom Exp $
4;
5; Copyright (c) 2000   Thomas Esken      <esken@uni-muenster.de>
6;                      Im Hagenfeld 84
7;                      D-48147 M"unster
8;                      GERMANY
9;
10; This software doesn't claim completeness, correctness or usability.
11; On principle I will not be liable for ANY damages or losses (implicit
12; or explicit), which result from using or handling my software.
13; If you use this software, you agree without any exception to this
14; agreement, which binds you LEGALLY !!
15;
16; This program is free software; you can redistribute it and/or modify
17; it under the terms of the `GNU General Public License' as published by
18; the `Free Software Foundation'; either version 3, or (at your option)
19; any later version.
20;
21; You should have received a copy of the `GNU General Public License'
22; along with this program; if not, write to the:
23;
24;
25;
26; *** If you modify this file you have to rename the modified version.
27; *** If you make any improvements I would like to hear from you.
28; *** But I do not promise any support.
29;
30; *** Keep in mind that all rise/set times computed are approximate times only,
31; *** because the location's altitude is not set and therefore taken as zero.
32; *** You may correct this :)
33
34; The line templates.
35;
36$f=/
37$p=0*d1#999
38$a=%@$t $f%($c,$t $f%)$c,$t $f$l
39
40; Usage of variables in the lines below:
41;
42; $l -> Name of location (use '_' characters instead of ' ' characters).
43; $c -> ISO-6709 coordinate for geographical point locations
44; $t -> Number of minutes the location is distant from UT/GMT,
45;         +NUM if location is East of Greenwich, 0 or -NUM otherwise.
46; a  -> Date at which daylight saving time starts; don't define if none.
47; b  -> Date at which daylight saving time ends; don't define if none.
48
49; And now, the locations (add/remove/exchange any if you like).
50;
51$l=Samoa
52$c=-1350-17144
53$t=-660
54$p $a
55;
56$l=Honolulu
57$c=+211825-1575130
58$t=-600
59$p $a
60;
61$l=Anchorage
62$c=+611305-1495401
63$t=-540
64a=04sun1
65b=10sun9
66$p %e0@a#0@b-1 $a
67$t+=60
68$p %i0@a#0@b-1 $a
69;
70$l=San_Francisco
71$c=+3747-12230
72$t=-480
73a=04sun1
74b=10sun9
75$p %e0@a#0@b-1 $a
76$t+=60
77$p %i0@a#0@b-1 $a
78;
79$l=Denver
80$c=+394421-1045903
81$t=-420
82a=04sun1
83b=10sun9
84$p %e0@a#0@b-1 $a
85$t+=60
86$p %i0@a#0@b-1 $a
87;
88$l=Managua
89$c=+1206-08620
90$t=-300
91$p $a
92;
93$l=Chicago
94$c=+415100-0873900
95$t=-360
96a=04sun1
97b=10sun9
98$p %e0@a#0@b-1 $a
99$t+=60
100$p %i0@a#0@b-1 $a
101;
102$l=Montreal
103$c=+4531-07334
104$t=-300
105a=04sun1
106b=10sun9
107$p %e0@a#0@b-1 $a
108$t+=60
109$p %i0@a#0@b-1 $a
110;
111$l=New_York
112$c=+404251-0740023
113$t=-300
114a=04sun1
115b=10sun9
116$p %e0@a#0@b-1 $a
117$t+=60
118$p %i0@a#0@b-1 $a
119;
120$l=Bermuda
121$c=+3217-06446
122$t=-240
123a=04sun1
124b=10sun9
125$p %e0@a#0@b-1 $a
126$t+=60
127$p %i0@a#0@b-1 $a
128;
129$l=Rio_de_Janeiro
130$c=-2300-04312
131$t=-180
132a=02sat2
133b=10sun1
134$p %i0@a#0@b-1 $a
135$t+=60
136$p %e0@a#0@b-1 $a
137;
138$l=Azores
139$c=+3744-02540
140$t=-60
141a=03sun9
142b=10sun9
143$p %e0@a#0@b-1 $a
144$t+=60
145$p %i0@a#0@b-1 $a
146;
147$l=Dakar
148$c=+1440-01726
149$t=0
150$p $a
151;
152$l=London
153$c=+512830-0001845
154$t=0
155a=03sun9
156b=10sun9
157$p %e0@a#0@b-1 $a
158$t+=60
159$p %i0@a#0@b-1 $a
160;
161$l=Lisbon
162$c=+3843-00908
163$t=0
164a=03sun9
165b=10sun9
166$p %e0@a#0@b-1 $a
167$t+=60
168$p %i0@a#0@b-1 $a
169;
170$l=M�nster
171$c=+5158+00738
172$t=60
173a=03sun9
174b=10sun9
175$p %e0@a#0@b-1 $a
176$t+=60
177$p %i0@a#0@b-1 $a
178;
179$l=Madrid
180$c=+4024-00341
181$t=60
182a=03sun9
183b=10sun9
184$p %e0@a#0@b-1 $a
185$t+=60
186$p %i0@a#0@b-1 $a
187;
188$l=Stockholm
189$c=+5920+01803
190$t=60
191a=03sun9
192b=10sun9
193$p %e0@a#0@b-1 $a
194$t+=60
195$p %i0@a#0@b-1 $a
196;
197$l=Johannesburg
198$c=-2615+02800
199$t=120
200$p $a
201;
202$l=Istanbul
203$c=+4101+02858
204$t=120
205a=03sun9
206b=10sun9
207$p %e0@a#0@b-1 $a
208$t+=60
209$p %i0@a#0@b-1 $a
210;
211$l=Helsinki
212$c=+6010+02458
213$t=120
214a=03sun9
215b=10sun9
216$p %e0@a#0@b-1 $a
217$t+=60
218$p %i0@a#0@b-1 $a
219;
220$l=Athens
221$c=+3758+02343
222$t=120
223a=03sun9
224b=10sun9
225$p %e0@a#0@b-1 $a
226$t+=60
227$p %i0@a#0@b-1 $a
228;
229$l=Nairobi
230$c=-0117+03649
231$t=180
232$p $a
233;
234$l=Moscow
235$c=+5545+03735
236$t=180
237a=03sun9
238b=10sun9
239$p %e0@a#0@b-1 $a
240$t+=60
241$p %i0@a#0@b-1 $a
242;
243$l=Tehran
244$c=+3540+05126
245$t=210
246a=0321
247b=0922
248$p %e0@a#0@b-1 $a
249$t+=60
250$p %i0@a#0@b-1 $a
251;
252$l=Bombay
253$c=+1855+07250
254$t=330
255$p $a
256;
257$l=Bangkok
258$c=+1345+10031
259$t=420
260$p $a
261;
262$l=Beijing
263$c=+3955+11620
264$t=480
265$p $a
266;
267$l=Hongkong
268$c=+2217+11409
269$t=480
270$p $a
271;
272$l=Tokyo
273$c=+3542+13946
274$t=540
275$p $a
276;
277$l=Seoul
278$c=+3733+12658
279$t=540
280$p $a
281;
282$l=Sydney
283$c=-3352+15113
284$t=600
285a=03sun9
286b=10sun9
287$p %i0@a#0@b-1 $a
288$t+=60
289$p %e0@a#0@b-1 $a
290;
291$l=Wellington
292$c=-4119+17446
293$t=720
294a=03sun3
295b=10sun1
296$p %i0@a#0@b-1 $a
297$t+=60
298$p %e0@a#0@b-1 $a
299