File:Kyllikki saari murder site cost atob btoa neg exp 1 1 1 1.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(730 × 732 pixels, file size: 221 KB, MIME type: image/png)

Captions

Captions

Kyllikki Saari murder site - negative exponent of minimum cost

Summary

[edit]
Description
English: Kyllikki Saari murder site - negative exponent of minimum cost. Input data: grave and bike.
Date
Source Own work
Author Merikanto
Camera location62° 08′ 58.71″ N, 21° 57′ 26.9″ E  Heading=90° Kartographer map based on OpenStreetMap.View this and other nearby images on: OpenStreetMapinfo

This image uses OpenStreetMap

Open Database Licence
https://www.openstreetmap.org/copyright

"R" script to calculate raster from distance raster.

Distance raster must done separately with QGIS etc utility

  1. attempt to make walk cost analysis
  2. ## input sites A, B and distance from roads
  3. 29.9.2023 0000.0000.0001

library(raster) library(gdistance)


library(sp)

library(leaflet) library(htmlwidgets) library(mapview) library(utils)

    1. input roads geojson
    2. if you gan get like this to work
    1. gdal_rasterize -a id -sql "select id, * from ways4" -ot Byte -ts 1024 1024 ways4.geojson www0.tif
  1. gdal_calc.py --calc='A>0' --outfile=www.tif -A www0.tif
  2. gdal_proximity.py -srcband 1 -distunits GEO -values 1 -maxdist 50000 -nodata 0 -ot UInt16 -of GTiff www.tif dista.tif
    1. points A, B

A=c(21.95747269428545, 62.149641560706669 ) B=c( 21.957268833940159, 62.133740877230359 )

C=(A+B)/2 C=c(21.95737,62.14169)

  1. print(A)
  2. print(B)
  3. print(C)
  1. stop(-1)


    1. distance from roac coeff

coeff_distance_input_1=10


r <- raster("dista.tif")

r<-r*coeff_distance_input_1

altDiff <- function(x){x[2] - x[1]} hd <- transition(r, altDiff, 8, symm=FALSE)

slope <- geoCorrection(hd)

adj <- adjacent(r, cells=1:ncell(r), pairs=TRUE, directions=8) speed <- slope speed[adj] <- 6 * exp(-3.5 * abs(slope[adj] + 0.05))

Conductance <- geoCorrection(speed)

AtoB <- shortestPath(Conductance, A, B, output="SpatialLines") BtoA <- shortestPath(Conductance, B, A, output="SpatialLines")

AtoBacc <- accCost(Conductance, A) BtoAacc <- accCost(Conductance, B)

par(mfrow=c(1,3))

  1. plot(AtoBacc, main="A to B")
  2. plot(BtoAacc, main="B to A")

atob_btoa=(AtoBacc+BtoAacc)/2

r2<-atob_btoa

rout1=exp(-r2/255)

  1. e = extent(c(xmax = 73.4, xmin = 74, ymin = 18.3, ymax = 18.72))
  1. clip raster to the bounding box
  2. data = crop(data,e)


crs(rout1) <- "+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0"

plot(rout1)

writeRaster(rout1, "kosto1", format = "GTiff", overwrite=TRUE)

  1. pal<-colorNumeric(ras@legend@colortable,0:255,na.color = "transparent")
  2. pal <- colorBin("Reds", domain = 0:10)

pal = leaflet::colorNumeric(palette ="YlOrRd", values(rout1),

 na.color = "transparent")

m <- leaflet() %>%

 addTiles() %>%
  setView(lng=21.95737, lat=62.14169, zoom =12)%>%  
## addMarkers(lng=21.95747269428545, lat=62.149641560706669, popup="Hauta") %>% 
## addMarkers(lng=21.957268833940159, lat=62.133740877230359, popup="Pyörä") %>% 
addCircleMarkers(lng=21.95747269428545, lat=62.149641560706669, radius=6, color='#000',stroke = FALSE, fillOpacity = 1.0, popup="Hauta") %>% 
addCircleMarkers(lng=21.957268833940159, lat=62.133740877230359, radius=6, color='#003',stroke = FALSE, fillOpacity = 1.0, popup="Pyörä") %>% 
 #addRasterImage(rout1,opacity = 0.5)
 addPolylines(data = rasterToContour(rout1, nlevels=30), weight = 0.5, color = "#00F", opacity=0.33) %>%
 addRasterImage(rout1,opacity = 0.33, colors=pal)
 

m

saveWidget(m, file = "./out.html", selfcontained = FALSE, libdir = 'leafletwidget_libs')


mapshot(m, file ="./out.png", selfcontained=FALSE)



Sites

{ "type": "FeatureCollection", "name": "sites1", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Point", "coordinates": [ 21.95747269428545, 62.149641560706669 ] } }, { "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "Point", "coordinates": [ 21.957268833940159, 62.133740877230359 ] } } ] }

Roads geojson data

{ "type": "FeatureCollection", "name": "ways4", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "id": 163 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.951475356064261, 62.12072613324198 ], [ 21.961550530054513, 62.124595844035596 ], [ 21.964788978837095, 62.129978967608167 ], [ 21.980621395107484, 62.136202012193174 ] ] ] } }, { "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.957655307371379, 62.114180200296737 ], [ 21.957212941121004, 62.114873914531067 ], [ 21.956848639503047, 62.115555442882552 ], [ 21.956133047039202, 62.116699402459126 ], [ 21.954923045236697, 62.117703373966393 ], [ 21.95327067718382, 62.119498270463836 ], [ 21.951631319903012, 62.120520401311474 ], [ 21.951243067860201, 62.120898668654696 ], [ 21.950161102659113, 62.12168850864672 ], [ 21.947723421374672, 62.123080563459467 ], [ 21.946895398869568, 62.123665671074065 ], [ 21.946296903354348, 62.124468666366724 ], [ 21.945099912323919, 62.12636657066318 ], [ 21.944468889878532, 62.127567906980318 ], [ 21.944299749841626, 62.127957190556813 ], [ 21.944143620576789, 62.128343427912633 ], [ 21.944039534400229, 62.128690124967989 ], [ 21.944072061330402, 62.12870837207155 ], [ 21.944241201367308, 62.1287114132544 ], [ 21.944410341404218, 62.128741825066186 ], [ 21.944501416808706, 62.128817854462099 ], [ 21.944566470669059, 62.128881719007239 ], [ 21.944755126864074, 62.129064188394459 ], [ 21.944911256128911, 62.129204080847153 ], [ 21.944951914791634, 62.129409356646541 ], [ 21.944916135168441, 62.129558370800055 ], [ 21.944865718426662, 62.129912656610166 ], [ 21.94485270765459, 62.130295828016294 ], [ 21.945013715958968, 62.130799113254518 ], [ 21.945443071437275, 62.131559347006387 ], [ 21.945638233018308, 62.132124948541609 ], [ 21.945430060665203, 62.132945964239049 ], [ 21.945695155146119, 62.133985885514839 ], [ 21.946718127100123, 62.135402796811874 ], [ 21.946796191732542, 62.1362906130338 ], [ 21.947160493350502, 62.137062870365888 ], [ 21.947723421374672, 62.137824638913969 ], [ 21.947980171990903, 62.138437074877615 ], [ 21.948253398204372, 62.139045110073951 ], [ 21.947954150446762, 62.141489288396961 ], [ 21.947798021181924, 62.142632269270763 ], [ 21.948006193535043, 62.14358066745833 ], [ 21.949047055300639, 62.144893785143331 ], [ 21.949775658536552, 62.146182530462482 ], [ 21.950920606478704, 62.148370840252106 ], [ 21.952221683685696, 62.15046174405299 ], [ 21.954240121124482, 62.15524020665174 ], [ 21.955282793084454, 62.159379497108191 ], [ 21.955804129064436, 62.161205474683122 ], [ 21.957889472984373, 62.16351822143578 ], [ 21.957628804994382, 62.164735385564164 ], [ 21.959192812934333, 62.166317625725867 ], [ 21.959974816904307, 62.170090326022212 ], [ 21.960235484894305, 62.171915657248967 ], [ 21.961799492834256, 62.173375842917459 ], [ 21.967794856604083, 62.176417669971357 ], [ 21.970140868514008, 62.17860759600002 ], [ 21.973529552383908, 62.181162309247853 ], [ 21.97639690027383, 62.182622048472275 ], [ 21.979785584143727, 62.184203353094965 ], [ 21.980567588113701, 62.186635967923159 ], [ 21.981870928063667, 62.188825153889098 ], [ 21.982652932033641, 62.189554847308145 ], [ 21.98108892409369, 62.190527744461718 ], [ 21.978221576203772, 62.190770963856409 ], [ 21.974832892333875, 62.191257396773437 ], [ 21.971444208463975, 62.191257396773437 ], [ 21.967794856604083, 62.191135789278228 ], [ 21.964927508714162, 62.192108635538006 ], [ 21.961278156854274, 62.192473444811135 ], [ 21.955543461074445, 62.192838249680158 ], [ 21.950851437254581, 62.192595046923479 ], [ 21.947723421374672, 62.192108635538006 ], [ 21.945638077454735, 62.188703536606404 ], [ 21.945377409464736, 62.188095442852124 ], [ 21.928694658105236, 62.182865331490504 ], [ 21.92348129830539, 62.181892187670485 ], [ 21.917746602525551, 62.180675713843243 ], [ 21.913315246695689, 62.181040661130901 ], [ 21.907841218905851, 62.180310762150256 ], [ 21.904973871015933, 62.177877638279767 ], [ 21.904452535035951, 62.17666100291801 ], [ 21.901845855136024, 62.174470935904552 ], [ 21.895850491366204, 62.169238467083694 ], [ 21.892201139506309, 62.165709081610672 ], [ 21.88985512759638, 62.16412680962091 ], [ 21.888291119656422, 62.161570656975783 ], [ 21.883599095836562, 62.159136025106221 ], [ 21.879949743976667, 62.15730992264956 ], [ 21.883498785612417, 62.15562760222209 ], [ 21.884643733554572, 62.154655272747952 ], [ 21.886413198556081, 62.153682912036288 ], [ 21.889119439146619, 62.152759140425729 ], [ 21.89120116267781, 62.151543608510813 ], [ 21.893178800032437, 62.150182154816079 ], [ 21.895364609740177, 62.149404153784374 ], [ 21.901324519156034, 62.147568848361438 ], [ 21.906814089161703, 62.146389210928518 ], [ 21.911393880930312, 62.146097426331117 ], [ 21.915661258605617, 62.145133089949155 ], [ 21.923220630315399, 62.142453529362776 ], [ 21.928173322125247, 62.13977373165109 ], [ 21.935560242262927, 62.135524912467751 ], [ 21.937976031054426, 62.134173669524941 ], [ 21.939619124589466, 62.132775681330656 ], [ 21.942393671733377, 62.130326238237799 ], [ 21.942962893011433, 62.129971957263805 ], [ 21.943265393462063, 62.129748438809827 ], [ 21.943460555043107, 62.129505151543654 ], [ 21.94375980280072, 62.12928619133379 ], [ 21.943954964381764, 62.128951665735556 ], [ 21.944033029014193, 62.128696207337065 ] ] ] } }, { "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.982392264043657, 62.189919687411042 ], [ 21.987084287863514, 62.188825153889098 ], [ 21.990472971733414, 62.18833868182201 ], [ 21.993600987613327, 62.187487336862951 ], [ 21.999857019373138, 62.185419684980403 ], [ 22.001942363293079, 62.184203353094965 ], [ 22.002985035253051, 62.176904333906563 ], [ 22.002985035253051, 62.17240239363835 ], [ 21.999857019373138, 62.168021484125511 ], [ 21.998814347413166, 62.164735385564164 ], [ 21.998814347413166, 62.161935834861119 ], [ 22.000899691333107, 62.159014288370635 ], [ 22.002724367263056, 62.157553409343834 ], [ 22.006113051132953, 62.157309922649581 ], [ 22.006373719122951, 62.15414441734918 ], [ 22.00871973103288, 62.150004410826263 ], [ 22.012629750882759, 62.14732528133802 ], [ 22.0181037786726, 62.143427942465756 ], [ 22.021753130532499, 62.138921019012678 ], [ 22.022274466512478, 62.136606392255942 ], [ 22.021231794552506, 62.134778930394091 ], [ 22.024881146412397, 62.132463987092763 ], [ 22.026705822342347, 62.129295883265456 ], [ 22.02983383822226, 62.126614921264839 ], [ 22.03322252209216, 62.122836799450916 ], [ 22.035568534002088, 62.120033372429717 ], [ 22.036871873952045, 62.118083009389906 ], [ 22.032440518122183, 62.115279142658473 ], [ 22.030615842192237, 62.11345039420187 ], [ 22.027043391580307, 62.112230677228276 ], [ 22.02279580249246, 62.110280302229086 ], [ 22.016271349755922, 62.109489001701171 ], [ 22.010023070982843, 62.109426759299744 ], [ 22.004865658412452, 62.110211494307201 ], [ 21.99991527154463, 62.11093396969941 ], [ 21.994904327563287, 62.111011891332403 ], [ 21.98874719877082, 62.110637571620892 ], [ 21.983994827377707, 62.108914700427 ], [ 21.980470151927818, 62.107562270593014 ], [ 21.97504452792068, 62.108173650453566 ], [ 21.969183269869173, 62.109766885509863 ], [ 21.967012852634102, 62.110889961040925 ], [ 21.964510104665948, 62.111285938654646 ], [ 21.962213125159277, 62.111656427878074 ], [ 21.96006230020431, 62.112762296389462 ], [ 21.958839287629743, 62.113218710463443 ], [ 21.958240792114527, 62.113596007577236 ], [ 21.957772404320011, 62.114034153172142 ], [ 21.956432294796809, 62.116206531551235 ] ] ] } }, { "type": "Feature", "properties": { "id": 3 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.896632495336181, 62.14878665408655 ], [ 21.892722475486298, 62.146229205483905 ], [ 21.894025815436258, 62.144767709286143 ], [ 21.901324519156045, 62.141479084904411 ], [ 21.90888389086582, 62.138190103356663 ], [ 21.913836582675675, 62.135875420741371 ], [ 21.917225266545572, 62.129905159729972 ], [ 21.918007270515549, 62.126371185684121 ], [ 21.920874618405467, 62.123811843721448 ], [ 21.925045306245345, 62.121861723810362 ], [ 21.929476662075214, 62.124177477235442 ], [ 21.936254029815011, 62.12454310633818 ], [ 21.939921625040093, 62.12448083279844 ], [ 21.941639046953323, 62.124614663224953 ], [ 21.94322636114585, 62.12489448857059 ], [ 21.944059050558323, 62.125101314339304 ], [ 21.944995826147359, 62.125210809763047 ], [ 21.945880558648113, 62.125259474268816 ] ] ] } }, { "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.924784638255346, 62.121983609981008 ], [ 21.923220630315399, 62.120033372429717 ], [ 21.924002634285372, 62.117473495204067 ], [ 21.926348646195308, 62.115644879113027 ], [ 21.925827310215318, 62.114547656512713 ], [ 21.921917290365439, 62.112840786869917 ], [ 21.920874618405467, 62.111499607595341 ], [ 21.921917290365439, 62.109670631159673 ], [ 21.922959962325407, 62.108329311659425 ], [ 21.922699294335416, 62.107109878811414 ], [ 21.924002634285372, 62.105890396929382 ], [ 21.925045306245345, 62.105036730435977 ], [ 21.923741966295385, 62.103695205971533 ], [ 21.926609314185296, 62.103573246259785 ], [ 21.932604677955119, 62.104426953944085 ], [ 21.939121377704929, 62.105768446044259 ], [ 21.945638077454735, 62.108329311659425 ], [ 21.95181347071199, 62.111131320625034 ], [ 21.954636808251163, 62.112604071240078 ], [ 21.95605498240678, 62.113340419722817 ], [ 21.956835628730975, 62.113717715322075 ], [ 21.957603264283097, 62.1140037265993 ], [ 21.957694339687588, 62.114192370858682 ], [ 21.958071652077617, 62.114350587719564 ], [ 21.961207248146465, 62.115835351874225 ], [ 21.964577038112573, 62.117301789353462 ] ] ] } }, { "type": "Feature", "properties": { "id": 5 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.925566642225327, 62.103817165192901 ], [ 21.914618586645652, 62.10296344034532 ], [ 21.902888527096, 62.10235362217113 ], [ 21.899499843226099, 62.101377887591823 ], [ 21.896371827346186, 62.100402121626473 ], [ 21.890637131566361, 62.100402121626473 ], [ 21.886205775736489, 62.100402121626473 ], [ 21.88385976382656, 62.098816434990397 ], [ 21.881774419906616, 62.097108679766635 ], [ 21.879689075986683, 62.09662073204646 ], [ 21.87708239608676, 62.096254766106469 ], [ 21.871869036286913, 62.095522820983867 ], [ 21.867959016437023, 62.093814880364121 ], [ 21.866134340507084, 62.0924728595772 ], [ 21.863527660607161, 62.090886758491116 ], [ 21.855186284927402, 62.089056538842065 ], [ 21.849712257137568, 62.087836331090919 ], [ 21.833811509748031, 62.08258887874527 ] ] ] } }, { "type": "Feature", "properties": { "id": 6 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.980306920123716, 62.107597657834624 ], [ 21.987344955853512, 62.106012347324153 ], [ 21.989951635753432, 62.10430499717458 ], [ 21.99229764766336, 62.100768037541563 ], [ 21.995164995553278, 62.09808455166521 ], [ 21.998293011433187, 62.095278835352559 ], [ 21.999075015403161, 62.093814880364121 ], [ 22.000117687363133, 62.091740823222992 ], [ 22.000639023343112, 62.089666624321936 ], [ 22.002463699273061, 62.086372017034932 ], [ 22.007677059072908, 62.08515170135778 ], [ 22.012629750882759, 62.083809297449086 ], [ 22.017061106712632, 62.084297451193436 ], [ 22.02201379852248, 62.082710922823445 ], [ 22.025663150382378, 62.080514054349514 ], [ 22.027227158322326, 62.078194965163632 ], [ 22.027748494302319, 62.075631555242182 ], [ 22.030355174202242, 62.073800415665552 ], [ 22.03921788586198, 62.06830633443461 ], [ 22.042085233751891, 62.06696318564164 ], [ 22.050426609431643, 62.061223608169833 ], [ 22.055379301241498, 62.056948750338151 ], [ 22.060853329031335, 62.055238638822289 ], [ 22.069455372701082, 62.053650591968562 ], [ 22.07623274044089, 62.05352843108161 ], [ 22.089266139940499, 62.053039782624055 ], [ 22.100735531500167, 62.052673291125757 ] ] ] } }, { "type": "Feature", "properties": { "id": 7 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 22.012629750882756, 62.14747751095728 ], [ 22.01680043872263, 62.15052194260754 ], [ 22.023838474452425, 62.151130792199346 ], [ 22.030615842192223, 62.15575764892089 ], [ 22.029964172217241, 62.160748990619382 ], [ 22.032440518122172, 62.161661951860317 ], [ 22.034656196037108, 62.16433981259356 ], [ 22.035829201992073, 62.166774025778935 ], [ 22.037914545912002, 62.168295309560001 ], [ 22.039869555836955, 62.168964650186993 ], [ 22.039348219856961, 62.171946078502806 ], [ 22.038305547897, 62.17377129773714 ], [ 22.03661120596205, 62.17644808669678 ], [ 22.035047198022099, 62.177056414780026 ], [ 22.035307866012086, 62.178881325601857 ], [ 22.033743858072139, 62.181922598889038 ], [ 22.030094506212244, 62.182774100588105 ], [ 22.025141814402392, 62.182895741730128 ], [ 22.018625114652579, 62.182287531125418 ], [ 22.013411754852733, 62.182774100588105 ], [ 22.010283738972831, 62.183625578303754 ], [ 22.004549043193002, 62.184112126230524 ], [ 22.001942363293075, 62.184112126230524 ] ] ] } }, { "type": "Feature", "properties": { "id": 11 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.949144103828228, 62.122287539438624 ], [ 21.945025381954203, 62.122102360344599 ] ] ] } }, { "type": "Feature", "properties": { "id": 13 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.960312176602034, 62.112841962972979 ], [ 21.963242805627782, 62.115064716340235 ] ] ] } }, { "type": "Feature", "properties": { "id": 16 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.951203464765257, 62.120565330196328 ], [ 21.949540134777667, 62.119343057817865 ], [ 21.948352041929386, 62.118620782790515 ], [ 21.94783720169513, 62.11752807760098 ] ] ] } }, { "type": "Feature", "properties": { "id": 18 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.953540047366872, 62.119417136334768 ], [ 21.957223135196529, 62.120620886860621 ] ] ] } }, { "type": "Feature", "properties": { "id": 22 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.949302516208004, 62.122269021580159 ], [ 21.953698459746633, 62.123713380566194 ] ] ] } }, { "type": "Feature", "properties": { "id": 31 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.961183444690775, 62.115787076098499 ], [ 21.96668827488779, 62.113953360026194 ], [ 21.966411053223187, 62.113508806093662 ], [ 21.965460578944565, 62.113193909780982 ], [ 21.965143754185025, 62.112971628061764 ], [ 21.964866532520432, 62.11280491570291 ], [ 21.962688362298589, 62.112378868843514 ], [ 21.961262650880656, 62.112045436690678 ], [ 21.960945826121112, 62.11217510518582 ], [ 21.960153764222266, 62.11187871923925 ], [ 21.95971813017789, 62.111322987780696 ], [ 21.959203289943634, 62.110878395280352 ], [ 21.958846862089153, 62.110804295896521 ] ] ] } }, { "type": "Feature", "properties": { "id": 111 }, "geometry": { "type": "MultiLineString", "coordinates": [ ] } }, { "type": "Feature", "properties": { "id": 141 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.982212688105296, 62.189266550124486 ], [ 21.982371100485061, 62.190227334525069 ], [ 21.983955224282763, 62.19148369880795 ], [ 21.985697760460241, 62.192924758227377 ], [ 21.987598709017483, 62.193848478120771 ], [ 21.987994739966911, 62.194661328269035 ], [ 21.988232358536571, 62.196139181608132 ], [ 21.987123471878178, 62.197247524176241 ], [ 21.98704426568829, 62.199427145951567 ], [ 21.986885853308522, 62.20253006496479 ], [ 21.986569028548981, 62.203896725795943 ], [ 21.985539348080472, 62.204857045062305 ] ] ] } }, { "type": "Feature", "properties": { "id": 222 }, "geometry": { "type": "MultiLineString", "coordinates": [ ] } }, { "type": "Feature", "properties": { "id": 333 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.880168027962519, 62.157377716559168 ], [ 21.867261342069167, 62.16287047363496 ], [ 21.861744774711529, 62.164814573495562 ], [ 21.855707776471089, 62.166272566411969 ], [ 21.852793363527425, 62.167681892773651 ], [ 21.850191209113436, 62.169236935321635 ], [ 21.84436238322612, 62.177788240481341 ], [ 21.831455697332764, 62.180702905524747 ], [ 21.819381700851888, 62.181285804817193 ], [ 21.806891359664771, 62.184005852921395 ], [ 21.794817363183892, 62.186142861887568 ], [ 21.790653916121521, 62.188668223163056 ], [ 21.789821226709051, 62.190999138605228 ] ] ] } }, { "type": "Feature", "properties": { "id": 444 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.94680920250461, 62.135384553739968 ], [ 21.950400175595906, 62.135822384433716 ], [ 21.954875881187956, 62.135165636019913 ], [ 21.957842337219898, 62.135603469877907 ] ] ] } }, { "type": "Feature", "properties": { "id": 555 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.945117802135517, 62.187891211397847 ], [ 21.942307475368416, 62.183617289604733 ], [ 21.938872631541962, 62.180168571300634 ], [ 21.936686821834211, 62.178516933083607 ], [ 21.938352200659164, 62.176233637568615 ], [ 21.940225751837225, 62.173367128910847 ], [ 21.941058441249705, 62.172395369395019 ], [ 21.941370699779384, 62.171132035343938 ], [ 21.939393062424756, 62.168605208927943 ], [ 21.938664459188843, 62.167584699960052 ], [ 21.941682958309062, 62.164717371469436 ], [ 21.943556509487131, 62.163162096577906 ], [ 21.94522188831208, 62.162092798711811 ], [ 21.946470922430787, 62.161266497204515 ], [ 21.947719956549502, 62.160391565130503 ], [ 21.95115480037596, 62.159370779069022 ], [ 21.954589644202418, 62.158349958572003 ] ] ] } }, { "type": "Feature", "properties": { "id": 667 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 21.945716297650723, 62.132124948541609 ], [ 21.946601030151477, 62.132210091944302 ], [ 21.947641891917073, 62.132137111899503 ] ] ] } } ] }

Licensing

[edit]
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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:44, 29 August 2023Thumbnail for version as of 12:44, 29 August 2023730 × 732 (221 KB)Merikanto (talk | contribs)Update on layout: contours, spots
09:57, 29 August 2023Thumbnail for version as of 09:57, 29 August 2023992 × 744 (193 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.