Difference between revisions of "Sanit"

From TORI
Jump to: navigation, search
(Created page with "{{oP}} <!-- {{pic|sanit8.png|150px}} !--> ==Summary== Sanit is automatically generated map of Russian strategic and military objects in the Buffer zone at [[Moscovia]...")
 
 
Line 1: Line 1:
{{oP}}
+
{{top}}
 
<!--
 
<!--
 
{{pic|sanit8.png|150px}}
 
{{pic|sanit8.png|150px}}

Latest revision as of 13:17, 10 September 2024


Summary

Sanit is automatically generated map of Russian strategic and military objects in the Buffer zone at Moscovia.

The Buffer zone (Санитарная зона) is expected to be created during the Putin world war at the transfer of hostilities to aggressor territory.

Creation of this buffer zone is expected to stop the Putin world war

The map is generated by the Google Maps from the spisok below.

Spisok and map

 

Input file "02.txt":            

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_Arbase, Авиабаза Казань
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 Порт Новороссийск

Generator of URL

<?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 labels

<?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");
//fprintf($o,"<html><meta charset=\"utf-8\"/>\n");
//fprintf($o,"<img src=\"Sanita8.png\" width=900px>\n");
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-=905.;
//$y-=924.;
//$y-=900.;
$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]);
}
//fprintf($o,"</html>\n");
fclose($o);
//system("open L5.htm");
system("open L6.txt");
?>

Warning 1

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 is not an indication, in which sequence and how the Russian strategic and military objects should be demilitarized and denazified for the fastest realization 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.

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.

Warning 2

The primitive algorithm that generates the labels
does not take into account that these labels overlap.

The manual edition may be used to fix this problem.

At the moment of loading, some articles TORIlinked, at the map, are not yet loaded. Some of them are not yet written. You may help Editor to write them.

References

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

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.

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»,

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