zakuro 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/doc/dropped_date.md +25 -0
- data/doc/operation/csv/month.csv +1 -1
- data/doc/operation/operation.xlsx +0 -0
- data/doc/vanished_date.md +26 -0
- data/lib/zakuro/calculation/cycle/abstract_remainder.rb +26 -0
- data/lib/zakuro/calculation/cycle/abstract_solar_term.rb +1 -1
- data/lib/zakuro/calculation/era/gengou/dated_scroll.rb +6 -2
- data/lib/zakuro/calculation/era/gengou/internal/counter.rb +5 -5
- data/lib/zakuro/calculation/era/gengou/internal/reserve/abstract_list.rb +12 -5
- data/lib/zakuro/calculation/era/gengou/internal/reserve/abstract_range.rb +9 -3
- data/lib/zakuro/calculation/era/gengou/internal/reserve/dated_list.rb +3 -2
- data/lib/zakuro/calculation/era/gengou/internal/reserve/dated_range.rb +4 -2
- data/lib/zakuro/calculation/era/gengou/internal/reserve/named_list.rb +5 -3
- data/lib/zakuro/calculation/era/gengou/internal/reserve/named_range.rb +9 -4
- data/lib/zakuro/calculation/era/gengou/named_scroll.rb +5 -2
- data/lib/zakuro/calculation/monthly/initialized_month.rb +4 -2
- data/lib/zakuro/calculation/monthly/meta/all_solar_term.rb +64 -0
- data/lib/zakuro/calculation/monthly/meta/meta_collector.rb +80 -0
- data/lib/zakuro/calculation/monthly/meta.rb +60 -0
- data/lib/zakuro/calculation/monthly/month.rb +60 -5
- data/lib/zakuro/calculation/monthly/operated_month.rb +5 -19
- data/lib/zakuro/calculation/option/dropped_date/location.rb +12 -23
- data/lib/zakuro/calculation/option/vanished_date/location.rb +9 -2
- data/lib/zakuro/calculation/range/abstract_full_range.rb +19 -2
- data/lib/zakuro/calculation/range/abstract_operation_range.rb +20 -2
- data/lib/zakuro/calculation/range/dated_full_range.rb +3 -1
- data/lib/zakuro/calculation/range/dated_operation_range.rb +3 -1
- data/lib/zakuro/calculation/range/medieval_annual_range.rb +1 -1
- data/lib/zakuro/calculation/range/named_full_range.rb +3 -1
- data/lib/zakuro/calculation/range/named_operation_range.rb +3 -1
- data/lib/zakuro/calculation/range/transfer/gengou_scroller.rb +2 -1
- data/lib/zakuro/calculation/range/transfer/year_boundary.rb +10 -8
- data/lib/zakuro/calculation/stella/solar/abstract_average.rb +8 -34
- data/lib/zakuro/calculation/summary/internal/option.rb +24 -5
- data/lib/zakuro/calculation/summary/western/specifier/single_day.rb +1 -1
- data/lib/zakuro/era/japan/gengou/alignment/linear_gengou.rb +1 -1
- data/lib/zakuro/era/japan/gengou/alignment.rb +14 -2
- data/lib/zakuro/era/japan/gengou/resource/parser.rb +83 -25
- data/lib/zakuro/era/japan/gengou/resource/type.rb +81 -26
- data/lib/zakuro/era/japan/gengou/resource/validator.rb +100 -21
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-001-until-south.yaml +1123 -375
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-002-from-north.yaml +487 -163
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-003-modern.yaml +30 -10
- data/lib/zakuro/era/japan/gengou/resource.rb +16 -0
- data/lib/zakuro/era/japan/gengou.rb +7 -4
- data/lib/zakuro/operation/yaml/month.yaml +1 -1
- data/lib/zakuro/output/logger.rb +21 -3
- data/lib/zakuro/tools/remainder_comparer.rb +97 -0
- metadata +6 -2
@@ -5,16 +5,24 @@ last_year:
|
|
5
5
|
japan: 1
|
6
6
|
western: 1865
|
7
7
|
last_date:
|
8
|
-
|
9
|
-
|
8
|
+
calculation:
|
9
|
+
japan: ''
|
10
|
+
western: ''
|
11
|
+
operation:
|
12
|
+
japan: 慶応01年09月07日
|
13
|
+
western: '1868-10-22'
|
10
14
|
list:
|
11
15
|
- name: 正慶
|
12
16
|
start_year:
|
13
17
|
japan: 1
|
14
18
|
western: 1332
|
15
19
|
start_date:
|
16
|
-
|
17
|
-
|
20
|
+
calculation:
|
21
|
+
japan: ''
|
22
|
+
western: ''
|
23
|
+
operation:
|
24
|
+
japan: 正慶01年04月28日
|
25
|
+
western: '1332-5-23'
|
18
26
|
disuse:
|
19
27
|
new_year_date: '1332-1-28'
|
20
28
|
note: ''
|
@@ -23,8 +31,12 @@ list:
|
|
23
31
|
japan: 1
|
24
32
|
western: 1334
|
25
33
|
start_date:
|
26
|
-
|
27
|
-
|
34
|
+
calculation:
|
35
|
+
japan: ''
|
36
|
+
western: ''
|
37
|
+
operation:
|
38
|
+
japan: 建武01年01月29日
|
39
|
+
western: '1334-3-5'
|
28
40
|
disuse:
|
29
41
|
new_year_date: '1334-2-5'
|
30
42
|
note: ''
|
@@ -33,18 +45,26 @@ list:
|
|
33
45
|
japan: 1
|
34
46
|
western: 1338
|
35
47
|
start_date:
|
36
|
-
|
37
|
-
|
48
|
+
calculation:
|
49
|
+
japan: 暦応01年閏08月27日
|
50
|
+
western: ''
|
51
|
+
operation:
|
52
|
+
japan: 暦応01年08月28日
|
53
|
+
western: '1338-10-11'
|
38
54
|
disuse:
|
39
55
|
new_year_date: '1338-1-22'
|
40
|
-
note: ''
|
56
|
+
note: '大日本史料第6編の5(計算: 暦応01年閏08月27日 / 運用: 暦応01年08月28日)'
|
41
57
|
- name: 康永
|
42
58
|
start_year:
|
43
59
|
japan: 1
|
44
60
|
western: 1342
|
45
61
|
start_date:
|
46
|
-
|
47
|
-
|
62
|
+
calculation:
|
63
|
+
japan: ''
|
64
|
+
western: ''
|
65
|
+
operation:
|
66
|
+
japan: 康永01年04月27日
|
67
|
+
western: '1342-6-1'
|
48
68
|
disuse:
|
49
69
|
new_year_date: '1342-2-6'
|
50
70
|
note: ''
|
@@ -53,8 +73,12 @@ list:
|
|
53
73
|
japan: 1
|
54
74
|
western: 1345
|
55
75
|
start_date:
|
56
|
-
|
57
|
-
|
76
|
+
calculation:
|
77
|
+
japan: ''
|
78
|
+
western: ''
|
79
|
+
operation:
|
80
|
+
japan: 貞和01年10月21日
|
81
|
+
western: '1345-11-15'
|
58
82
|
disuse:
|
59
83
|
new_year_date: '1345-2-3'
|
60
84
|
note: ''
|
@@ -63,8 +87,12 @@ list:
|
|
63
87
|
japan: 1
|
64
88
|
western: 1350
|
65
89
|
start_date:
|
66
|
-
|
67
|
-
|
90
|
+
calculation:
|
91
|
+
japan: ''
|
92
|
+
western: ''
|
93
|
+
operation:
|
94
|
+
japan: 観応01年02月27日
|
95
|
+
western: '1350-4-4'
|
68
96
|
disuse:
|
69
97
|
new_year_date: '1350-2-8'
|
70
98
|
note: ''
|
@@ -73,8 +101,12 @@ list:
|
|
73
101
|
japan: 1
|
74
102
|
western: 1352
|
75
103
|
start_date:
|
76
|
-
|
77
|
-
|
104
|
+
calculation:
|
105
|
+
japan: ''
|
106
|
+
western: ''
|
107
|
+
operation:
|
108
|
+
japan: 文和01年09月27日
|
109
|
+
western: '1352-11-4'
|
78
110
|
disuse:
|
79
111
|
new_year_date: '1352-1-18'
|
80
112
|
note: ''
|
@@ -83,8 +115,12 @@ list:
|
|
83
115
|
japan: 1
|
84
116
|
western: 1356
|
85
117
|
start_date:
|
86
|
-
|
87
|
-
|
118
|
+
calculation:
|
119
|
+
japan: ''
|
120
|
+
western: ''
|
121
|
+
operation:
|
122
|
+
japan: 延文01年03月28日
|
123
|
+
western: '1356-4-29'
|
88
124
|
disuse:
|
89
125
|
new_year_date: '1356-2-2'
|
90
126
|
note: ''
|
@@ -93,8 +129,12 @@ list:
|
|
93
129
|
japan: 1
|
94
130
|
western: 1361
|
95
131
|
start_date:
|
96
|
-
|
97
|
-
|
132
|
+
calculation:
|
133
|
+
japan: ''
|
134
|
+
western: ''
|
135
|
+
operation:
|
136
|
+
japan: 康安01年03月29日
|
137
|
+
western: '1361-5-4'
|
98
138
|
disuse:
|
99
139
|
new_year_date: '1361-2-6'
|
100
140
|
note: ''
|
@@ -103,8 +143,12 @@ list:
|
|
103
143
|
japan: 1
|
104
144
|
western: 1362
|
105
145
|
start_date:
|
106
|
-
|
107
|
-
|
146
|
+
calculation:
|
147
|
+
japan: ''
|
148
|
+
western: ''
|
149
|
+
operation:
|
150
|
+
japan: 貞治01年09月23日
|
151
|
+
western: '1362-10-11'
|
108
152
|
disuse:
|
109
153
|
new_year_date: '1362-1-27'
|
110
154
|
note: ''
|
@@ -113,8 +157,12 @@ list:
|
|
113
157
|
japan: 1
|
114
158
|
western: 1368
|
115
159
|
start_date:
|
116
|
-
|
117
|
-
|
160
|
+
calculation:
|
161
|
+
japan: ''
|
162
|
+
western: ''
|
163
|
+
operation:
|
164
|
+
japan: 応安01年02月18日
|
165
|
+
western: '1368-3-7'
|
118
166
|
disuse:
|
119
167
|
new_year_date: '1368-1-21'
|
120
168
|
note: ''
|
@@ -123,8 +171,12 @@ list:
|
|
123
171
|
japan: 1
|
124
172
|
western: 1375
|
125
173
|
start_date:
|
126
|
-
|
127
|
-
|
174
|
+
calculation:
|
175
|
+
japan: ''
|
176
|
+
western: ''
|
177
|
+
operation:
|
178
|
+
japan: 永和01年02月27日
|
179
|
+
western: '1375-3-29'
|
128
180
|
disuse:
|
129
181
|
new_year_date: '1375-2-2'
|
130
182
|
note: ''
|
@@ -133,8 +185,12 @@ list:
|
|
133
185
|
japan: 1
|
134
186
|
western: 1379
|
135
187
|
start_date:
|
136
|
-
|
137
|
-
|
188
|
+
calculation:
|
189
|
+
japan: ''
|
190
|
+
western: ''
|
191
|
+
operation:
|
192
|
+
japan: 康暦01年03月22日
|
193
|
+
western: '1379-4-9'
|
138
194
|
disuse:
|
139
195
|
new_year_date: '1379-1-19'
|
140
196
|
note: ''
|
@@ -143,8 +199,12 @@ list:
|
|
143
199
|
japan: 1
|
144
200
|
western: 1381
|
145
201
|
start_date:
|
146
|
-
|
147
|
-
|
202
|
+
calculation:
|
203
|
+
japan: ''
|
204
|
+
western: ''
|
205
|
+
operation:
|
206
|
+
japan: 永徳01年02月24日
|
207
|
+
western: '1381-3-20'
|
148
208
|
disuse:
|
149
209
|
new_year_date: '1381-1-26'
|
150
210
|
note: ''
|
@@ -153,8 +213,12 @@ list:
|
|
153
213
|
japan: 1
|
154
214
|
western: 1384
|
155
215
|
start_date:
|
156
|
-
|
157
|
-
|
216
|
+
calculation:
|
217
|
+
japan: ''
|
218
|
+
western: ''
|
219
|
+
operation:
|
220
|
+
japan: 至徳01年02月27日
|
221
|
+
western: '1384-3-19'
|
158
222
|
disuse:
|
159
223
|
new_year_date: '1384-1-23'
|
160
224
|
note: ''
|
@@ -163,8 +227,12 @@ list:
|
|
163
227
|
japan: 1
|
164
228
|
western: 1387
|
165
229
|
start_date:
|
166
|
-
|
167
|
-
|
230
|
+
calculation:
|
231
|
+
japan: ''
|
232
|
+
western: ''
|
233
|
+
operation:
|
234
|
+
japan: 嘉慶01年08月23日
|
235
|
+
western: '1387-10-5'
|
168
236
|
disuse:
|
169
237
|
new_year_date: '1387-1-21'
|
170
238
|
note: ''
|
@@ -173,8 +241,12 @@ list:
|
|
173
241
|
japan: 1
|
174
242
|
western: 1389
|
175
243
|
start_date:
|
176
|
-
|
177
|
-
|
244
|
+
calculation:
|
245
|
+
japan: ''
|
246
|
+
western: ''
|
247
|
+
operation:
|
248
|
+
japan: 康応01年02月09日
|
249
|
+
western: '1389-3-7'
|
178
250
|
disuse:
|
179
251
|
new_year_date: '1389-1-28'
|
180
252
|
note: ''
|
@@ -183,8 +255,12 @@ list:
|
|
183
255
|
japan: 1
|
184
256
|
western: 1390
|
185
257
|
start_date:
|
186
|
-
|
187
|
-
|
258
|
+
calculation:
|
259
|
+
japan: ''
|
260
|
+
western: ''
|
261
|
+
operation:
|
262
|
+
japan: 明徳01年03月26日
|
263
|
+
western: '1390-4-12'
|
188
264
|
disuse:
|
189
265
|
new_year_date: '1390-1-17'
|
190
266
|
note: ''
|
@@ -193,8 +269,12 @@ list:
|
|
193
269
|
japan: 1
|
194
270
|
western: 1394
|
195
271
|
start_date:
|
196
|
-
|
197
|
-
|
272
|
+
calculation:
|
273
|
+
japan: ''
|
274
|
+
western: ''
|
275
|
+
operation:
|
276
|
+
japan: 応永01年07月05日
|
277
|
+
western: '1394-8-2'
|
198
278
|
disuse:
|
199
279
|
new_year_date: '1394-2-1'
|
200
280
|
note: ''
|
@@ -203,8 +283,12 @@ list:
|
|
203
283
|
japan: 1
|
204
284
|
western: 1428
|
205
285
|
start_date:
|
206
|
-
|
207
|
-
|
286
|
+
calculation:
|
287
|
+
japan: ''
|
288
|
+
western: ''
|
289
|
+
operation:
|
290
|
+
japan: 正長01年04月27日
|
291
|
+
western: '1428-6-10'
|
208
292
|
disuse:
|
209
293
|
new_year_date: '1428-1-17'
|
210
294
|
note: ''
|
@@ -213,8 +297,12 @@ list:
|
|
213
297
|
japan: 1
|
214
298
|
western: 1429
|
215
299
|
start_date:
|
216
|
-
|
217
|
-
|
300
|
+
calculation:
|
301
|
+
japan: ''
|
302
|
+
western: ''
|
303
|
+
operation:
|
304
|
+
japan: 永享01年09月05日
|
305
|
+
western: '1429-10-3'
|
218
306
|
disuse:
|
219
307
|
new_year_date: '1429-2-4'
|
220
308
|
note: ''
|
@@ -223,8 +311,12 @@ list:
|
|
223
311
|
japan: 1
|
224
312
|
western: 1441
|
225
313
|
start_date:
|
226
|
-
|
227
|
-
|
314
|
+
calculation:
|
315
|
+
japan: ''
|
316
|
+
western: ''
|
317
|
+
operation:
|
318
|
+
japan: 嘉吉01年02月17日
|
319
|
+
western: '1441-3-10'
|
228
320
|
disuse:
|
229
321
|
new_year_date: '1441-1-23'
|
230
322
|
note: ''
|
@@ -233,8 +325,12 @@ list:
|
|
233
325
|
japan: 1
|
234
326
|
western: 1444
|
235
327
|
start_date:
|
236
|
-
|
237
|
-
|
328
|
+
calculation:
|
329
|
+
japan: ''
|
330
|
+
western: ''
|
331
|
+
operation:
|
332
|
+
japan: 文安01年02月05日
|
333
|
+
western: '1444-2-23'
|
238
334
|
disuse:
|
239
335
|
new_year_date: '1444-1-20'
|
240
336
|
note: ''
|
@@ -243,8 +339,12 @@ list:
|
|
243
339
|
japan: 1
|
244
340
|
western: 1449
|
245
341
|
start_date:
|
246
|
-
|
247
|
-
|
342
|
+
calculation:
|
343
|
+
japan: ''
|
344
|
+
western: ''
|
345
|
+
operation:
|
346
|
+
japan: 宝徳01年07月28日
|
347
|
+
western: '1449-8-16'
|
248
348
|
disuse:
|
249
349
|
new_year_date: '1449-1-25'
|
250
350
|
note: ''
|
@@ -253,8 +353,12 @@ list:
|
|
253
353
|
japan: 1
|
254
354
|
western: 1452
|
255
355
|
start_date:
|
256
|
-
|
257
|
-
|
356
|
+
calculation:
|
357
|
+
japan: ''
|
358
|
+
western: ''
|
359
|
+
operation:
|
360
|
+
japan: 享徳01年07月25日
|
361
|
+
western: '1452-8-10'
|
258
362
|
disuse:
|
259
363
|
new_year_date: '1452-1-22'
|
260
364
|
note: ''
|
@@ -263,8 +367,12 @@ list:
|
|
263
367
|
japan: 1
|
264
368
|
western: 1455
|
265
369
|
start_date:
|
266
|
-
|
267
|
-
|
370
|
+
calculation:
|
371
|
+
japan: ''
|
372
|
+
western: ''
|
373
|
+
operation:
|
374
|
+
japan: 康正01年07月25日
|
375
|
+
western: '1455-9-6'
|
268
376
|
disuse:
|
269
377
|
new_year_date: '1455-1-18'
|
270
378
|
note: ''
|
@@ -273,8 +381,12 @@ list:
|
|
273
381
|
japan: 1
|
274
382
|
western: 1457
|
275
383
|
start_date:
|
276
|
-
|
277
|
-
|
384
|
+
calculation:
|
385
|
+
japan: ''
|
386
|
+
western: ''
|
387
|
+
operation:
|
388
|
+
japan: 長禄01年09月28日
|
389
|
+
western: '1457-10-16'
|
278
390
|
disuse:
|
279
391
|
new_year_date: '1457-1-26'
|
280
392
|
note: ''
|
@@ -283,8 +395,12 @@ list:
|
|
283
395
|
japan: 1
|
284
396
|
western: 1460
|
285
397
|
start_date:
|
286
|
-
|
287
|
-
|
398
|
+
calculation:
|
399
|
+
japan: ''
|
400
|
+
western: ''
|
401
|
+
operation:
|
402
|
+
japan: 寛正01年12月21日
|
403
|
+
western: '1461-2-1'
|
288
404
|
disuse:
|
289
405
|
new_year_date: '1460-1-24'
|
290
406
|
note: ''
|
@@ -293,8 +409,12 @@ list:
|
|
293
409
|
japan: 1
|
294
410
|
western: 1466
|
295
411
|
start_date:
|
296
|
-
|
297
|
-
|
412
|
+
calculation:
|
413
|
+
japan: ''
|
414
|
+
western: ''
|
415
|
+
operation:
|
416
|
+
japan: 文正01年02月28日
|
417
|
+
western: '1466-3-14'
|
298
418
|
disuse:
|
299
419
|
new_year_date: '1466-1-17'
|
300
420
|
note: ''
|
@@ -303,8 +423,12 @@ list:
|
|
303
423
|
japan: 1
|
304
424
|
western: 1467
|
305
425
|
start_date:
|
306
|
-
|
307
|
-
|
426
|
+
calculation:
|
427
|
+
japan: ''
|
428
|
+
western: ''
|
429
|
+
operation:
|
430
|
+
japan: 応仁01年03月05日
|
431
|
+
western: '1467-4-9'
|
308
432
|
disuse:
|
309
433
|
new_year_date: '1467-2-5'
|
310
434
|
note: ''
|
@@ -313,8 +437,12 @@ list:
|
|
313
437
|
japan: 1
|
314
438
|
western: 1469
|
315
439
|
start_date:
|
316
|
-
|
317
|
-
|
440
|
+
calculation:
|
441
|
+
japan: ''
|
442
|
+
western: ''
|
443
|
+
operation:
|
444
|
+
japan: 文明01年04月28日
|
445
|
+
western: '1469-6-8'
|
318
446
|
disuse:
|
319
447
|
new_year_date: '1469-2-12'
|
320
448
|
note: ''
|
@@ -323,8 +451,12 @@ list:
|
|
323
451
|
japan: 1
|
324
452
|
western: 1487
|
325
453
|
start_date:
|
326
|
-
|
327
|
-
|
454
|
+
calculation:
|
455
|
+
japan: ''
|
456
|
+
western: ''
|
457
|
+
operation:
|
458
|
+
japan: 長享01年07月20日
|
459
|
+
western: '1487-8-9'
|
328
460
|
disuse:
|
329
461
|
new_year_date: '1487-1-25'
|
330
462
|
note: ''
|
@@ -333,8 +465,12 @@ list:
|
|
333
465
|
japan: 1
|
334
466
|
western: 1489
|
335
467
|
start_date:
|
336
|
-
|
337
|
-
|
468
|
+
calculation:
|
469
|
+
japan: ''
|
470
|
+
western: ''
|
471
|
+
operation:
|
472
|
+
japan: 延徳01年08月21日
|
473
|
+
western: '1489-9-16'
|
338
474
|
disuse:
|
339
475
|
new_year_date: '1489-2-1'
|
340
476
|
note: ''
|
@@ -343,8 +479,12 @@ list:
|
|
343
479
|
japan: 1
|
344
480
|
western: 1492
|
345
481
|
start_date:
|
346
|
-
|
347
|
-
|
482
|
+
calculation:
|
483
|
+
japan: ''
|
484
|
+
western: ''
|
485
|
+
operation:
|
486
|
+
japan: 明応01年07月19日
|
487
|
+
western: '1492-8-12'
|
348
488
|
disuse:
|
349
489
|
new_year_date: '1492-1-30'
|
350
490
|
note: ''
|
@@ -353,8 +493,12 @@ list:
|
|
353
493
|
japan: 1
|
354
494
|
western: 1501
|
355
495
|
start_date:
|
356
|
-
|
357
|
-
|
496
|
+
calculation:
|
497
|
+
japan: ''
|
498
|
+
western: ''
|
499
|
+
operation:
|
500
|
+
japan: 文亀01年02月29日
|
501
|
+
western: '1501-3-18'
|
358
502
|
disuse:
|
359
503
|
new_year_date: '1501-1-19'
|
360
504
|
note: ''
|
@@ -363,8 +507,12 @@ list:
|
|
363
507
|
japan: 1
|
364
508
|
western: 1504
|
365
509
|
start_date:
|
366
|
-
|
367
|
-
|
510
|
+
calculation:
|
511
|
+
japan: ''
|
512
|
+
western: ''
|
513
|
+
operation:
|
514
|
+
japan: 永正01年02月30日
|
515
|
+
western: '1504-3-16'
|
368
516
|
disuse:
|
369
517
|
new_year_date: '1504-1-18'
|
370
518
|
note: ''
|
@@ -373,8 +521,12 @@ list:
|
|
373
521
|
japan: 1
|
374
522
|
western: 1521
|
375
523
|
start_date:
|
376
|
-
|
377
|
-
|
524
|
+
calculation:
|
525
|
+
japan: ''
|
526
|
+
western: ''
|
527
|
+
operation:
|
528
|
+
japan: 大永01年08月23日
|
529
|
+
western: '1521-9-23'
|
378
530
|
disuse:
|
379
531
|
new_year_date: '1521-2-8'
|
380
532
|
note: ''
|
@@ -383,8 +535,12 @@ list:
|
|
383
535
|
japan: 1
|
384
536
|
western: 1528
|
385
537
|
start_date:
|
386
|
-
|
387
|
-
|
538
|
+
calculation:
|
539
|
+
japan: ''
|
540
|
+
western: ''
|
541
|
+
operation:
|
542
|
+
japan: 享禄01年08月20日
|
543
|
+
western: '1528-9-3'
|
388
544
|
disuse:
|
389
545
|
new_year_date: '1528-1-22'
|
390
546
|
note: ''
|
@@ -393,8 +549,12 @@ list:
|
|
393
549
|
japan: 1
|
394
550
|
western: 1532
|
395
551
|
start_date:
|
396
|
-
|
397
|
-
|
552
|
+
calculation:
|
553
|
+
japan: ''
|
554
|
+
western: ''
|
555
|
+
operation:
|
556
|
+
japan: 天文01年07月29日
|
557
|
+
western: '1532-8-29'
|
398
558
|
disuse:
|
399
559
|
new_year_date: '1532-2-6'
|
400
560
|
note: ''
|
@@ -403,8 +563,12 @@ list:
|
|
403
563
|
japan: 1
|
404
564
|
western: 1555
|
405
565
|
start_date:
|
406
|
-
|
407
|
-
|
566
|
+
calculation:
|
567
|
+
japan: ''
|
568
|
+
western: ''
|
569
|
+
operation:
|
570
|
+
japan: 弘治01年10月23日
|
571
|
+
western: '1555-11-7'
|
408
572
|
disuse:
|
409
573
|
new_year_date: '1555-1-23'
|
410
574
|
note: ''
|
@@ -413,8 +577,12 @@ list:
|
|
413
577
|
japan: 1
|
414
578
|
western: 1558
|
415
579
|
start_date:
|
416
|
-
|
417
|
-
|
580
|
+
calculation:
|
581
|
+
japan: ''
|
582
|
+
western: ''
|
583
|
+
operation:
|
584
|
+
japan: 永禄01年02月28日
|
585
|
+
western: '1558-3-18'
|
418
586
|
disuse:
|
419
587
|
new_year_date: '1558-1-20'
|
420
588
|
note: ''
|
@@ -423,8 +591,12 @@ list:
|
|
423
591
|
japan: 1
|
424
592
|
western: 1570
|
425
593
|
start_date:
|
426
|
-
|
427
|
-
|
594
|
+
calculation:
|
595
|
+
japan: ''
|
596
|
+
western: ''
|
597
|
+
operation:
|
598
|
+
japan: 元亀01年04月23日
|
599
|
+
western: '1570-5-27'
|
428
600
|
disuse:
|
429
601
|
new_year_date: '1570-2-5'
|
430
602
|
note: ''
|
@@ -433,8 +605,12 @@ list:
|
|
433
605
|
japan: 1
|
434
606
|
western: 1573
|
435
607
|
start_date:
|
436
|
-
|
437
|
-
|
608
|
+
calculation:
|
609
|
+
japan: ''
|
610
|
+
western: ''
|
611
|
+
operation:
|
612
|
+
japan: 天正01年07月28日
|
613
|
+
western: '1573-8-25'
|
438
614
|
disuse:
|
439
615
|
new_year_date: '1573-2-3'
|
440
616
|
note: ''
|
@@ -443,8 +619,12 @@ list:
|
|
443
619
|
japan: 1
|
444
620
|
western: 1592
|
445
621
|
start_date:
|
446
|
-
|
447
|
-
|
622
|
+
calculation:
|
623
|
+
japan: ''
|
624
|
+
western: ''
|
625
|
+
operation:
|
626
|
+
japan: 文禄01年12月08日
|
627
|
+
western: '1593-1-10'
|
448
628
|
disuse:
|
449
629
|
new_year_date: '1592-2-13'
|
450
630
|
note: ''
|
@@ -453,8 +633,12 @@ list:
|
|
453
633
|
japan: 1
|
454
634
|
western: 1596
|
455
635
|
start_date:
|
456
|
-
|
457
|
-
|
636
|
+
calculation:
|
637
|
+
japan: ''
|
638
|
+
western: ''
|
639
|
+
operation:
|
640
|
+
japan: 慶長01年10月27日
|
641
|
+
western: '1596-12-16'
|
458
642
|
disuse:
|
459
643
|
new_year_date: '1596-1-30'
|
460
644
|
note: ''
|
@@ -463,8 +647,12 @@ list:
|
|
463
647
|
japan: 1
|
464
648
|
western: 1615
|
465
649
|
start_date:
|
466
|
-
|
467
|
-
|
650
|
+
calculation:
|
651
|
+
japan: ''
|
652
|
+
western: ''
|
653
|
+
operation:
|
654
|
+
japan: 元和01年07月13日
|
655
|
+
western: '1615-9-5'
|
468
656
|
disuse:
|
469
657
|
new_year_date: '1615-1-29'
|
470
658
|
note: ''
|
@@ -473,8 +661,12 @@ list:
|
|
473
661
|
japan: 1
|
474
662
|
western: 1624
|
475
663
|
start_date:
|
476
|
-
|
477
|
-
|
664
|
+
calculation:
|
665
|
+
japan: ''
|
666
|
+
western: ''
|
667
|
+
operation:
|
668
|
+
japan: 寛永01年02月30日
|
669
|
+
western: '1624-4-17'
|
478
670
|
disuse:
|
479
671
|
new_year_date: '1624-2-19'
|
480
672
|
note: ''
|
@@ -483,8 +675,12 @@ list:
|
|
483
675
|
japan: 1
|
484
676
|
western: 1644
|
485
677
|
start_date:
|
486
|
-
|
487
|
-
|
678
|
+
calculation:
|
679
|
+
japan: ''
|
680
|
+
western: ''
|
681
|
+
operation:
|
682
|
+
japan: 正保01年12月16日
|
683
|
+
western: '1645-1-13'
|
488
684
|
disuse:
|
489
685
|
new_year_date: '1644-2-8'
|
490
686
|
note: ''
|
@@ -493,8 +689,12 @@ list:
|
|
493
689
|
japan: 1
|
494
690
|
western: 1648
|
495
691
|
start_date:
|
496
|
-
|
497
|
-
|
692
|
+
calculation:
|
693
|
+
japan: ''
|
694
|
+
western: ''
|
695
|
+
operation:
|
696
|
+
japan: 慶安01年02月15日
|
697
|
+
western: '1648-4-7'
|
498
698
|
disuse:
|
499
699
|
new_year_date: '1648-1-25'
|
500
700
|
note: ''
|
@@ -503,8 +703,12 @@ list:
|
|
503
703
|
japan: 1
|
504
704
|
western: 1652
|
505
705
|
start_date:
|
506
|
-
|
507
|
-
|
706
|
+
calculation:
|
707
|
+
japan: ''
|
708
|
+
western: ''
|
709
|
+
operation:
|
710
|
+
japan: 承応01年09月18日
|
711
|
+
western: '1652-10-20'
|
508
712
|
disuse:
|
509
713
|
new_year_date: '1652-2-10'
|
510
714
|
note: ''
|
@@ -513,8 +717,12 @@ list:
|
|
513
717
|
japan: 1
|
514
718
|
western: 1655
|
515
719
|
start_date:
|
516
|
-
|
517
|
-
|
720
|
+
calculation:
|
721
|
+
japan: ''
|
722
|
+
western: ''
|
723
|
+
operation:
|
724
|
+
japan: 明暦01年04月13日
|
725
|
+
western: '1655-5-18'
|
518
726
|
disuse:
|
519
727
|
new_year_date: '1655-2-7'
|
520
728
|
note: ''
|
@@ -523,8 +731,12 @@ list:
|
|
523
731
|
japan: 1
|
524
732
|
western: 1658
|
525
733
|
start_date:
|
526
|
-
|
527
|
-
|
734
|
+
calculation:
|
735
|
+
japan: ''
|
736
|
+
western: ''
|
737
|
+
operation:
|
738
|
+
japan: 万治01年07月23日
|
739
|
+
western: '1658-8-21'
|
528
740
|
disuse:
|
529
741
|
new_year_date: '1658-2-3'
|
530
742
|
note: ''
|
@@ -533,8 +745,12 @@ list:
|
|
533
745
|
japan: 1
|
534
746
|
western: 1661
|
535
747
|
start_date:
|
536
|
-
|
537
|
-
|
748
|
+
calculation:
|
749
|
+
japan: ''
|
750
|
+
western: ''
|
751
|
+
operation:
|
752
|
+
japan: 寛文01年04月25日
|
753
|
+
western: '1661-5-23'
|
538
754
|
disuse:
|
539
755
|
new_year_date: '1661-1-31'
|
540
756
|
note: ''
|
@@ -543,8 +759,12 @@ list:
|
|
543
759
|
japan: 1
|
544
760
|
western: 1673
|
545
761
|
start_date:
|
546
|
-
|
547
|
-
|
762
|
+
calculation:
|
763
|
+
japan: ''
|
764
|
+
western: ''
|
765
|
+
operation:
|
766
|
+
japan: 延宝01年09月21日
|
767
|
+
western: '1673-10-30'
|
548
768
|
disuse:
|
549
769
|
new_year_date: '1673-2-17'
|
550
770
|
note: ''
|
@@ -553,8 +773,12 @@ list:
|
|
553
773
|
japan: 1
|
554
774
|
western: 1681
|
555
775
|
start_date:
|
556
|
-
|
557
|
-
|
776
|
+
calculation:
|
777
|
+
japan: ''
|
778
|
+
western: ''
|
779
|
+
operation:
|
780
|
+
japan: 天和01年09月29日
|
781
|
+
western: '1681-11-9'
|
558
782
|
disuse:
|
559
783
|
new_year_date: '1681-2-19'
|
560
784
|
note: ''
|
@@ -563,8 +787,12 @@ list:
|
|
563
787
|
japan: 1
|
564
788
|
western: 1684
|
565
789
|
start_date:
|
566
|
-
|
567
|
-
|
790
|
+
calculation:
|
791
|
+
japan: ''
|
792
|
+
western: ''
|
793
|
+
operation:
|
794
|
+
japan: 貞享01年02月21日
|
795
|
+
western: '1684-4-5'
|
568
796
|
disuse:
|
569
797
|
new_year_date: '1684-2-16'
|
570
798
|
note: ''
|
@@ -573,8 +801,12 @@ list:
|
|
573
801
|
japan: 1
|
574
802
|
western: 1688
|
575
803
|
start_date:
|
576
|
-
|
577
|
-
|
804
|
+
calculation:
|
805
|
+
japan: ''
|
806
|
+
western: ''
|
807
|
+
operation:
|
808
|
+
japan: 元禄01年09月30日
|
809
|
+
western: '1688-10-23'
|
578
810
|
disuse:
|
579
811
|
new_year_date: '1688-2-2'
|
580
812
|
note: ''
|
@@ -583,8 +815,12 @@ list:
|
|
583
815
|
japan: 1
|
584
816
|
western: 1704
|
585
817
|
start_date:
|
586
|
-
|
587
|
-
|
818
|
+
calculation:
|
819
|
+
japan: ''
|
820
|
+
western: ''
|
821
|
+
operation:
|
822
|
+
japan: 宝永01年03月13日
|
823
|
+
western: '1704-4-16'
|
588
824
|
disuse:
|
589
825
|
new_year_date: '1704-2-5'
|
590
826
|
note: ''
|
@@ -593,8 +829,12 @@ list:
|
|
593
829
|
japan: 1
|
594
830
|
western: 1711
|
595
831
|
start_date:
|
596
|
-
|
597
|
-
|
832
|
+
calculation:
|
833
|
+
japan: ''
|
834
|
+
western: ''
|
835
|
+
operation:
|
836
|
+
japan: 正徳01年04月25日
|
837
|
+
western: '1711-6-11'
|
598
838
|
disuse:
|
599
839
|
new_year_date: '1711-2-17'
|
600
840
|
note: ''
|
@@ -603,8 +843,12 @@ list:
|
|
603
843
|
japan: 1
|
604
844
|
western: 1716
|
605
845
|
start_date:
|
606
|
-
|
607
|
-
|
846
|
+
calculation:
|
847
|
+
japan: ''
|
848
|
+
western: ''
|
849
|
+
operation:
|
850
|
+
japan: 享保01年06月22日
|
851
|
+
western: '1716-8-9'
|
608
852
|
disuse:
|
609
853
|
new_year_date: '1716-1-25'
|
610
854
|
note: ''
|
@@ -613,8 +857,12 @@ list:
|
|
613
857
|
japan: 1
|
614
858
|
western: 1736
|
615
859
|
start_date:
|
616
|
-
|
617
|
-
|
860
|
+
calculation:
|
861
|
+
japan: ''
|
862
|
+
western: ''
|
863
|
+
operation:
|
864
|
+
japan: 元文01年04月28日
|
865
|
+
western: '1736-6-7'
|
618
866
|
disuse:
|
619
867
|
new_year_date: '1736-2-12'
|
620
868
|
note: ''
|
@@ -623,8 +871,12 @@ list:
|
|
623
871
|
japan: 1
|
624
872
|
western: 1741
|
625
873
|
start_date:
|
626
|
-
|
627
|
-
|
874
|
+
calculation:
|
875
|
+
japan: ''
|
876
|
+
western: ''
|
877
|
+
operation:
|
878
|
+
japan: 寛保01年02月27日
|
879
|
+
western: '1741-4-12'
|
628
880
|
disuse:
|
629
881
|
new_year_date: '1741-2-16'
|
630
882
|
note: ''
|
@@ -633,8 +885,12 @@ list:
|
|
633
885
|
japan: 1
|
634
886
|
western: 1744
|
635
887
|
start_date:
|
636
|
-
|
637
|
-
|
888
|
+
calculation:
|
889
|
+
japan: ''
|
890
|
+
western: ''
|
891
|
+
operation:
|
892
|
+
japan: 延享01年02月21日
|
893
|
+
western: '1744-4-3'
|
638
894
|
disuse:
|
639
895
|
new_year_date: '1744-2-14'
|
640
896
|
note: ''
|
@@ -643,8 +899,12 @@ list:
|
|
643
899
|
japan: 1
|
644
900
|
western: 1748
|
645
901
|
start_date:
|
646
|
-
|
647
|
-
|
902
|
+
calculation:
|
903
|
+
japan: ''
|
904
|
+
western: ''
|
905
|
+
operation:
|
906
|
+
japan: 寛延01年07月12日
|
907
|
+
western: '1748-8-5'
|
648
908
|
disuse:
|
649
909
|
new_year_date: '1748-1-30'
|
650
910
|
note: ''
|
@@ -653,8 +913,12 @@ list:
|
|
653
913
|
japan: 1
|
654
914
|
western: 1751
|
655
915
|
start_date:
|
656
|
-
|
657
|
-
|
916
|
+
calculation:
|
917
|
+
japan: ''
|
918
|
+
western: ''
|
919
|
+
operation:
|
920
|
+
japan: 宝暦01年10月27日
|
921
|
+
western: '1751-12-14'
|
658
922
|
disuse:
|
659
923
|
new_year_date: '1751-1-27'
|
660
924
|
note: ''
|
@@ -663,8 +927,12 @@ list:
|
|
663
927
|
japan: 1
|
664
928
|
western: 1764
|
665
929
|
start_date:
|
666
|
-
|
667
|
-
|
930
|
+
calculation:
|
931
|
+
japan: ''
|
932
|
+
western: ''
|
933
|
+
operation:
|
934
|
+
japan: 明和01年06月02日
|
935
|
+
western: '1764-6-30'
|
668
936
|
disuse:
|
669
937
|
new_year_date: '1764-2-2'
|
670
938
|
note: ''
|
@@ -673,8 +941,12 @@ list:
|
|
673
941
|
japan: 1
|
674
942
|
western: 1772
|
675
943
|
start_date:
|
676
|
-
|
677
|
-
|
944
|
+
calculation:
|
945
|
+
japan: ''
|
946
|
+
western: ''
|
947
|
+
operation:
|
948
|
+
japan: 安永01年11月16日
|
949
|
+
western: '1772-12-10'
|
678
950
|
disuse:
|
679
951
|
new_year_date: '1772-2-4'
|
680
952
|
note: ''
|
@@ -683,8 +955,12 @@ list:
|
|
683
955
|
japan: 1
|
684
956
|
western: 1781
|
685
957
|
start_date:
|
686
|
-
|
687
|
-
|
958
|
+
calculation:
|
959
|
+
japan: ''
|
960
|
+
western: ''
|
961
|
+
operation:
|
962
|
+
japan: 天明01年04月02日
|
963
|
+
western: '1781-4-25'
|
688
964
|
disuse:
|
689
965
|
new_year_date: '1781-1-24'
|
690
966
|
note: ''
|
@@ -693,8 +969,12 @@ list:
|
|
693
969
|
japan: 1
|
694
970
|
western: 1789
|
695
971
|
start_date:
|
696
|
-
|
697
|
-
|
972
|
+
calculation:
|
973
|
+
japan: ''
|
974
|
+
western: ''
|
975
|
+
operation:
|
976
|
+
japan: 寛政01年01月25日
|
977
|
+
western: '1789-2-19'
|
698
978
|
disuse:
|
699
979
|
new_year_date: '1789-1-26'
|
700
980
|
note: ''
|
@@ -703,8 +983,12 @@ list:
|
|
703
983
|
japan: 1
|
704
984
|
western: 1801
|
705
985
|
start_date:
|
706
|
-
|
707
|
-
|
986
|
+
calculation:
|
987
|
+
japan: ''
|
988
|
+
western: ''
|
989
|
+
operation:
|
990
|
+
japan: 享和01年02月05日
|
991
|
+
western: '1801-3-19'
|
708
992
|
disuse:
|
709
993
|
new_year_date: '1801-2-13'
|
710
994
|
note: ''
|
@@ -713,8 +997,12 @@ list:
|
|
713
997
|
japan: 1
|
714
998
|
western: 1804
|
715
999
|
start_date:
|
716
|
-
|
717
|
-
|
1000
|
+
calculation:
|
1001
|
+
japan: ''
|
1002
|
+
western: ''
|
1003
|
+
operation:
|
1004
|
+
japan: 文化01年02月11日
|
1005
|
+
western: '1804-3-22'
|
718
1006
|
disuse:
|
719
1007
|
new_year_date: '1804-2-11'
|
720
1008
|
note: ''
|
@@ -723,8 +1011,12 @@ list:
|
|
723
1011
|
japan: 1
|
724
1012
|
western: 1818
|
725
1013
|
start_date:
|
726
|
-
|
727
|
-
|
1014
|
+
calculation:
|
1015
|
+
japan: ''
|
1016
|
+
western: ''
|
1017
|
+
operation:
|
1018
|
+
japan: 文政01年04月22日
|
1019
|
+
western: '1818-5-26'
|
728
1020
|
disuse:
|
729
1021
|
new_year_date: '1818-2-5'
|
730
1022
|
note: ''
|
@@ -733,8 +1025,12 @@ list:
|
|
733
1025
|
japan: 1
|
734
1026
|
western: 1830
|
735
1027
|
start_date:
|
736
|
-
|
737
|
-
|
1028
|
+
calculation:
|
1029
|
+
japan: ''
|
1030
|
+
western: ''
|
1031
|
+
operation:
|
1032
|
+
japan: 天保01年12月10日
|
1033
|
+
western: '1831-1-23'
|
738
1034
|
disuse:
|
739
1035
|
new_year_date: '1830-1-25'
|
740
1036
|
note: ''
|
@@ -743,8 +1039,12 @@ list:
|
|
743
1039
|
japan: 1
|
744
1040
|
western: 1844
|
745
1041
|
start_date:
|
746
|
-
|
747
|
-
|
1042
|
+
calculation:
|
1043
|
+
japan: ''
|
1044
|
+
western: ''
|
1045
|
+
operation:
|
1046
|
+
japan: 弘化01年12月02日
|
1047
|
+
western: '1845-1-9'
|
748
1048
|
disuse:
|
749
1049
|
new_year_date: '1844-2-18'
|
750
1050
|
note: ''
|
@@ -753,8 +1053,12 @@ list:
|
|
753
1053
|
japan: 1
|
754
1054
|
western: 1848
|
755
1055
|
start_date:
|
756
|
-
|
757
|
-
|
1056
|
+
calculation:
|
1057
|
+
japan: ''
|
1058
|
+
western: ''
|
1059
|
+
operation:
|
1060
|
+
japan: 嘉永01年02月28日
|
1061
|
+
western: '1848-4-1'
|
758
1062
|
disuse:
|
759
1063
|
new_year_date: '1848-2-5'
|
760
1064
|
note: ''
|
@@ -763,8 +1067,12 @@ list:
|
|
763
1067
|
japan: 1
|
764
1068
|
western: 1854
|
765
1069
|
start_date:
|
766
|
-
|
767
|
-
|
1070
|
+
calculation:
|
1071
|
+
japan: ''
|
1072
|
+
western: ''
|
1073
|
+
operation:
|
1074
|
+
japan: 安政01年11月27日
|
1075
|
+
western: '1855-1-15'
|
768
1076
|
disuse:
|
769
1077
|
new_year_date: '1854-1-29'
|
770
1078
|
note: ''
|
@@ -773,8 +1081,12 @@ list:
|
|
773
1081
|
japan: 1
|
774
1082
|
western: 1860
|
775
1083
|
start_date:
|
776
|
-
|
777
|
-
|
1084
|
+
calculation:
|
1085
|
+
japan: ''
|
1086
|
+
western: ''
|
1087
|
+
operation:
|
1088
|
+
japan: 万延01年03月18日
|
1089
|
+
western: '1860-4-8'
|
778
1090
|
disuse:
|
779
1091
|
new_year_date: '1860-1-23'
|
780
1092
|
note: ''
|
@@ -783,8 +1095,12 @@ list:
|
|
783
1095
|
japan: 1
|
784
1096
|
western: 1861
|
785
1097
|
start_date:
|
786
|
-
|
787
|
-
|
1098
|
+
calculation:
|
1099
|
+
japan: ''
|
1100
|
+
western: ''
|
1101
|
+
operation:
|
1102
|
+
japan: 文久01年02月19日
|
1103
|
+
western: '1861-3-29'
|
788
1104
|
disuse:
|
789
1105
|
new_year_date: '1861-2-10'
|
790
1106
|
note: ''
|
@@ -793,8 +1109,12 @@ list:
|
|
793
1109
|
japan: 1
|
794
1110
|
western: 1864
|
795
1111
|
start_date:
|
796
|
-
|
797
|
-
|
1112
|
+
calculation:
|
1113
|
+
japan: ''
|
1114
|
+
western: ''
|
1115
|
+
operation:
|
1116
|
+
japan: 元治01年02月20日
|
1117
|
+
western: '1864-3-27'
|
798
1118
|
disuse:
|
799
1119
|
new_year_date: '1864-2-8'
|
800
1120
|
note: ''
|
@@ -803,8 +1123,12 @@ list:
|
|
803
1123
|
japan: 1
|
804
1124
|
western: 1865
|
805
1125
|
start_date:
|
806
|
-
|
807
|
-
|
1126
|
+
calculation:
|
1127
|
+
japan: ''
|
1128
|
+
western: ''
|
1129
|
+
operation:
|
1130
|
+
japan: 慶応01年04月07日
|
1131
|
+
western: '1865-5-1'
|
808
1132
|
disuse:
|
809
1133
|
new_year_date: '1865-1-27'
|
810
1134
|
note: ''
|