diff --git a/cosm/launches/index.html b/cosm/launches/index.html
index cac91afe..aae7c472 100644
--- a/cosm/launches/index.html
+++ b/cosm/launches/index.html
@@ -13,7 +13,7 @@
- - Всего орбитальных запусков: 6 181
+ - Всего орбитальных запусков: 6 185
- Сложно классифицируемых (запуски с Луны и пр.): 78
- Неудачных попыток: 384
- Суборбитальных пусков (апогей от 80 км): более 29 825
diff --git a/py/mk_star_stats.py b/py/mk_star_stats.py
index 766c576c..00ab4a00 100644
--- a/py/mk_star_stats.py
+++ b/py/mk_star_stats.py
@@ -31,7 +31,7 @@
PICKLE_SN_FILENAME = "snstats.pickle"
HTML_FILENAME = os.path.join(os.pardir, "stars", "stats", "index.html")
SIMBAD_LST = ["objects", "identifiers", "bibliographic references",
- "citations of objects in papers"]
+ "citations of objects in papers", "acronyms described for Simbad"]
def cds_readme_stats(url):
@@ -54,10 +54,10 @@ def get_sn_count(txt):
def get_tns(soup):
all_stat_num = soup.findAll("div", {"class": "stat-item-right"})
- all_transient = int(all_stat_num[0].text)
- public_transient = int(all_stat_num[1].text)
- classified = int(all_stat_num[2].text)
- spectra = int(all_stat_num[3].text)
+ all_transient = int(all_stat_num[0].text.replace(",", ""))
+ public_transient = int(all_stat_num[1].text.replace(",", ""))
+ classified = int(all_stat_num[2].text.replace(",", ""))
+ spectra = int(all_stat_num[3].text.replace(",", ""))
return all_transient, public_transient, classified, spectra
@@ -86,7 +86,7 @@ def simbad_stats(soup):
snurls.append((year, snstats_year))
snurls.append((1999, f"{SNIMAGES_URL}sn1999/snstats.html"))
-for year in range(2000, 2024):
+for year in range(2000, 2025):
snstats_year = f"https://rochesterastronomy.org/sn{year}/snstats.html"
snurls.append((year, snstats_year))
snurls.append(("all", f"{SNIMAGES_URL}snstatsall.html"))
@@ -102,7 +102,11 @@ def simbad_stats(soup):
years_dt = []
all_sn_count, sn_amateur_count = 0, 0
for year, snstats_url in snurls:
- soup = get_soup_Request(snstats_url)
+ try:
+ soup = get_soup_Request(snstats_url)
+ except urllib.error.URLError:
+ print("break")
+ break
snstats[year] = get_snstats(soup)
sn_num, sn_cbat, sn_amateur, sn_13th = get_sn_count(snstats[year])
all_sn_count += sn_num
@@ -167,6 +171,7 @@ def simbad_stats(soup):
- {SIMSTAT['identifiers']} идентификаторов
- {SIMSTAT['bibliographic references']} библиографических ссылок
- {SIMSTAT['citations of objects in papers']} цитирований объектов в статьях
+- {SIMSTAT['acronyms described for Simbad']} сокращений, описанных в Simbad
"""
diff --git a/solarsystem/stats.html b/solarsystem/stats.html
index 4a61ba2d..4859888e 100644
--- a/solarsystem/stats.html
+++ b/solarsystem/stats.html
@@ -13,17 +13,17 @@
Статистика тел Солнечной системы
Центра Малых планет
-- 431263379 наблюдений
-- 1334150 объектов всего
+- 431651758 наблюдений
+- 1334153 объектов всего
- Более 640000 нумерованных малых планет
- 689548 ненумерованных малых планет
-- 4602 комет
+- 4605 комет
- Более 24593 малых планет с именами (последнее обновление списка: 2024 Jan. 16.)
-- 28 Атир, 2723 Атонов, 17501 Аполлонов, 13874 Амуров, 28751 астероидов семейства Венгрии, 25945 пересекающих орбиту Марса;
-- 1239712 астероидов основного пояса, 5915 астероидов семейства Хильды, 13521 троянцев Юпитера, 5294 объектов за орбитой Юпитера;
-- 34098 околоземных астероидов, из них 851 больше 1 км, 2393 потенциально опасных астероидов, 117 околоземных комет.
+- 28 Атир, 2724 Атонов, 17520 Аполлонов, 13887 Амуров, 28771 астероидов семейства Венгрии, 25962 пересекающих орбиту Марса;
+- 1240146 астероидов основного пояса, 5917 астероидов семейства Хильды, 13541 троянцев Юпитера, 5296 объектов за орбитой Юпитера;
+- 34131 околоземных астероидов, из них 851 больше 1 км, 2394 потенциально опасных астероидов, 117 околоземных комет.
-
Всего в статистике околоземных астероидов от 2024-Jan-19: 34098
+
Всего в статистике околоземных астероидов от 2024-Jan-20: 34131
@@ -48,11 +48,11 @@
Статистика тел Солнечной системы
* Note: Long-period comets with no official designation include: 2,674 SOHO comets, 87 STEREO comets, 2 other modern comets, and 449 pre-modern comets. The pre-modern comets typically have no computed orbits.
Статистика тел Солнечной системы
группы динамики Солнечной системы.
-Последнее обновление: 2024-01-19 17:07:03 UTC.
+Последнее обновление: 2024-01-21 17:07:03 UTC.
- 290 спутников планет (включая Луну и спутники Плутона);
-- 3911 комет, 561 numbered, 3350 unnumbered;
-- 1344090 астероидов, 640000 numbered, 704090 unnumbered.
+- 3913 комет, 561 numbered, 3352 unnumbered;
+- 1344613 астероидов, 640000 numbered, 704613 unnumbered.
Астероиды и кометы, измеренные при помощи радара
Asteroid radar research, NASA Jet Propulsion Laboratory, Caltech.
diff --git a/solarsystem/stats/index.html b/solarsystem/stats/index.html
index 49d39daf..9725d4bd 100644
--- a/solarsystem/stats/index.html
+++ b/solarsystem/stats/index.html
@@ -16,8 +16,8 @@
- В Солнечной системе 8 планет
- 290 спутников планет
- - Более 4 602 комет
- - Более 1 273 800 астероидов
+ - Более 4 605 комет
+ - Более 1 274 300 астероидов
- Только 24 593 имеют имена
diff --git a/stars/index.html b/stars/index.html
index 3ad679ca..85f0c6b5 100644
--- a/stars/index.html
+++ b/stars/index.html
@@ -432,51 +432,40 @@