SanitM

From TORI
Revision as of 02:34, 11 September 2024 by T (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SanitM is technical article; it is manually edited version of picture Sanit.

While not all English versions of descriptions of the targets are loaded, the links to the Russian versions are used instead.

Also, where the separation between targets is sufficient, the font size is increased.

Improved version


Sanit8.png

* Olenya_Airbase

Авиабаза Оленья

Московия

Карелия

*

Fedotovo Airbase

*

Korzhavino Arsenal

*

Завод Дзержинского

* ValdaiCluster

* Uralvagonzavod

Уралвагонзавод

* Pskov_Airbase

Псков

* Ostrov_Airbase

Остров

* Migalovo_Airbase

Мигалово

*

Арсенал Барсово

*

Авиабаза Чкаловский

* Kazan Airbase

Москва

*

ФСО

*

Авиабаза Саваслейка

* Дягилево

* Шайковка

* Seshcha airbase

Санитарная зона

*

Клинцы

*

Липецк

*

Курск

*

Воронеж

*

Энгельс

*

Казань

*

Белгород

*

Millerovo

*

Волгоград

*

Marinovka

*

Морозовск

*

Ahtubinsk

*

Rostov Airbase

*

Eisk

*

Kuschevka Airbase

Кубань

*

Novorossiisk Port

The follosing targets are used to define the Санитарная_зона:

68.1603,33.4637 1 Olenya_Airbase Авиабаза_Оленья, warplane parking
59.2366,38.4945 2 Шекснинская_ГЭС
59.1914,39.1298 1 Fedotovo_Airbase
59.1449,38.5354 2 L59.1449z38.5354 КС-21 компрессорная станция газопровода
59.0973,38.6277 1 L59.0973z38.6277 arsenal
58.0124,56.1949 1 Zavod_Dzerjinskogo, Завод Дзержинского
58.0100,33.3262 1 ValdaiCluster, Валдайский кластер, Валдайский дворец Путина
57.9710,60.0751 1 Uralvagonzavod
57.7905,28.3879 1 Pskov_Airbase, Авиабаза Псков
57.2969,28.4319 1 Ostrov_Airbase, Авиабаза Остров
56.8286,35.7618 1 Migalovo_Airbase, Авиабаза Мигалово
56.1004,38.7665 1 Barsovo_Arsenal, Арсенал Барсово
55.8890,38.0639 1 Chkalovsky_Airbase, Авиабаза Чкаловский
55.8638,49.1227 1 Kazan_Airbase, Авиабаза Казань
55.7503,37.6218 1 FSO
55.4468,42.3102 1 Savasleika_Airbase, Авиабаза Саваслейка,
54.6560,39.5774 1 Diagilevo_Airbase, Авиабаза Дягилево
54.2356,34.3811 1 Shaikovka_Airbase, Авиабаза Шайковка
53.7153,33.3464 1 Seshcha_Airbase, Авиабаза Сеща
52.7451,32.2501 1 Klintsy, Клинцы, Vh12721, Вч 12721
52.6415,39.4610 1 Lipetsk_Airbase, Авиабаза Липецк
51.7535,36.3073 1 Kursk_Airbase, Авиабаза Курск
51.6226,39.1611 1 Voronezh_Airbase, Авиабаза Воронеж, «Аэродром Балтимор»
51.4880,46.2619 1 Engels_Airbase Авиабаза Энгельс
51.3633,42.1852 1 Kazan_Airbase Borisoglebskoye Airfield Аэродром Борисоглебское (Not the same as Borisoglebsk Airbase, Авиабаза Борисоглебск below)
51.3605,42.1821 1 Borisoglebsk_Airbase Авиабаза Борисоглебск (Not the same as Borisoglebskoye Airfield, Аэродром Борисоглебское above)
50.6412,36.5910 1 Belgorod_Airbase Авиабаза Белгород, «Аэродром Белгород»
48.9512,40.3076 1 Millerovo_Airbase Авиабаза Миллерово
48.7950,44.6040 1 Volgogtad_Voenzavod Волгоградский Воензавод
48.6386,43.7851 1 Marinovka_Airbase, Авиабаза Мариновка
48.3165,41.7846 1 Morozovsk_Airbase Авиабаза Морозовск
48.2961,46.2071 1 Ahtubinsk_Airbase Авиабаза Ахтубинск
47.2787,39.6575 1 Rostov_Airbase Авиабаза Ростов
46.6995,38.2390 1 Eisk_Airbase Авиабаза Ейск
46.5327,39.5427 1 Kuschevka_Airbase Авиабаза Кущевка (Кущевка)
44.9622,38.0046 2 Krymsk_Airbase Авиабаза Крымск
44.7074,37.8497 1 Novorossiisk_Port Порт Новороссийск

Many of them are mentioned in the map.

Generator of URL

While the spisok about is saved as "02.txt", to URL of the background contour map with bold circles can be generated with code

?php
$a=file("02.txt");
$N=count($a);
printf("N=%2d\n",$N);
$o="https://www.google.com/maps/dir/55.7503,37.6218"; //FSO anyway
for($n=0;$n<$N;$n++)
{
$b=explode(" ",trim($a[$n]));
$M=count($b);
sscanf($b[1],"%d",$v);
printf("%2d %2d %s %1d\n",$n,$M,$b[0], $v); 
if($v==1) $o.="/".$b[0]; 
}
$o.='//@60,20,4z/data=!3m1?hl=ru'; 
echo $o,"\n";
system("open ".$o);
?>

Generator of draft of labels

The draft of the labels can be generated with code

<?php
$a=file("02.txt");
$N=count($a);
printf("N=%2d\n",$N);
//$o="https://www.google.com/maps/dir/55.7503,37.6218";
$o=fopen("L6.txt","w");
for($n=0;$n<$N;$n++)
{
$b=explode(" ",trim($a[$n]));
$M=count($b);
sscanf($b[1],"%d",$v); if($v>1) continue;
sscanf($b[0],"%f,%f",$L,$D);
printf("L=%7.4f D=%7.4f <br>\n",$L,$D);
$R=1109.; // First adjusting parameter, scale
$s=sin((M_PI/180.)*$L);
echo "s=$s ";
$x=$R*M_PI/180 * ($D-22.7); //Second adjusting parameter, abscissa
$y=.5*$R * log((1.+$s)/(1.-$s));

$y-=930.; // Third adjusting parameter, ordinate
printf("x=%8.2f y=%8.2f\n",$x,$y);
$X=intval($x);
$Y=intval($y);
//fprintf($o,"<p style=\"margin:%dpx 0px %dpx %dpx; line-height:0px; font-size:9px\">*%s</p>\n",-$Y,$Y,$X,$b[2]);
fprintf($o,"{{put|%d|%d|10|* %s}}\n",$X,$Y,$b[2]);
}
fclose($o);
system("open L6.txt");
?>

The draft is loaded as technical article Sanit.

However, for the beautiful map, the labels have been edited manually, TORIlinking the articles that are already loaded.

Historic context

Warning

The map above is generated with scientific goals. In particular, for qualification, calibration of sources of information, detection of discrepancies and revealing of propaganda (пропаганда).

The map is not an appeal for the physical elimination of the south-west side of Moscovia (as Russian propaganda suggests to treat the enemy country).

The map does not indicate the priority od the targets' is dose not suggest, in what sequence, order and manner the Russian strategic and military objects should be demilitarized and denazified for the fastest implementation of guarantees specified in the Budapest memorandum.
The Budapest memorandum does not put any restriction on methods, that may be applied (and should be applied) against the country that had signed that memorandum bur brutally violate its conditions.
In this sense, any weapon can be used against the aggressor; so, Editor cannot give any advice for the Anti-Putin coalition. The only, perhaps Editor can help to answer very important question [1]:«What do we care for meporamdum signed many years ago?» .. To y.2024, certain suggestions for the answer are already suggested [2].

However, the Editor keeps his right to call things with their proper names, to construct the historic models and to compare their predictions with more recent publications.

References

  1. https://www.gutenberg.org/files/236/236-h/236-h.htm#link2H_4_0001 Rudyard Kipling. THE JUNGLE BOOK. Release Date: January 16, 2006 [EBook #236] Last Updated: October 6, 2016. .. Akela lifted his head again and said, “He has eaten our food. He has slept with us. He has driven game for us. He has broken no word of the Law of the Jungle.”// “Also, I paid for him with a bull when he was accepted. The worth of a bull is little, but Bagheera’s honor is something that he will perhaps fight for,” said Bagheera in his gentlest voice.// “A bull paid ten years ago!” the Pack snarled. “What do we care for bones ten years old?”// “Or for a pledge?” said Bagheera, his white teeth bared under his lip. ..
  2. 2024.07.23. https://www.youtube.com/watch?v=ZjfgHZdZuVI Почему Америка должна спасать СЕБЯ Mark Solonin Jul 23, 2024 00:00 про Байдена – ни слова 01:02 постановка вопроса («почему мы должны всех спасать»?) 03:20 80 лет конференции в Бреттон-Вудс 05:32 … и доллар для всех 06:40 сколько зарабатывал русский рабочий в 1898 и 1998 08:09 Америка обкладывает «данью» весь мир 09:48 во-вторых, согласия не спрашивали 11:20 Pax Romano (200 лет без войны) 15:39 конец «Мира по-американски» ? 16:50 Государственный долг США 19:43 госдолг США в процентах от ВВП США 21:53 этот долг вернуть невозможно 25:21 те же яйца, но под оптимистичным углом зрения 30:41 «мы что, одни такие? другие ничем не лучше!» 32:24 «пока нормально» (ТМ) 33:10 пока Америка выполняет свои обязанности, «пока» не закончится 35:33 атлантический «изоляционизм» закончился навсегда в 1962 году 37:12 В.М. Молотов и Дж.Д. Вэнс

https://www.google.com/maps/dir/55.7503,37.6218/68.1603,33.4637/59.1914,39.1298/59.0973,38.6277/58.0124,56.1949/58.0100,33.3262/57.9710,60.0751/57.7905,28.3879/57.2969,28.4319/56.8286,35.7618/56.1004,38.7665/55.8890,38.0639/55.8638,49.1227/55.7503,37.6218/55.4468,42.3102/54.6560,39.5774/54.2356,34.3811/53.7153,33.3464/52.7451,32.2501/52.6415,39.4610/51.7535,36.3073/51.6226,39.1611/51.4880,46.2619/51.3633,42.1852/51.3605,42.1821/50.6412,36.5910/48.9512,40.3076/48.7950,44.6040/48.6386,43.7851/48.3165,41.7846/48.2961,46.2071/47.2787,39.6575/46.6995,38.2390/46.5327,39.5427/44.7074,37.8497//@60,20,4z/data=!3m1?hl=ru

https://en.wikipedia.org/wiki/Mercator_projection \( y=\frac {R}{2} \ln \left( \frac {1 + \sin\varphi}{1 - \sin\varphi} \right)\)

2024.08.28. https://edition.cnn.com/2024/08/28/politics/ukrainian-officials-biden-administration-russia-targets/index.html Senior Ukrainian officials to present Biden admin with list of targets in Russia this week, lawmaker says// Jennifer Hansler Oren Liebermann Katie Bo Lillis Kayla Tausche Published 5:48 PM EDT, Wed August 28, 2024

2024.08.30. https://www.dw.com/en/ukrainian-officials-to-present-us-with-list-of-russian-targets/video-70093413 Ralph Martin 08/30/2024 August 30, 2024 Ukrainian officials are visiting Washington to persuade the US to lift restrictions on long-range weapons. The US supplied Ukraine with long-range missile systems but has thus far barred the use of them inside Russian territory.

2024.08.31. https://www.svoboda.org/a/umerov-peredal-ssha-spisok-vozmozhnyh-tseley-na-territorii-rf/33100872.html Украина передала США список возможных целей на территории РФ // 31 августа 2024 // Министр обороны Украины Рустем Умеров подтвердил появившиеся ранее в СМИ сообщения и заявил о том, что в ходе визита в Вашингтон передал высокопоставленным представителям администрации Соединённых Штатов список целей в глубине российской территории, которые Киев хочет поражать дальнобойными ракетами западного производства, в первую очередь – американскими ATACMS.

2024.09.10. https://www.youtube.com/watch?v=fA02adzuRxI Ничего святого: злобные укропы уже добрались до Москвы и Брянска. Следующая цель – Кремль? Om TV Sep 10, 2024

Keywords

«Санитарная зона»,

«Annexation of Crimea», «Budapest memorandum», «Bavovna», «Buffer zone», «[[]]», «Demilitarization», «Denazification», «Designate Russia as state sponsor of terrorism», «Designate Russia as terrorist state», «Duration», «Fascism», «Moscovia», «Moscovia Buffer Zone», «PHP», «Putin world war», «Russian invasion into Ukraine»,

«А нас то за что», «Аннексия Крыма», «Бавовна», «Будапештский меморандум», «Глушковский Котёл», «Глушковский Мост», «Демилитаризация», «Денацификация», «Московия», «Паханат», «[[]]», «Перенос боевых действий на территорию страны агрессора», «[[]]», «Путинская мировая война», «Распад РФ», «Российское вторжение в Украину», «Санитарная зона»,