File:Dyatlov pass incident fancy map 2.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
Source: Wikipedia, the free encyclopedia.

Original file(SVG file, nominally 1,000 × 483 pixels, file size: 681 KB)

Summary

Description
English: Map of Dyatlov pass incident.
Date
Source Own work
Author Merikanto
SVG development
InfoField
 
The SVG code is valid.
 
This map was created with an unknown SVG tool.
 
  This SVG map uses embedded raster graphics to show its topographic structures.
Camera location61° 45′ 31″ N, 59° 25′ 46″ E  Heading=45° Kartographer map based on OpenStreetMap.View this and other nearby images on: OpenStreetMapinfo

Generric Mapping Tools GMT 6 traditional style code of this map. Windows 10 batch file on GMT command prompt.


rem GMT 5.4 script

rem ASTER grid 2019, near dyatlov pass, from earth explorer, rem translated to .nc file rem gdal_translate -of netcdf -ot float32 .\inputdata\ASTGTMV003_N61E059_dem.tif aster.nc rem NOTE: you neet linux CDO (climate data operators) or other like stuff to alingn satellite and heightmap rasters rem rem 7.2.2020 v 0000.0002 rem rem sources of raster data: ESA sentinelhub, NASA/JAXA earth explorer aster rem rem 00_2016-07-03-23 59_Sentinel-2_L1C_True_color.tiff rem ASTGTMV003_N61E059_dem.tif rem

set grid=aster.tiff rem below must be 8-bit geotiff! rem set inimage=.\inputdata\l1.tiff set inimage=.\inputdata\s1.tiff rem set inimage=.\inputdata\s1.tiff set outi=out.ps set proj=-JQ24 rem big rect rem set rect1=-R59.40/59.48/61.72/61.80 rem set rect=-R59.41/59.47/61.73/61.79 rem smaller rect set rect=-R59.41/59.47/61.74/61.77 set annot=-B1m1m

set params1=%size1% %rect1% set params2=%params1% %annot1%


rem rect=-R59.425/59.46/61.752/61.773

gmt makecpt -Ccopper -T000/255/1 -Z > colors.cpt

rem gmt makecpt -Ccopper -T000/50/1 -Z > palette.cpt

rem gmt makecpt -Ctopo -T00/255/1 -Z > palette.cpt rem gmt makecpt -Cworld -T00/255/1 -Z > palette.cpt rem gmt makecpt -Csealand -T00/150/1 -Z > palette.cpt rem gmt makecpt -Cwysiwyg -T00/50/1 -Z > palette.cpt rem gmt makecpt -Crelief -T25/50/1 -Z > palette.cpt gmt makecpt -Ctopo -T00/255/1 -Z > palette.cpt

echo 0 120/160/180 20 220/255/180 > palette2.cpt echo 20 220/255/180 100 255/210/150 >> palette2.cpt echo B black >> palette2.cpt echo F white >> palette2.cpt echo N 127.5 >> palette2.cpt


copy .\inputdata\ASTGTMV003_N61E059_dem.tif %grid%


gmt grdsample %rect1% %grid% -I1.0s -Gdem1.tiff gmt grdsample %rect1% %kuva1% -I1.0s -Gsat1.tiff

rem create hillshade

gmt grdgradient dem1.tiff -Ghillshade-grad.tiff -A270 -Ne0.6 -V gmt grdhisteq hillshade-grad.tiff -Ghillshade-hist.tiff -N -V gmt grdmath hillshade-hist.tiff 5 DIV = hillshade-int.tiff

gmt grdconvert sat1.tiff sat2.tiff=bs -N -V gmt grdconvert dem1.tiff dem2.tiff=bs -N -V gmt grdconvert hillshade-int.nc hill2.nc=bs -N -V


rem map rem map

rem map

gmt grdimage %proj% %rect% %annot% sat1.tiff -Cpalette.cpt -Ihillshade-int.tiff -K > %outi% rem original rem coarse rem gmt grdimage -n+c %proj% %rect% -Cpalette.cpt .\siirto_in1\bandit3.nc -I.\siirto_in1\hill2.nc -K > %outi%

rem fancy rem gmt grdimage -n+c %proj% %rect% %annot% -Cpalette2.cpt handit4.nc -Ihill4.nc -K > %outi%

gmt grdcontour %proj% %rect% -C20 -Wa0.8,127/0/0@35 -Wc0.3,150/0/0@35 -A100+f16p -B1m1m %grid% -O -K >> %outi%

rem locations in map

rem tent

echo 59.429409 61.7586180 > tent.txt gmt psxy %proj% %rect% tent.txt -St1.2 -G- -W4p,DarkBlue -O -K >> %outi%

echo 59.430 61.759 Tent > tent_text.txt gmt pstext %proj% %rect% tent_text.txt -F+f30p,Sans-Serif,DarkBlue+jBL -O -K >> %outi%

rem cedar

echo 59.4549787 61.76477 > cedar.txt gmt psxy %proj% %rect% cedar.txt -St0.6 -G40/120/40 -W3p,0/42/0 -O -K >> %outi% echo 59.4555 61.7637 Cedar > cedar_text.txt gmt pstext %proj% %rect% cedar_text.txt -F+f30p,Sans-Serif,0/40/0+jBL -O -K >> %outi%

rem ravine echo 59.453 61.7655 Ravine > ravine_text.txt gmt pstext ravine_text.txt %proj% %rect% -F+f30p,Sans-Serif,DarkBlue@35+jBL -O -K >> %outi%

rem mountain echo 59.413 61.75 Holat Sayakhyl > mountain_text.txt gmt pstext mountain_text.txt %proj% %rect% -F+f40p,Sans-Serif,DarkRed+jBIL -O -K >> %outi%

rem dyatlov pass echo 59.462778 61.754722 > dyatlov_pass.txt gmt psxy dyatlov_pass.txt %proj% %rect% -Sc2.2 -W3p,0/120/0,- -O -K >> %outi% echo 59.442 61.7546 Dyatlov Pass > dyatlov_pass_text.txt gmt pstext dyatlov_pass_text.txt %proj% %rect% -F+f35p,Sans-Serif,0/32/0+jBL -O -K >> %outi%

rem bodies

echo 59.44493692006586,61.762129336012116,k > bodies.txt echo 59.44836167718233,61.76220595524,s >> bodies.txt echo 59.4498444493604,61.763239014956255,d >> bodies.txt echo 59.454716619139845,61.76479863131844,kr2 >> bodies.txt echo 59.454716619139846,61.76479863131845,kr2b >> bodies.txt echo 59.45401968997703,61.76506217040845,zo4 >> bodies.txt echo 59.45401968997704,61.76506217040846,zo4 >> bodies.txt echo 59.45401968997705,61.76506217040847,zo4 >> bodies.txt echo 59.45401968997706,61.76506217040848,zo4 >> bodies.txt

gmt psxy %proj% %rect% bodies.txt -S+0.75 -W4.0 -G0/0/0 -O -K >> %outi%


rem gmt pscoast %proj% %rect% -W1 -N1 -S0 -Lf59.45/61.735/61.735/1.0+l --FONT_ANNOT_PRIMARY=18p --LABEL_FONT_SIZE=18p --MAP_SCALE_HEIGHT=0.3 --MAP_TICK_PEN_PRIMARY=thicker,black -O -K >> %outi% gmt pscoast %proj% %rect% -W1 -N1 -S0 -Lf59.45/61.743/61.743/1.0+l --FONT_ANNOT_PRIMARY=18p --LABEL_FONT_SIZE=18p --MAP_SCALE_HEIGHT=0.3 --MAP_TICK_PEN_PRIMARY=thicker,black -O -K >> %outi%


echo 59.441314557592591,61.759064921390738 > river1.txt echo 59.441982532345719,61.759290837580707 >> river1.txt echo 59.442422103032989,61.759667163104425 >> river1.txt echo 59.443146691171336,61.75991308684398 >> river1.txt echo 59.443658407546351,61.760124073132118 >> river1.txt echo 59.443995403063568,61.760497088033603 >> river1.txt echo 59.444296982921308,61.760558136817913 >> river1.txt echo 59.444428697732107,61.760694171952522 >> river1.txt echo 59.444667449146017,61.7607524006932 >> river1.txt echo 59.444938752938853,61.760831763632318 >> river1.txt echo 59.445146458343864,61.761023116660844 >> river1.txt echo 59.445419551132879,61.761311686096548 >> river1.txt echo 59.445939751565362,61.76153319994026 >> river1.txt echo 59.446367490676181,61.761763244955851 >> river1.txt echo 59.446790443785453,61.76203931549864 >> river1.txt echo 59.446864917478422,61.762291219425045 >> river1.txt echo 59.447281453581873,61.762615554390429 >> river1.txt echo 59.447625999543867,61.76271605886884 >> river1.txt echo 59.448055718164476,61.762729131747598 >> river1.txt echo 59.448078937819268,61.762814392520333 >> river1.txt echo 59.448344288358363,61.763077774503195 >> river1.txt echo 59.448700220471643,61.763353474798038 >> river1.txt echo 59.449407086089693,61.76362214137059 >> river1.txt echo 59.450152761536614,61.763837876724601 >> river1.txt echo 59.450500171736181,61.764111788680943 >> river1.txt echo 59.450995064797468,61.764342223351775 >> river1.txt echo 59.45164301419193,61.764471932961143 >> river1.txt echo 59.452064083115026,61.764478860006975 >> river1.txt echo 59.452138160505356,61.764574053189904 >> river1.txt echo 59.4526521901617,61.764891504405071 >> river1.txt echo 59.452822552036331,61.76509908635748 >> river1.txt echo 59.452821873638271,61.765171126657258 >> river1.txt echo 59.45291846123699,61.765271099091912 >> river1.txt echo 59.45308787813476,61.765320628243366 >> river1.txt echo 59.453272619735323,61.765294730356082 >> river1.txt echo 59.453427776796467,61.765297771711523 >> river1.txt echo 59.453567820249468,61.765394886824531 >> river1.txt echo 59.453676508269496,61.765446090648943 >> river1.txt echo 59.453797204676718,61.765447222359555 >> river1.txt echo 59.453822103848232,61.765548737836959 >> river1.txt echo 59.453790995432577,61.765615381407571 >> river1.txt echo 59.453825548356647,61.765676120897808 >> river1.txt echo 59.453869605600204,61.76577425271725 >> river1.txt echo 59.453739407455174,61.765868632413948 >> river1.txt echo 59.453710550918309,61.765920691218675 >> river1.txt echo 59.453702409566901,61.766005105044663 >> river1.txt echo 59.453638371268752,61.766083839547271 >> river1.txt echo 59.453486338947748,61.766149184540708 >> river1.txt echo 59.453599418724359,61.766343280391069 >> river1.txt echo 59.453954524431218,61.766399251446025 >> river1.txt echo 59.454184704861831,61.76644457976964 >> river1.txt echo 59.454260512248155,61.766527661514061 >> river1.txt echo 59.454152274608987,61.766642818170297 >> river1.txt echo 59.454028080024777,61.766745949142695 >> river1.txt echo 59.453918029275627,61.766837903885687 >> river1.txt echo 59.454003965944317,61.766893825119936 >> river1.txt echo 59.454607269774925,61.766800144682321 >> river1.txt echo 59.45451715455544,61.767130475980615 >> river1.txt echo 59.4545956591841,61.767215389611586 >> river1.txt echo 59.454748614307036,61.767282668763457 >> river1.txt echo 59.454773419365118,61.767393308255976 >> river1.txt echo 59.454919344833847,61.7674977121086 >> river1.txt echo 59.455195423020072,61.767472199880864 >> river1.txt echo 59.455394677751073,61.767459039733765 >> river1.txt echo 59.455643795650658,61.767474631943735 >> river1.txt echo 59.455731447237177,61.767585359165516 >> river1.txt echo 59.455726375353898,61.767651071373358 >> river1.txt echo 59.455846596297327,61.767746591933033 >> river1.txt echo 59.456033043706917,61.767698334151447 >> river1.txt echo 59.456250366145703,61.767730104176948 >> river1.txt echo 59.456164182356005,61.7679312118076 >> river1.txt echo 59.456230705720493,61.768024029409524 >> river1.txt echo 59.456212344837049,61.76814403545152 >> river1.txt echo 59.456003055211148,61.768314614517827 >> river1.txt echo 59.4557078277779,61.768472958382787 >> river1.txt echo 59.455331844879403,61.768617825070315 >> river1.txt echo 59.45523223679259,61.768843872040897 >> river1.txt echo 59.45534455450256,61.769013869328518 >> river1.txt echo 59.455270580940649,61.769268500888543 >> river1.txt echo 59.455641791499154,61.769554729890558 >> river1.txt echo 59.455535843082714,61.769713035198521 >> river1.txt echo 59.455099057205722,61.770030093133208 >> river1.txt echo >> river1.txt echo 59.453535741666641,61.765312349409591 >> river1.txt echo 59.453604703093895,61.765190748522365 >> river1.txt echo 59.453786510493011,61.765083976615358 >> river1.txt echo 59.453936971788821,61.765039488211407 >> river1.txt echo 59.45414385607058,61.764837806639996 >> river1.txt echo 59.454162663732561,61.764742897207753 >> river1.txt echo 59.454231625159807,61.764659851214397 >> river1.txt echo 59.454413432558937,61.764579770937054 >> river1.txt echo 59.454425971000234,61.764484860708841 >> river1.txt echo >> river1.txt echo 59.453911894906192,61.765457676668788 >> river1.txt echo 59.453943241009483,61.765380564331025 >> river1.txt echo 59.45392443334751,61.765294554187818 >> river1.txt echo 59.454043548540035,61.765244134336911 >> river1.txt echo 59.454250432821794,61.765226339075681 >> river1.txt echo 59.454375817234975,61.765140328501332 >> river1.txt echo 59.454444778662221,61.765009829239695 >> river1.txt echo 59.454538816972104,61.764950511210522 >> river1.txt echo 59.454601509178694,61.764849670298439 >> river1.txt echo 59.454726893591889,61.764748829055861 >> river1.txt echo 59.454896162549687,61.764731033508141 >> river1.txt echo >> river1.txt echo 59.453899356464881,61.765775021562888 >> river1.txt echo 59.454150125291235,61.765724602499354 >> river1.txt echo 59.454281778925079,61.765712739178291 >> river1.txt echo 59.454469855544851,61.765605969082799 >> river1.txt echo 59.454526278530793,61.765490301061199 >> river1.txt echo 59.454645393723304,61.765282690700943 >> river1.txt echo 59.454814662681109,61.76520557792459 >> river1.txt echo 59.455071700728134,61.765155157927865 >> river1.txt echo 59.455197085141322,61.76509584017888 >> river1.txt echo 59.455234700465276,61.765045420002323 >> river1.txt echo >> river1.txt

gmt psxy %proj% %rect% river1.txt -W1.5p,0/0/64@25,.. -O >> %outi%


gmt psconvert %outi% -A -Tf

gmt psconvert %outi% -A -Tg

rem windows10 poppler pdftocairo.exe -svg "out.pdf" "out.svg"

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Map of Dyatlov pass incident.

Items portrayed in this file

depicts

5 February 2021

61°45'31.000"N, 59°25'45.998"E

heading: 45.0 degree

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:56, 7 February 2021Thumbnail for version as of 10:56, 7 February 20211,000 × 483 (681 KB)MerikantoUpdate of script
12:02, 5 February 2021Thumbnail for version as of 12:02, 5 February 20211,000 × 483 (672 KB)MerikantoUploaded own work with UploadWizard
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Metadata