@jjlmoya/utils-astronomy 1.28.0 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/index.ts +29 -29
- package/src/entries.ts +5 -1
- package/src/index.ts +1 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +144 -143
- package/src/tool/meteorShowerObservingPlanner/bibliography.astro +14 -0
- package/src/tool/meteorShowerObservingPlanner/bibliography.ts +12 -0
- package/src/tool/meteorShowerObservingPlanner/component.astro +165 -0
- package/src/tool/meteorShowerObservingPlanner/controller.ts +178 -0
- package/src/tool/meteorShowerObservingPlanner/dom-views.ts +187 -0
- package/src/tool/meteorShowerObservingPlanner/entry.ts +29 -0
- package/src/tool/meteorShowerObservingPlanner/evaluator.ts +20 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/de.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/en.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/es.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/fr.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/id.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/it.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/ja.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/ko.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/nl.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/pl.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/pt.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/ru.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/sv.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/tr.ts +227 -0
- package/src/tool/meteorShowerObservingPlanner/i18n/zh.ts +223 -0
- package/src/tool/meteorShowerObservingPlanner/index.ts +11 -0
- package/src/tool/meteorShowerObservingPlanner/logic.test.ts +117 -0
- package/src/tool/meteorShowerObservingPlanner/logic.ts +263 -0
- package/src/tool/meteorShowerObservingPlanner/meteor-shower-observing-planner.css +404 -0
- package/src/tool/meteorShowerObservingPlanner/seo.astro +14 -0
- package/src/tool/meteorShowerObservingPlanner/storage.ts +41 -0
- package/src/tool/meteorShowerObservingPlanner/ui.ts +91 -0
- package/src/tool/starExposureCalculator/index.ts +3 -0
- package/src/tool/telescopeResolution/index.ts +3 -0
- package/src/tools.ts +4 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import type { MeteorShowerObservingPlannerLocaleContent } from '../ui';
|
|
2
|
+
import { METEOR_PLANNER_BIBLIOGRAPHY } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const slug = 'perencana-pengamatan-hujan-meteor';
|
|
5
|
+
|
|
6
|
+
export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
7
|
+
slug,
|
|
8
|
+
title: 'Perencana Jendela Pengamatan Hujan Meteor',
|
|
9
|
+
description: 'Rencanakan sesi pengamatan hujan meteor optimal dengan menghitung tingkat jam zenith efektif dan gangguan cahaya Bulan.',
|
|
10
|
+
ui: {
|
|
11
|
+
title: 'Perencana Hujan Meteor',
|
|
12
|
+
subtitle: 'Hitung jendela pengamatan terbaik dan prakiraan tingkat meteor terlihat per jam',
|
|
13
|
+
presetLabel: 'Pilih Hujan Meteor Utama',
|
|
14
|
+
customZhrLabel: 'Tingkat Jam Zenith Kustom ZHR',
|
|
15
|
+
latitudeLabel: 'Lintang Pengamat',
|
|
16
|
+
bortleLabel: 'Kelas Skala Bortle Langit Gelap',
|
|
17
|
+
moonPhaseLabel: 'Iluminasi Bulan',
|
|
18
|
+
sessionHoursLabel: 'Jam Sesi Yang Direncanakan',
|
|
19
|
+
toLabel: 'hingga',
|
|
20
|
+
classLabel: 'Kelas',
|
|
21
|
+
radiantTelemetryLabel: 'TELEMETRI RADIANT',
|
|
22
|
+
belowHorizonLabel: 'Di bawah horison',
|
|
23
|
+
altLabel: 'Alt',
|
|
24
|
+
moonLabel: 'Bulan',
|
|
25
|
+
hrUnit: '/ jam',
|
|
26
|
+
presets: {
|
|
27
|
+
perseids: 'Perseid (12 Agt)',
|
|
28
|
+
geminids: 'Geminid (14 Des)',
|
|
29
|
+
quadrantids: 'Quadrantid (4 Jan)',
|
|
30
|
+
lyrids: 'Lyrid (22 Apr)',
|
|
31
|
+
orionids: 'Orionid (21 Okt)',
|
|
32
|
+
'eta-aquariids': 'Eta Aquariid (6 Mei)',
|
|
33
|
+
leonids: 'Leonid (17 Nov)',
|
|
34
|
+
custom: 'Hujan Meteor Kustom',
|
|
35
|
+
},
|
|
36
|
+
constellations: {
|
|
37
|
+
Perseus: 'Perseus',
|
|
38
|
+
Gemini: 'Gemini',
|
|
39
|
+
Bootes: 'Bootes',
|
|
40
|
+
Lyra: 'Lyra',
|
|
41
|
+
Orion: 'Orion',
|
|
42
|
+
Aquarius: 'Aquarius',
|
|
43
|
+
Leo: 'Leo',
|
|
44
|
+
Zenith: 'Zenith',
|
|
45
|
+
},
|
|
46
|
+
badgeLabels: {
|
|
47
|
+
darkSky: 'Langit Gelap Sempurna',
|
|
48
|
+
lightPollution: 'Polusi Cahaya Tinggi',
|
|
49
|
+
favorableMoon: 'Bulan Menguntungkan',
|
|
50
|
+
moonWashout: 'Risiko Silau Bulan',
|
|
51
|
+
primeWindow: 'Jendela Aktivitas Puncak',
|
|
52
|
+
},
|
|
53
|
+
bortleDescriptions: {
|
|
54
|
+
2: 'Langit gelap sempurna',
|
|
55
|
+
5: 'Langit pinggiran kota',
|
|
56
|
+
8: 'Polusi cahaya perkotaan',
|
|
57
|
+
},
|
|
58
|
+
moonPhaseNames: {
|
|
59
|
+
new: 'Dampak Bulan minimal',
|
|
60
|
+
quarter: 'Gangguan Bulan sedang',
|
|
61
|
+
full: 'Silau Bulan parah',
|
|
62
|
+
},
|
|
63
|
+
resultsTitle: 'Analisis Sesi Pengamatan',
|
|
64
|
+
bestWindowLabel: 'Jendela Pengamatan Terbaik',
|
|
65
|
+
maxRateLabel: 'Tingkat Maksimum Terlihat',
|
|
66
|
+
skyQualityLabel: 'Indeks Kualitas Langit',
|
|
67
|
+
hourlyChartTitle: 'Prakiraan Jam & Ketinggian Radiant',
|
|
68
|
+
checklistTitle: 'Persiapan Sesi Pengamatan',
|
|
69
|
+
checklistItems: [
|
|
70
|
+
'Beri waktu minimal 20 menit bagi mata untuk beradaptasi dengan kegelapan',
|
|
71
|
+
'Gunakan senter lampu merah untuk menjaga penglihatan malam',
|
|
72
|
+
'Bersandarlah di kursi santai sambil melihat 45 derajat di atas horison',
|
|
73
|
+
'Hindari melihat layar ponsel yang terang selama pengamatan',
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
seo: [
|
|
77
|
+
{
|
|
78
|
+
type: 'title',
|
|
79
|
+
text: 'Memahami Tingkat Jam Zenith ZHR dan Meteor Terlihat',
|
|
80
|
+
level: 2,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
type: 'paragraph',
|
|
84
|
+
html: 'Tingkat Jam Zenith ZHR menunjukkan jumlah maksimum teoritis meteor yang dapat dilihat seorang pengamat dalam kondisi langit gelap sempurna dengan radiant tepat di zenith. Dalam pengamatan nyata jumlah yang terlihat jauh lebih rendah karena polusi cahaya dan ketinggian radiant.',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'Perencanaan sesi memerlukan pertimbangan faktor geometris. Saat ketinggian radiant rendah lebih sedikit meteor yang terlihat karena jalurnya berada di luar sudut pandang pengamat.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'list',
|
|
92
|
+
items: [
|
|
93
|
+
'Ketinggian radiant mengurangi tingkat meteor yang terlihat secara signifikan',
|
|
94
|
+
'Polusi cahaya skala Bortle menyembunyikan jejak redup meteor',
|
|
95
|
+
'Fase Bulan menciptakan latar belakang cahaya yang menyilaukan',
|
|
96
|
+
'Bidang pandang membatasi area langit yang dapat diawasi',
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'tip',
|
|
101
|
+
title: 'Rekomendasi Langit Gelap',
|
|
102
|
+
html: 'Pengamatan dari lokasi Bortle 2 atau 3 meningkatkan meteor redup yang terlihat secara drastis dibandingkan halaman rumah kota.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Dampak Fase Bulan dan Polusi Cahaya Perkotaan',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'Cahaya Bulan adalah sumber polusi alami utama selama puncak hujan meteor. Bulan purnama menyilaukan jejak meteor dan mengurangi tingkat terlihat lebih dari 70 persen bahkan di lokasi pedesaan yang gelap.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Memilih jam setelah Bulan terbenam atau sebelum Bulan terbit memberikan kontras terbaik antara jejak meteor dan latar langit malam. Jendela pengamatan di sekitar tengah malam astronomi memberikan kegelapan optimal.',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'Persiapan Malam Pengamatan Meteor yang Sukses',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'Melihat meteor membutuhkan kesabaran dan pakaian hangat yang sesuai. Pengamatan dengan mata telanjang menawarkan bidang pandang jauh lebih luas dibanding teleskop atau teropong binokular.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'list',
|
|
128
|
+
items: [
|
|
129
|
+
'Gunakan pakaian hangat berlapis bahkan saat malam musim panas',
|
|
130
|
+
'Bawa kantong tidur atau selimut untuk kursi santai',
|
|
131
|
+
'Siapkan minuman hangat untuk menjaga suhu tubuh',
|
|
132
|
+
'Catat waktu dan arah bola api terang untuk laporan ilmiah',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Metodologi Perhitungan Teknis dan Estimasi',
|
|
138
|
+
level: 2,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: 'Alat perencana ini mengestimasi tingkat efektif dengan menggabungkan puncak ZHR faktor ketinggian skala Bortle dan gangguan Bulan untuk memberikan ekspektasi yang realistis bagi para astronom amatir di seluruh dunia.',
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'paragraph',
|
|
146
|
+
html: 'Dengan memperhitungkan faktor sudut elevasi dan kerapatan atmosferik kalkulator ini menyajikan estimasi visual yang akurat bagi pengamat di berbagai belahan bumi.',
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
faq: [
|
|
150
|
+
{
|
|
151
|
+
question: 'Apa itu Tingkat Jam Zenith ZHR',
|
|
152
|
+
answer: 'ZHR adalah jumlah maksimum teoritis meteor per jam saat langit sangat gelap dan radiant di zenith.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
question: 'Mengapa saya melihat lebih sedikit meteor dibanding angka ZHR',
|
|
156
|
+
answer: 'ZHR mengasumsikan kondisi ideal. Polusi cahaya radiant rendah dan Bulan mengurangi angka nyata.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
question: 'Apakah saya butuh teleskop untuk melihat meteor',
|
|
160
|
+
answer: 'Tidak teleskop menyempitkan bidang pandang. Mata telanjang adalah yang terbaik.',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
howTo: {
|
|
164
|
+
name: 'Cara Menggunakan Perencana Hujan Meteor',
|
|
165
|
+
description: 'Langkah menemukan waktu pengamatan hujan meteor terbaik.',
|
|
166
|
+
steps: [
|
|
167
|
+
{
|
|
168
|
+
name: 'Pilih hujan meteor',
|
|
169
|
+
text: 'Pilih hujan meteor seperti Perseid atau masukkan nilai ZHR.',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
name: 'Atur lintang',
|
|
173
|
+
text: 'Sesuaikan slider dengan lokasi Anda.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
name: 'Atur kegelapan dan Bulan',
|
|
177
|
+
text: 'Masukkan kelas Bortle dan persentase cahaya Bulan.',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: 'Tinjau prakiraan',
|
|
181
|
+
text: 'Periksa grafik untuk menemukan waktu terbaik.',
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
|
+
schemas: [
|
|
187
|
+
{
|
|
188
|
+
'@context': 'https://schema.org',
|
|
189
|
+
'@type': 'SoftwareApplication',
|
|
190
|
+
name: 'Perencana Jendela Pengamatan Hujan Meteor',
|
|
191
|
+
operatingSystem: 'Any',
|
|
192
|
+
applicationCategory: 'EducationalApplication',
|
|
193
|
+
offers: {
|
|
194
|
+
'@type': 'Offer',
|
|
195
|
+
price: '0',
|
|
196
|
+
priceCurrency: 'EUR',
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
'@context': 'https://schema.org',
|
|
201
|
+
'@type': 'FAQPage',
|
|
202
|
+
mainEntity: [
|
|
203
|
+
{
|
|
204
|
+
'@type': 'Question',
|
|
205
|
+
name: 'Apa itu Tingkat Jam Zenith ZHR',
|
|
206
|
+
acceptedAnswer: {
|
|
207
|
+
'@type': 'Answer',
|
|
208
|
+
text: 'ZHR adalah jumlah maksimum teoritis meteor per jam saat langit sangat gelap dan radiant di zenith.',
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
],
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
'@context': 'https://schema.org',
|
|
215
|
+
'@type': 'HowTo',
|
|
216
|
+
name: 'Cara Menggunakan Perencana Hujan Meteor',
|
|
217
|
+
description: 'Langkah menemukan waktu pengamatan hujan meteor terbaik.',
|
|
218
|
+
step: [
|
|
219
|
+
{
|
|
220
|
+
'@type': 'HowToStep',
|
|
221
|
+
name: 'Pilih hujan meteor',
|
|
222
|
+
text: 'Pilih hujan meteor seperti Perseid atau masukkan nilai ZHR.',
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
};
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import type { MeteorShowerObservingPlannerLocaleContent } from '../ui';
|
|
2
|
+
import { METEOR_PLANNER_BIBLIOGRAPHY } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const slug = 'pianificatore-osservazione-sciame-meteorico';
|
|
5
|
+
|
|
6
|
+
export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
7
|
+
slug,
|
|
8
|
+
title: 'Pianificatore di Finestre di Osservazione Sciami Meteorici',
|
|
9
|
+
description: 'Pianifica sessioni di osservazione delle stelle cadenti calcolando il tasso orario zeniitale effettivo e l interferenza della luce lunare.',
|
|
10
|
+
ui: {
|
|
11
|
+
title: 'Pianificatore Sciami Meteorici',
|
|
12
|
+
subtitle: 'Calcola le migliori finestre di osservazione e la frequenza oraria stimata',
|
|
13
|
+
presetLabel: 'Seleziona Sciame Meteorico Principale',
|
|
14
|
+
customZhrLabel: 'Tasso Orario Zenitale Personalizzato ZHR',
|
|
15
|
+
latitudeLabel: 'Latitudine dell Osservatore',
|
|
16
|
+
bortleLabel: 'Classe di Oscurità Scala Bortle',
|
|
17
|
+
moonPhaseLabel: 'Illuminazione Lunare',
|
|
18
|
+
sessionHoursLabel: 'Ore di Sessione Pianificate',
|
|
19
|
+
toLabel: 'a',
|
|
20
|
+
classLabel: 'Classe',
|
|
21
|
+
radiantTelemetryLabel: 'TELEMETRIA RADIANTE',
|
|
22
|
+
belowHorizonLabel: 'Sotto l orizzonte',
|
|
23
|
+
altLabel: 'Alt',
|
|
24
|
+
moonLabel: 'Luna',
|
|
25
|
+
hrUnit: '/ h',
|
|
26
|
+
presets: {
|
|
27
|
+
perseids: 'Perseidi (12 Ago)',
|
|
28
|
+
geminids: 'Geminidi (14 Dic)',
|
|
29
|
+
quadrantids: 'Quadrantidi (4 Gen)',
|
|
30
|
+
lyrids: 'Liridi (22 Apr)',
|
|
31
|
+
orionids: 'Orionidi (21 Ott)',
|
|
32
|
+
'eta-aquariids': 'Eta Aquaridi (6 Mag)',
|
|
33
|
+
leonids: 'Leonidi (17 Nov)',
|
|
34
|
+
custom: 'Sciame Personalizzato',
|
|
35
|
+
},
|
|
36
|
+
constellations: {
|
|
37
|
+
Perseus: 'Perseo',
|
|
38
|
+
Gemini: 'Gemelli',
|
|
39
|
+
Bootes: 'Boote',
|
|
40
|
+
Lyra: 'Lira',
|
|
41
|
+
Orion: 'Orione',
|
|
42
|
+
Aquarius: 'Acquario',
|
|
43
|
+
Leo: 'Leone',
|
|
44
|
+
Zenith: 'Zenit',
|
|
45
|
+
},
|
|
46
|
+
badgeLabels: {
|
|
47
|
+
darkSky: 'Cielo Scuro Incontaminato',
|
|
48
|
+
lightPollution: 'Alto Inquinamento Luminoso',
|
|
49
|
+
favorableMoon: 'Luna Favorevole',
|
|
50
|
+
moonWashout: 'Rischio Bagliore Lunare',
|
|
51
|
+
primeWindow: 'Finestra di Massima Attività',
|
|
52
|
+
},
|
|
53
|
+
bortleDescriptions: {
|
|
54
|
+
2: 'Cielo scuro incontaminato',
|
|
55
|
+
5: 'Cielo suburbano',
|
|
56
|
+
8: 'Inquinamento luminoso urbano',
|
|
57
|
+
},
|
|
58
|
+
moonPhaseNames: {
|
|
59
|
+
new: 'Impatto lunare minimo',
|
|
60
|
+
quarter: 'Interferenza lunare moderata',
|
|
61
|
+
full: 'Bagliore lunare severo',
|
|
62
|
+
},
|
|
63
|
+
resultsTitle: 'Analisi della Sessione di Osservazione',
|
|
64
|
+
bestWindowLabel: 'Migliore Finestra di Osservazione',
|
|
65
|
+
maxRateLabel: 'Frequenza Oraria Massima Visibile',
|
|
66
|
+
skyQualityLabel: 'Indice di Qualità del Cielo',
|
|
67
|
+
hourlyChartTitle: 'Previsione Oraria e Altitudine del Radiante',
|
|
68
|
+
checklistTitle: 'Preparazione della Sessione',
|
|
69
|
+
checklistItems: [
|
|
70
|
+
'Concediti almeno 20 minuti di adattamento al buio prima di contare le meteore',
|
|
71
|
+
'Usa una torcia con filtro rosso per preservare la visione notturna',
|
|
72
|
+
'Siediti su una sedia da campeggio reclinabile guardando a 45 gradi sull orizzonte',
|
|
73
|
+
'Evita di guardare schermi luminosi di smartphone durante l osservazione',
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
seo: [
|
|
77
|
+
{
|
|
78
|
+
type: 'title',
|
|
79
|
+
text: 'Comprendere il Tasso Orario Zenitale e le Meteore Visibili',
|
|
80
|
+
level: 2,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
type: 'paragraph',
|
|
84
|
+
html: 'Il Tasso Orario Zenitale ZHR indica il numero massimo teorico di meteore che un osservatore vedrebbe in condizioni ideali di cielo buio con il radiante allo zenit. Nelle condizioni reali il conteggio effettivo è inferiore causa inquinamento luminoso e altezza del radiante.',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'La pianificazione delle sessioni richiede di considerare fattori geometrici. Quando il radiante è vicino all orizzonte le meteore attraversano strati atmosferici più lontani riducendo il conteggio visibile per l osservatore.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'list',
|
|
92
|
+
items: [
|
|
93
|
+
'L altezza del radiante riduce il tasso in proporzione al seno dell altitudine',
|
|
94
|
+
'L inquinamento luminoso scala Bortle nasconde le tracce deboli',
|
|
95
|
+
'La fase lunare crea un bagliore di fondo nel cielo notturno',
|
|
96
|
+
'Il campo visivo dell osservatore limita la copertura totale',
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'tip',
|
|
101
|
+
title: 'Consiglio Cielo Buio',
|
|
102
|
+
html: 'Osservare da luoghi Bortle 2 o 3 aumenta notevolmente il numero di meteore deboli visibili rispetto ai balconi cittadini.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Impatto della Luna e dell Inquinamento Luminoso Urbano',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'La luce della Luna è la principale fonte di inquinamento luminoso naturale durante i picchi meteorici. La Luna piena nasconde le tracce deboli riducendo la frequenza visibile oltre il 70 percento anche in località di campagna oscure.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Scegliere ore dopo il tramonto della Luna o prima del suo sorgere assicura il massimo contrasto con il cielo notturno. Le finestre intorno alla mezzanotte astronomica offrono la massima oscurità.',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'Come Prepararsi alla Notte delle Stelle Cadenti',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'L osservazione delle meteore richiede pazienza e abbigliamento caldo adeguato. L osservazione a occhio nudo offre un campo visivo molto più ampio rispetto ai telescopi o binocoli.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'list',
|
|
128
|
+
items: [
|
|
129
|
+
'Vestiti a strati caldi anche nelle notti estive',
|
|
130
|
+
'Porta un sacco a pelo o una coperta per la sedia reclinabile',
|
|
131
|
+
'Tieni a portata di mano bevande calde per la temperatura corporea',
|
|
132
|
+
'Annota orario e direzione dei bolidi più luminosi',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: 'Metodologia di Calcolo Tecnica e Stima',
|
|
138
|
+
level: 2,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: 'Questo strumento calcola il tasso orario effettivo combinando ZHR di picco altezza del radiante scala Bortle e interferenza lunare per fornire stime attendibili agli astrofili.',
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'paragraph',
|
|
146
|
+
html: 'Tenendo conto dell estinzione atmosferica e dell angolo di elevazione il calcolatore fornisce un quadro realistico delle meteore osservabili in qualsiasi sessione.',
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
faq: [
|
|
150
|
+
{
|
|
151
|
+
question: 'Cos è il Tasso Orario Zenitale ZHR',
|
|
152
|
+
answer: 'Lo ZHR è il numero massimo teorico di meteore visibili all ora sotto un cielo perfettamente buio con radiante allo zenit.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
question: 'Perché vedo meno meteore dello ZHR dichiarato',
|
|
156
|
+
answer: 'Lo ZHR presuppone condizioni perfette. Inquinamento luminoso radiante basso e Luna riducono i conteggi reali.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
question: 'Serve un telescopio per vedere le meteore',
|
|
160
|
+
answer: 'No i telescopi riducono troppo il campo visivo. L osservazione a occhio nudo è la scelta migliore.',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
howTo: {
|
|
164
|
+
name: 'Come usare il pianificatore di sciami meteorici',
|
|
165
|
+
description: 'Passaggi per trovare la migliore finestra di osservazione delle stelle cadenti.',
|
|
166
|
+
steps: [
|
|
167
|
+
{
|
|
168
|
+
name: 'Seleziona lo sciame',
|
|
169
|
+
text: 'Scegli uno sciame come le Perseidi o inserisci valori ZHR personalizzati.',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
name: 'Imposta la latitudine',
|
|
173
|
+
text: 'Regola il cursore sulla tua posizione geografica.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
name: 'Configura buio e Luna',
|
|
177
|
+
text: 'Imposta la classe Bortle e la percentuale di illuminazione lunare.',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: 'Controlla le previsioni',
|
|
181
|
+
text: 'Esamina il grafico per individuare la finestra ideale.',
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
186
|
+
schemas: [
|
|
187
|
+
{
|
|
188
|
+
'@context': 'https://schema.org',
|
|
189
|
+
'@type': 'SoftwareApplication',
|
|
190
|
+
name: 'Pianificatore di Finestre di Osservazione Sciami Meteorici',
|
|
191
|
+
operatingSystem: 'Any',
|
|
192
|
+
applicationCategory: 'EducationalApplication',
|
|
193
|
+
offers: {
|
|
194
|
+
'@type': 'Offer',
|
|
195
|
+
price: '0',
|
|
196
|
+
priceCurrency: 'EUR',
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
'@context': 'https://schema.org',
|
|
201
|
+
'@type': 'FAQPage',
|
|
202
|
+
mainEntity: [
|
|
203
|
+
{
|
|
204
|
+
'@type': 'Question',
|
|
205
|
+
name: 'Cos è il Tasso Orario Zenitale ZHR',
|
|
206
|
+
acceptedAnswer: {
|
|
207
|
+
'@type': 'Answer',
|
|
208
|
+
text: 'Lo ZHR è il numero massimo teorico di meteore visibili all ora sotto un cielo perfettamente buio con radiante allo zenit.',
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
],
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
'@context': 'https://schema.org',
|
|
215
|
+
'@type': 'HowTo',
|
|
216
|
+
name: 'Come usare il pianificatore di sciami meteorici',
|
|
217
|
+
description: 'Passaggi per trovare la migliore finestra di osservazione delle stelle cadenti.',
|
|
218
|
+
step: [
|
|
219
|
+
{
|
|
220
|
+
'@type': 'HowToStep',
|
|
221
|
+
name: 'Seleziona lo sciame',
|
|
222
|
+
text: 'Scegli uno sciame come le Perseidi o inserisci valori ZHR personalizzati.',
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
};
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import type { MeteorShowerObservingPlannerLocaleContent } from '../ui';
|
|
2
|
+
import { METEOR_PLANNER_BIBLIOGRAPHY } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const slug = 'meteor-shower-observing-planner';
|
|
5
|
+
|
|
6
|
+
export const content: MeteorShowerObservingPlannerLocaleContent = {
|
|
7
|
+
slug,
|
|
8
|
+
title: '流星群観測ウィンドウプランナー',
|
|
9
|
+
description: '天頂出現頻度ZHR、夜空の暗さ、月光の影響を計算し、最適な流星観測時間帯を計画します。',
|
|
10
|
+
ui: {
|
|
11
|
+
title: '流星群観測プランナー',
|
|
12
|
+
subtitle: '最適観測時間帯と1時間あたりの出現数を予測',
|
|
13
|
+
presetLabel: '主要流星群を選択',
|
|
14
|
+
customZhrLabel: 'カスタム天頂出現頻度 ZHR',
|
|
15
|
+
latitudeLabel: '観測者の緯度',
|
|
16
|
+
bortleLabel: 'ボートル暗空スケール',
|
|
17
|
+
moonPhaseLabel: '月齢と月光輝度',
|
|
18
|
+
sessionHoursLabel: '計画観測時間帯',
|
|
19
|
+
toLabel: '〜',
|
|
20
|
+
classLabel: 'クラス',
|
|
21
|
+
radiantTelemetryLabel: '放射点テレメトリ',
|
|
22
|
+
belowHorizonLabel: '地平線下',
|
|
23
|
+
altLabel: '高度',
|
|
24
|
+
moonLabel: '月',
|
|
25
|
+
hrUnit: '/ 時',
|
|
26
|
+
presets: {
|
|
27
|
+
perseids: 'ペルセウス座流星群 (8月12日)',
|
|
28
|
+
geminids: 'ふたご座流星群 (12月14日)',
|
|
29
|
+
quadrantids: 'しぶんぎ座流星群 (1月4日)',
|
|
30
|
+
lyrids: 'こと座流星群 (4月22日)',
|
|
31
|
+
orionids: 'オリオン座流星群 (10月21日)',
|
|
32
|
+
'eta-aquariids': 'みずがめ座η流星群 (5月6日)',
|
|
33
|
+
leonids: 'しし座流星群 (11月17日)',
|
|
34
|
+
custom: 'カスタム流星群',
|
|
35
|
+
},
|
|
36
|
+
constellations: {
|
|
37
|
+
Perseus: 'ペルセウス座',
|
|
38
|
+
Gemini: 'ふたご座',
|
|
39
|
+
Bootes: 'うしかい座',
|
|
40
|
+
Lyra: 'こと座',
|
|
41
|
+
Orion: 'オリオン座',
|
|
42
|
+
Aquarius: 'みずがめ座',
|
|
43
|
+
Leo: 'しし座',
|
|
44
|
+
Zenith: '天頂',
|
|
45
|
+
},
|
|
46
|
+
badgeLabels: {
|
|
47
|
+
darkSky: '極上の暗い夜空',
|
|
48
|
+
lightPollution: '高い光害影響',
|
|
49
|
+
favorableMoon: '良好な月条件',
|
|
50
|
+
moonWashout: '月光による洗出しリスク',
|
|
51
|
+
primeWindow: 'ピーク極大時間帯',
|
|
52
|
+
},
|
|
53
|
+
bortleDescriptions: {
|
|
54
|
+
2: '極上の暗い夜空',
|
|
55
|
+
5: '郊外の夜空',
|
|
56
|
+
8: '都市部の光害',
|
|
57
|
+
},
|
|
58
|
+
moonPhaseNames: {
|
|
59
|
+
new: '月光影響なし',
|
|
60
|
+
quarter: '適度な月光影響',
|
|
61
|
+
full: '深刻な月光洗出し',
|
|
62
|
+
},
|
|
63
|
+
resultsTitle: '観測セッション分析',
|
|
64
|
+
bestWindowLabel: '最適観測時間帯',
|
|
65
|
+
maxRateLabel: '最大予測出現数',
|
|
66
|
+
skyQualityLabel: '夜空品質指数',
|
|
67
|
+
hourlyChartTitle: '時間別予測出現数と放射点高度',
|
|
68
|
+
checklistTitle: '観測前の準備事項',
|
|
69
|
+
checklistItems: [
|
|
70
|
+
'観測開始前に少なくとも20分間目を暗闇に慣らしてください',
|
|
71
|
+
'夜間視力を保つため赤色フィルター付きライトを使用してください',
|
|
72
|
+
'地平線上45度に視線を向けられる快適なアウトドアチェアを用意してください',
|
|
73
|
+
'観測中は明るいスマートフォン画面を見ないようにしてください',
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
seo: [
|
|
77
|
+
{
|
|
78
|
+
type: 'title',
|
|
79
|
+
text: '天頂出現頻度ZHRと実際に見える流星数',
|
|
80
|
+
level: 2,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
type: 'paragraph',
|
|
84
|
+
html: '天頂出現頻度ZHRとは理想的な暗い夜空のもとで放射点が天頂にある場合に1人の観測者が1時間に望める理論上の最大流星数を表します。実際の観測環境では光害や放射点の高度の影響により実際に見える流星数は大幅に減少します。',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: '最適時間帯を計算するには幾何学的条件と環境要因を計算に入れる必要があります。放射点が地平線に近い場合大気中を通過する経路のほとんどが視界外となり流星数は少なくなります。',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'list',
|
|
92
|
+
items: [
|
|
93
|
+
'放射点高度の低下により視認数が高度の正弦に比例して減少',
|
|
94
|
+
'ボートルスケール光害による暗い流星痕の消失',
|
|
95
|
+
'月齢および月光による夜空背景の光害増大',
|
|
96
|
+
'観測者の視野による全天の制限',
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'tip',
|
|
101
|
+
title: '暗い夜空の推奨',
|
|
102
|
+
html: 'ボートルクラス2または3の場所で観測すると都市部の庭に比べて見える暗い流星の数が飛躍的に増加します。',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: '月齢と光害の影響',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: '月光は流星極大期の最大の自然光害源です。満月や明るい月は暗い流星を消し去り澄んだ田舎の暗空であっても実質的な流星数を70パーセント以上減少させます。',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: '月の入り後や月の出前の時間帯を選ぶことで夜空背景とのコントラストを最大化できます。',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: '流星観測の準備方法',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '流星観測には忍耐と十分な防寒準備が必要です。流星は空のあらゆる方向に突発的に現れるため望遠鏡よりも肉眼観測の方がはるかに広い視野を確保できます。',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'list',
|
|
128
|
+
items: [
|
|
129
|
+
'夏の夜であっても重ね着で温かい服を用意する',
|
|
130
|
+
'リクライニングチェア用に寝袋や毛布を持参する',
|
|
131
|
+
'体温を保つため温かい飲み物を準備する',
|
|
132
|
+
'明るい火球が現れたら時刻と方向を記録する',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'title',
|
|
137
|
+
text: '技術的計算手法',
|
|
138
|
+
level: 2,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: '本ツールは極大ZHRに幾何学的高度補正、ボートル光害減衰、月明かりの影響を掛け合わせることでアマチュア天体観測者に向けた現実的な見込み数を算定します。',
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
faq: [
|
|
146
|
+
{
|
|
147
|
+
question: '天頂出現頻度ZHRとは何ですか',
|
|
148
|
+
answer: 'ZHRとは完全な暗空で放射点が天頂にある条件下の理論上の最大流星数です。',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
question: 'なぜ公表されているZHRよりも流星が少なく見えるのですか',
|
|
152
|
+
answer: '公表ZHRは理想条件を前提としています。光害や低い放射点高度月光により実際の出現数は減少します。',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
question: '流星を見るのに望遠鏡は必要ですか',
|
|
156
|
+
answer: '不要です。望遠鏡は視野が狭すぎるため広範囲を見渡せる肉眼観測が最も効果的です。',
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
howTo: {
|
|
160
|
+
name: '流星群観測プランナーの使い方',
|
|
161
|
+
description: '最適な流星観測時間帯を見つける手順。',
|
|
162
|
+
steps: [
|
|
163
|
+
{
|
|
164
|
+
name: '流星群を選択',
|
|
165
|
+
text: 'ペルセウス座流星群などのプリセットを選択するかZHR値を入力します。',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
name: '緯度を設定',
|
|
169
|
+
text: '観測地の緯度にスライダーを合わせます。',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
name: '暗さと月齢を設定',
|
|
173
|
+
text: 'ボートルクラスと月光輝度を設定します。',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
name: '予測グラフを確認',
|
|
177
|
+
text: '時間別出現数グラフから最適な観測時間帯を特定します。',
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
},
|
|
181
|
+
bibliography: METEOR_PLANNER_BIBLIOGRAPHY,
|
|
182
|
+
schemas: [
|
|
183
|
+
{
|
|
184
|
+
'@context': 'https://schema.org',
|
|
185
|
+
'@type': 'SoftwareApplication',
|
|
186
|
+
name: '流星群観測ウィンドウプランナー',
|
|
187
|
+
operatingSystem: 'Any',
|
|
188
|
+
applicationCategory: 'EducationalApplication',
|
|
189
|
+
offers: {
|
|
190
|
+
'@type': 'Offer',
|
|
191
|
+
price: '0',
|
|
192
|
+
priceCurrency: 'JPY',
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
'@context': 'https://schema.org',
|
|
197
|
+
'@type': 'FAQPage',
|
|
198
|
+
mainEntity: [
|
|
199
|
+
{
|
|
200
|
+
'@type': 'Question',
|
|
201
|
+
name: '天頂出現頻度ZHRとは何ですか',
|
|
202
|
+
acceptedAnswer: {
|
|
203
|
+
'@type': 'Answer',
|
|
204
|
+
text: 'ZHRとは完全な暗空で放射点が天頂にある条件下の理論上の最大流星数です。',
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
'@context': 'https://schema.org',
|
|
211
|
+
'@type': 'HowTo',
|
|
212
|
+
name: '流星群観測プランナーの使い方',
|
|
213
|
+
description: '最適な流星観測時間帯を見つける手順。',
|
|
214
|
+
step: [
|
|
215
|
+
{
|
|
216
|
+
'@type': 'HowToStep',
|
|
217
|
+
name: '流星群を選択',
|
|
218
|
+
text: 'ペルセウス座流星群などのプリセットを選択するかZHR値を入力します。',
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
};
|