fbpx
วิกิพีเดีย

Metrication by year map

ดูภาพที่มีความละเอียดสูงกว่า((ไฟล์ SVG, 2,754 × 1,398 พิกเซล, ขนาดไฟล์: 1.07 เมกะไบต์))

รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

คำอธิบาย
English: World Map, colour-coded to show the years the countries started of the process of official conversion to the metric system. Using data from PhD thesis by Hector Vera and NIST. Magenta is preliminary 1795, and cyan is 1998; black is for countries having not adopted metric system yet, and grey is for countries with no data on their adoption year. The data used by this map can be viewed by pressing the "Edit" tab and viewing the underlying code.
  1. Vera, Hector (2011-09) The Social Life of Measures: Metrication in the United States and Mexico, 1789–2004 (PhD dissertation)[1], Sociology and Historical Studies, New School for Social Research, pages 51, 494–497
  2. (20 พฤษภาคม พ.ศ. 2518) The International Bureau of Weights and Measures 1875–1975: NBS Special Publication 420, Washington, D.C.: National Bureau of Standards, p. 244
วันที่
แหล่งที่มา BlankMap-World.svg โดย various authors
ผู้สร้างสรรค์ Authors of BlankMap-World.svg
เวอร์ชันอื่น
SVG genesis
InfoField
 
ซอร์สโค้ดของ SVG นี้ตรวจสอบถูกต้องแล้ว
 
This world map was created with Inkscape, and then manually edited
.
 
This world map uses embedded text.
This image is expected to always be the most recent one. Feel free to update it when needed.
This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, please upload the required version as a separate file.
This image relies on colours to convey information. However, the colours used make it difficult or even impossible for people with colour blindness to read the information. Please consider changing the colours to meet the needs of a wider audience.
This map should always be accompanied by suitable text for the benefit of readers who suffer from red–green colour-blindness. Suitable text can be extracted from the perl code below
This file is saved in human-editable plain text format. Any editing of the image or creation of any derivative work should be performed using a text editor. Please do not upload edits saved or exported with Inkscape or similar vector graphics editors, as well as with automated tools such as SVG Translate.
Source code
InfoField

SVG code

SVG code
#!/usr/bin/perl -w use v5.12; use Data::Dumper; use strict; use warnings; use Graphics::ColorObject; use Math::Trig; use SVG::Parser; use CSS; use constant DATE_MIN => 1795; use constant DATE_MAX => 2000; use constant HUE_START => -60; use constant HUE_LENGTH => 240; use constant SATURATION => 0.7; use constant LIGHTNESS => 0.6; use constant LEGEND_XLABEL_SIZE => 60; use constant LEGEND_XPOS => 245; use constant LEGEND_YPOS => 1250; use constant LEGEND_XOFF => 100; use constant LEGEND_YOFF => 50; use constant LEGEND_WIDTH => 2752.766; use constant LEGEND_HEIGHT => 250; my $dates = { '1795' => [ 'fr' ], '1816' => [ 'nl', 'be', 'lu' ], '1840' => [ 'sn', 'dz' ], '1849' => [ 'es' ], '1852' => [ 'pt' ], '1853' => [ 'co', 'mc' ], '1857' => [ 'mx', 've' ], '1858' => [ 'cu' ], '1861' => [ 'it' ], '1862' => [ 'pe', 'uy', 'br' ], '1864' => [ 'ro' ], '1865' => [ 'ec', 'cl' ], '1867' => [ 'do' ], '1868' => [ 'de' , 'bo' ], '1869' => [ 'tr' ], '1871' => [ 'sr', 'at', 'cz', 'sk', 'hr', 'li', 'si', 'me' ], '1873' => [ 'rs' ], '1874' => [ 'hu', 'se' ], '1875' => [ 'ch' ], '1876' => [ 'mu' ], '1877' => [ 'ar' ], '1878' => [ 'ba', 'sc' ], '1881' => [ 'cr' ], '1882' => [ 'no' ], '1884' => [ 'cg', 'ci', 'bj', 'mr', 'ne', 'td' ], '1885' => [ 'sv' ], '1886' => [ 'fi' ], '1888' => [ 'bg', 'mk' ], '1891' => [ 'st' ], '1893' => [ 'tn', 'ni' ], '1895' => [ 'hn' ], '1898' => [ 'dj' ], '1899' => [ 'py', 'pr' ], '1900' => [ 'gq', 'is' ], '1901' => [ 'gn' ], '1905' => [ 'mz', 'ao' , 'gw', 'cv' ], '1906' => [ 'ph' ], '1907' => [ 'dk', 'sm', 'gl', 'fo' ], # GL and FO as part of DK '1910' => [ 'gt', 'mt', 'bz', 'bi', 'rw', 'cd' ], '1911' => [ 'vn' ], '1912' => [ 'th' ], '1913' => [ 'cnx' ], '1914' => [ 'km' ], '1915' => [ 'pa' ], '1916' => [ 'mn' ], '1918' => [ 'ru' ], '1919' => [ 'pl' ], '1920' => [ 'ht' ], '1922' => [ 'kh', 'ma', 'eh', 'kz', 'kg', 'tj', 'tm', 'uz', 'am', 'az', 'by', 'ee', 'ge', 'lv', 'lt', 'md', 'ua' ], '1923' => [ 'ly', 'id', 'af' ], '1924' => [ 'tg' ], '1927' => [ 'ir' ], '1930' => [ 'iq' ], '1934' => [ 'sy', 'ad', 'lb' ], '1947' => [ 'il' ], '1948' => [ 'kp', 'al' ], '1949' => [ 'kr' ], '1951' => [ 'eg', 'bt', 'jp' ], '1952' => [ 'jo', 'tw' ], '1954' => [ 'sd', 'ss', 'in' ], # SS was part of SD '1957' => [ 'gr', 'mo', 'tl', 'mg' ], '1959' => [ 'mv' ], '1960' => [ 'so', 'ga', 'bf', 'ml', 'cf' ], '1961' => [ 'kw', 'cm', 'ae' ], '1962' => [ 'et', 'er', 'ng' ], '1963' => [ 'np', 'la' ], '1964' => [ 'sa' ], '1965' => [ 'gb' ], '1967' => [ 'na', 'ie', 'za', 'ke', 'ug', 'tz', 'pk' ], # NA was part of ZA '1968' => [ 'sg'], '1969' => [ 'au', 'nz', 'bs', 'zw', 'bw', 'sz', 'bh', 'gd', 'dm', 'vc', 'kn' ], '1970' => [ 'ca', 'lk', 'tt', 'zm', 'ls', 'pg', 'sb' ], '1971' => [ 'bm', 'gy', 'my'], # BM is grouped with GY and MY on the NIST list on p.244 '1972' => [ 'gh', 'cy', 'fj', 'qa' ], '1973' => [ 'bb', 'jm', 'nr' ], '1974' => [ 'om', 'ag' ], '1975' => [ 'to' ], '1976' => [ 'sl', 'mw', 'gm'], '1978' => [ 'tv' ], '1981' => [ 'ye' ], '1982' => [ 'bd' ], '1984' => [ 'ki' ], '1985' => [ 'bn' ], '1988' => [ 'vu' ], '2000' => [ 'lc' ] }; my $css = new CSS( { 'parser' => 'CSS::Parse::Lite', 'adaptor' => 'CSS::Adaptor::Pretty' } ); my $svg=SVG::Parser->new()->parsefile($ARGV[0]); my $css_container = $svg->getElementbyID('style_css_sheet'); my $css_data = $css_container->{-cdata}; $css_data =~ s!/\*.*?\*\/!!gs; $css->read_string( $css_data ); my $hue_start = deg2rad(HUE_START); my $hue_length = deg2rad(HUE_LENGTH, 1); foreach my $date( sort keys %$dates ) { my $hue = $hue_start + (1-(DATE_MAX - $date)/(DATE_MAX - DATE_MIN)) * $hue_length; $css->read_string( sprintf "%s {\n\tfill: #%s;\n}\n", join (', ', map { ".$_" } @{$dates->{$date{{), Graphics::ColorObject->new_HSL([rad2deg($hue), SATURATION, LIGHTNESS])->as_RGBhex() ); } $css->read_string( ".us, .mm, .lr { fill: #333333 } " ); # say($css->output()); $css->get_style_by_selector( '.landxx' )->get_property_by_name( 'stroke' )->{values} = [new CSS::Value({value => 'black'})]; $css->get_style_by_selector( '.landxx' )->get_property_by_name( 'fill' )->{values} = [new CSS::Value({value => '#FFFFD0'})]; # $css->get_style_by_selector( '.lake' )->get_property_by_name( 'stroke' )->{values} = [new CSS::Value({value => '#1821DE'})]; $css->get_style_by_selector( '.oceanxx' )->get_property_by_name( 'fill' )->{values} = [new CSS::Value({value => '#9ec7f3'})]; my $coastxx = $css->get_style_by_selector( '.coastxx' ); $coastxx->add_property( new CSS::Property( { property => 'stroke', value => '#1821DE' } ) ); $coastxx->add_property( new CSS::Property( { property => 'stroke-opacity', value => '1.0' } ) ); $coastxx->add_property( new CSS::Property( { property => 'stroke-width', value => '0.5' } ) ); my $legend = $svg->group( id => 'legend', transform => 'translate('.LEGEND_XPOS.','.LEGEND_YPOS.') scale(0.8)' ); my $gradient = $legend->gradient( -type => "linear", id => "legend_gradient" ); my $legend_box = $legend->rectangle( x => 0, y => 0, width => LEGEND_WIDTH, height => LEGEND_HEIGHT, rx => 10, ry => 10, id => 'legend_box' ); my $gradbox = $legend->rectangle( x => LEGEND_XOFF, y => LEGEND_YOFF, width => LEGEND_WIDTH - LEGEND_XOFF * 2, height => 100, id => 'legend_grad' ); { my $span = scalar keys %$dates; my $counter = 0; foreach my $date( sort keys %$dates ) { my $hue = $hue_start + (1-(DATE_MAX - $date)/(DATE_MAX - DATE_MIN)) * $hue_length; $gradient->stop( offset => sprintf( "%d%%", $counter / $span * 100 ), 'stop-color' => '#'.Graphics::ColorObject->new_HSL([rad2deg($hue), SATURATION, LIGHTNESS])->as_RGBhex(), ); ++$counter; } my $datespan = DATE_MAX - DATE_MIN; foreach my $id(0..10) { my $xpos = LEGEND_XOFF + $id / 10 * (LEGEND_WIDTH - LEGEND_XOFF * 2); $legend->line( x1 => $xpos - 2, x2 => $xpos - 2, y1 => LEGEND_YOFF, y2 => 170, 'stroke-width' => '4', ); $legend->text( x => $xpos - LEGEND_XLABEL_SIZE, y => 220, fill => 'black', 'font-family' => 'sans-serif', 'fill-opacity' => 1, 'font-size' => LEGEND_XLABEL_SIZE, 'stroke' => 'none', )->cdata(DATE_MIN + int($id/10 * $datespan) ); } } $css->read_string( "#legend { fill: #d0d0d0; fill-opacity: .3; stroke: black; stroke-width: 10; } " ); $css->read_string( "#legend_grad { fill: url(#legend_gradient); fill-opacity: 1; stroke: black; stroke-width: 1; } " ); $css_container->CDATA( "\n".$css->output() ); print $svg->xmlify(); 
ข้าพเจ้า ในฐานะผู้ถือลิขสิทธิ์ของภาพหรือสื่อนี้ อนุญาตให้ใช้ภาพหรือสื่อนี้ภายใต้เงื่อนไขต่อไปนี้

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร
World map showing countries' year of metrication

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

สถานะลิขสิทธิ์

copyrighted, dedicated to the public domain by copyright holder อังกฤษ

สัญญาอนุญาต

released into the public domain by the copyright holder อังกฤษ

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

(ล่าสุด | เก่าสุด) ดู (ใหม่กว่า 10 | เก่ากว่า 10) (10 | 20 | 50 | 100 | 250 | 500)
วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน21:36, 6 กันยายน 25622,754 × 1,398 (1.07 เมกะไบต์)Cherkashchanged legend background color
06:42, 6 กันยายน 25622,754 × 1,398 (1.07 เมกะไบต์)Cherkashadded Faroe Islands
06:00, 6 กันยายน 25622,754 × 1,398 (1.07 เมกะไบต์)Cherkashupdated to the newest baseline blank map, added circles; reused latest version's legend/data with updates: Turkey updated (per Vera ref); no mention in refs of Palestine's differing from Israel; Bermuda moved by one year (per NIST ref)
02:25, 20 กรกฎาคม 25622,560 × 1,314 (1.13 เมกะไบต์)De728631added Turkey, Greenland, West Bank
21:45, 19 มิถุนายน 25612,560 × 1,314 (1.06 เมกะไบต์)AzaTothHue moved 60° down and increased length to 240° from 120°; other changes applied since before.
16:40, 31 กรกฎาคม 2555940 × 477 (1.54 เมกะไบต์)HtonlAlter CSS to apply same colour to Namibia as South Africa - Namibia (SWA) was at the time part of South Africa and the South African metrication law applied.
09:21, 23 มีนาคม 2552940 × 477 (1.54 เมกะไบต์)AzaTothcorrectify the gradient
09:13, 23 มีนาคม 2552940 × 477 (1.54 เมกะไบต์)AzaTothdon't want to have ugly gray there :/
09:11, 23 มีนาคม 2552940 × 477 (1.54 เมกะไบต์)AzaTothforgot to readd the ocean color
09:07, 23 มีนาคม 2552940 × 477 (1.54 เมกะไบต์)AzaTothupdated with legend
(ล่าสุด | เก่าสุด) ดู (ใหม่กว่า 10 | เก่ากว่า 10) (10 | 20 | 50 | 100 | 250 | 500)

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ส่วนกลาง

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

  • Bruger:AstroOgier/SI-enhedssystemet
  • Métrification
  • Discussion:Champ (créature lacustre)
  • Wikipédia:Projets pédagogiques/Université du Québec à Chicoutimi/calendrier
  • Wikipédia:Le Bistro/22 mai 2015
  • Wikipédia:Projets pédagogiques/Cégep de Chicoutimi/NYA
  • Wikipédia:Projets pédagogiques/Cégep de Chicoutimi/rdm
  • Metricatie
  • Sistema métrico
  • ข้อมูลเกี่ยวกับภาพ

    ไฟล, metrication, year, ไฟล, ประว, ไฟล, หน, าท, ภาพน, การใช, ไฟล, วนกลาง, อม, ลเก, ยวก, บภาพขนาดของต, วอย, าง, ของไฟล, กเซล, ความละเอ, ยดอ, กเซล, กเซล, กเซล, กเซล, กเซล, กเซล, ภาพท, ความละเอ, ยดส, งกว, 8206, ไฟล, กเซล, ขนาดไฟล, เมกะไบต, ปภาพหร, อไฟล, เส, ยงน, . ifl prawtiifl hnathimiphaphni karichiflswnklang khxmulekiywkbphaphkhnadkhxngtwxyang PNG nikhxngifl SVG ni 800 406 phikesl khwamlaexiydxun 320 162 phikesl 640 325 phikesl 1 024 520 phikesl 1 280 650 phikesl 2 560 1 300 phikesl 2 754 1 398 phikesl duphaphthimikhwamlaexiydsungkwa 8206 ifl SVG 2 754 1 398 phikesl khnadifl 1 07 emkaibt rupphaphhruxiflesiyngni tnchbbxyuthi khxmmxns raylaexiyddanlang epnkhxkhwamthiaesdngphlcak ifltnchbbinkhxmmxns khxmmxnsepnewbistinokhrngkarsahrbekbrwbrwmsuxesri thi khunsamarthchwyid khwamyx khaxthibayMetrication by year map svg English World Map colour coded to show the years the countries started of the process of official conversion to the metric system Using data from PhD thesis by Hector Vera 1 and NIST 2 Magenta is preliminary 1795 and cyan is 1998 black is for countries having not adopted metric system yet and grey is for countries with no data on their adoption year The data used by this map can be viewed by pressing the Edit tab and viewing the underlying code Vera Hector 2011 09 The Social Life of Measures Metrication in the United States and Mexico 1789 2004 PhD dissertation 1 Sociology and Historical Studies New School for Social Research pages 51 494 497 20 phvsphakhm ph s 2518 The International Bureau of Weights and Measures 1875 1975 NBS Special Publication 420 Washington D C National Bureau of Standards p 244wnthi 18 minakhm ph s 2552aehlngthima BlankMap World svg ody various authorsphusrangsrrkh Authors of BlankMap World svgewxrchnxun Metric system uptake for statutory purposes SVG files English By degree Data from the English Wikipedia Metrication article the Law of Weights and Measures of the Commonwealth of Puerto Rico the Weights amp Measures law of Guam and a June 2019 article by Katharina Buchholz on the Statista statistics portal English By degree Data from Vera s PhD thesis on metrication in the United States and Mexico 2011 English By date Data source not recorded English By date Data from NIST 1975 and Vera s PhD thesis on metrication in the United States and Mexico 2011 English By system Data from Statistica ANSI en Metric Conversion Act en Metrication in the United States Metric system uptake for statutory purposes PNG files English By date Data from USMA U S Metric Association SVG genesisInfoField sxrsokhdkhxng SVG nitrwcsxbthuktxngaelw This world map was created with Inkscape and then manually edited This world map uses embedded text This image is expected to always be the most recent one Feel free to update it when needed This file may be updated to reflect new information If you wish to use a specific version of the file without new updates being mirrored please upload the required version as a separate file This image relies on colours to convey information However the colours used make it difficult or even impossible for people with colour blindness to read the information Please consider changing the colours to meet the needs of a wider audience This map should always be accompanied by suitable text for the benefit of readers who suffer from red green colour blindness Suitable text can be extracted from the perl code belowThis file is saved in human editable plain text format Any editing of the image or creation of any derivative work should be performed using a text editor Please do not upload edits saved or exported with Inkscape or similar vector graphics editors as well as with automated tools such as SVG Translate Source codeInfoFieldSVG code SVG code usr bin perl w use v5 12 use Data Dumper use strict use warnings use Graphics ColorObject use Math Trig use SVG Parser use CSS use constant DATE MIN gt 1795 use constant DATE MAX gt 2000 use constant HUE START gt 60 use constant HUE LENGTH gt 240 use constant SATURATION gt 0 7 use constant LIGHTNESS gt 0 6 use constant LEGEND XLABEL SIZE gt 60 use constant LEGEND XPOS gt 245 use constant LEGEND YPOS gt 1250 use constant LEGEND XOFF gt 100 use constant LEGEND YOFF gt 50 use constant LEGEND WIDTH gt 2752 766 use constant LEGEND HEIGHT gt 250 my dates 1795 gt fr 1816 gt nl be lu 1840 gt sn dz 1849 gt es 1852 gt pt 1853 gt co mc 1857 gt mx ve 1858 gt cu 1861 gt it 1862 gt pe uy br 1864 gt ro 1865 gt ec cl 1867 gt do 1868 gt de bo 1869 gt tr 1871 gt sr at cz sk hr li si me 1873 gt rs 1874 gt hu se 1875 gt ch 1876 gt mu 1877 gt ar 1878 gt ba sc 1881 gt cr 1882 gt no 1884 gt cg ci bj mr ne td 1885 gt sv 1886 gt fi 1888 gt bg mk 1891 gt st 1893 gt tn ni 1895 gt hn 1898 gt dj 1899 gt py pr 1900 gt gq is 1901 gt gn 1905 gt mz ao gw cv 1906 gt ph 1907 gt dk sm gl fo GL and FO as part of DK 1910 gt gt mt bz bi rw cd 1911 gt vn 1912 gt th 1913 gt cnx 1914 gt km 1915 gt pa 1916 gt mn 1918 gt ru 1919 gt pl 1920 gt ht 1922 gt kh ma eh kz kg tj tm uz am az by ee ge lv lt md ua 1923 gt ly id af 1924 gt tg 1927 gt ir 1930 gt iq 1934 gt sy ad lb 1947 gt il 1948 gt kp al 1949 gt kr 1951 gt eg bt jp 1952 gt jo tw 1954 gt sd ss in SS was part of SD 1957 gt gr mo tl mg 1959 gt mv 1960 gt so ga bf ml cf 1961 gt kw cm ae 1962 gt et er ng 1963 gt np la 1964 gt sa 1965 gt gb 1967 gt na ie za ke ug tz pk NA was part of ZA 1968 gt sg 1969 gt au nz bs zw bw sz bh gd dm vc kn 1970 gt ca lk tt zm ls pg sb 1971 gt bm gy my BM is grouped with GY and MY on the NIST list on p 244 1972 gt gh cy fj qa 1973 gt bb jm nr 1974 gt om ag 1975 gt to 1976 gt sl mw gm 1978 gt tv 1981 gt ye 1982 gt bd 1984 gt ki 1985 gt bn 1988 gt vu 2000 gt lc my css new CSS parser gt CSS Parse Lite adaptor gt CSS Adaptor Pretty my svg SVG Parser gt new gt parsefile ARGV 0 my css container svg gt getElementbyID style css sheet my css data css container gt cdata css data s gs css gt read string css data my hue start deg2rad HUE START my hue length deg2rad HUE LENGTH 1 foreach my date sort keys dates my hue hue start 1 DATE MAX date DATE MAX DATE MIN hue length css gt read string sprintf s n tfill s n n join map dates gt date Graphics ColorObject gt new HSL rad2deg hue SATURATION LIGHTNESS gt as RGBhex css gt read string us mm lr fill 333333 say css gt output css gt get style by selector landxx gt get property by name stroke gt values new CSS Value value gt black css gt get style by selector landxx gt get property by name fill gt values new CSS Value value gt FFFFD0 css gt get style by selector lake gt get property by name stroke gt values new CSS Value value gt 1821DE css gt get style by selector oceanxx gt get property by name fill gt values new CSS Value value gt 9ec7f3 my coastxx css gt get style by selector coastxx coastxx gt add property new CSS Property property gt stroke value gt 1821DE coastxx gt add property new CSS Property property gt stroke opacity value gt 1 0 coastxx gt add property new CSS Property property gt stroke width value gt 0 5 my legend svg gt group id gt legend transform gt translate LEGEND XPOS LEGEND YPOS scale 0 8 my gradient legend gt gradient type gt linear id gt legend gradient my legend box legend gt rectangle x gt 0 y gt 0 width gt LEGEND WIDTH height gt LEGEND HEIGHT rx gt 10 ry gt 10 id gt legend box my gradbox legend gt rectangle x gt LEGEND XOFF y gt LEGEND YOFF width gt LEGEND WIDTH LEGEND XOFF 2 height gt 100 id gt legend grad my span scalar keys dates my counter 0 foreach my date sort keys dates my hue hue start 1 DATE MAX date DATE MAX DATE MIN hue length gradient gt stop offset gt sprintf d counter span 100 stop color gt Graphics ColorObject gt new HSL rad2deg hue SATURATION LIGHTNESS gt as RGBhex counter my datespan DATE MAX DATE MIN foreach my id 0 10 my xpos LEGEND XOFF id 10 LEGEND WIDTH LEGEND XOFF 2 legend gt line x1 gt xpos 2 x2 gt xpos 2 y1 gt LEGEND YOFF y2 gt 170 stroke width gt 4 legend gt text x gt xpos LEGEND XLABEL SIZE y gt 220 fill gt black font family gt sans serif fill opacity gt 1 font size gt LEGEND XLABEL SIZE stroke gt none gt cdata DATE MIN int id 10 datespan css gt read string legend fill d0d0d0 fill opacity 3 stroke black stroke width 10 css gt read string legend grad fill url legend gradient fill opacity 1 stroke black stroke width 1 css container gt CDATA n css gt output print svg gt xmlify khapheca inthanaphuthuxlikhsiththikhxngphaphhruxsuxni xnuyatihichphaphhruxsuxniphayitenguxnikhtxipni Public domain Public domain false falsekhapheca phuthuxlikhsiththiinnganni khxmxbnganihepnsatharnsmbti prakasnimiphlthwolkinbangpraeths karkrathadngklawxacimsamarththaidtamkdhmaykhaphecaxnuyatihthukkhnmisiththiinkarichiflniinthukehtuphlkarich odyimmimienguxnikh ewnaetkdhmayimxnuyatihthaechnnnkhabrryayodyyxithyephimkhabrryaythrrthdediywephuxkhyaykhwamwaiflnimixairxngkvsWorld map showing countries year of metricationeyxrmnWeltkarte mit dem Metrikjahr der LanderfrngessCarte du monde indiquant l annee de metrication des payssepnMapa mundial que muestra el ano de metricacion de los paisesixethmthiaesdngxyuiniflniprakxbdwysthanalikhsiththicopyrighted dedicated to the public domain by copyright holder xngkvssyyaxnuyatreleased into the public domain by the copyright holder xngkvs prawtiifl khlikwnthi ewlaephuxduiflthipraktinkhnann lasud ekasud du ihmkwa 10 ekakwa 10 10 20 50 100 250 500 wnthi ewlarupyxkhnadphuichkhwamehn pccubn21 36 6 knyayn 25622 754 1 398 1 07 emkaibt Cherkashchanged legend background color 06 42 6 knyayn 25622 754 1 398 1 07 emkaibt Cherkashadded Faroe Islands 06 00 6 knyayn 25622 754 1 398 1 07 emkaibt Cherkashupdated to the newest baseline blank map added circles reused latest version 039 s legend data with updates Turkey updated per Vera ref no mention in refs of Palestine 039 s differing from Israel Bermuda moved by one year per NIST ref 02 25 20 krkdakhm 25622 560 1 314 1 13 emkaibt De728631added Turkey Greenland West Bank 21 45 19 mithunayn 25612 560 1 314 1 06 emkaibt AzaTothHue moved 60 down and increased length to 240 from 120 other changes applied since before 16 40 31 krkdakhm 2555940 477 1 54 emkaibt HtonlAlter CSS to apply same colour to Namibia as South Africa Namibia SWA was at the time part of South Africa and the South African metrication law applied 09 21 23 minakhm 2552940 477 1 54 emkaibt AzaTothcorrectify the gradient 09 13 23 minakhm 2552940 477 1 54 emkaibt AzaTothdon 039 t want to have ugly gray there 09 11 23 minakhm 2552940 477 1 54 emkaibt AzaTothforgot to readd the ocean color 09 07 23 minakhm 2552940 477 1 54 emkaibt AzaTothupdated with legend lasud ekasud du ihmkwa 10 ekakwa 10 10 20 50 100 250 500 hnathimiphaphni hnatxipni oyngmathiphaphni rabbhnwywdrahwangpraeths karichiflswnklang wikixuntxipniichiflni karichbn af wikipedia org Gebruiker Martinvl Sandput karichbn ba wikipedia org Halyҡ ara berәmektәr sistemaһy karichbn be tarask wikipedia org Mizhnarodnaya systema SI karichbn be wikipedia org SI mizhnarodnaya sistema adzinak vymyarennya karichbn ca wikipedia org Mesura karichbn cu wikipedia org Myezhdounarodn mѣr sѷstima karichbn da wikipedia org SI systemet Bruger AstroOgier SI enhedssystemet karichbn de wikipedia org Metrisches Einheitensystem karichbn en wikipedia org Wikipedia Reference desk Archives Humanities 2010 July 29 karichbn es wikipedia org Metrificacion karichbn et wikipedia org SI karichbn eu wikipedia org Nazioarteko Unitate Sistema karichbn fi wikipedia org Kansainvalinen yksikkojarjestelma karichbn fo wikipedia org Millumtjoda eindarskipanin karichbn fr wikipedia org Systeme international d unites Metrification Discussion Champ creature lacustre Wikipedia Projets pedagogiques Universite du Quebec a Chicoutimi calendrier Wikipedia Le Bistro 22 mai 2015 Wikipedia Projets pedagogiques Cegep de Chicoutimi NYA Wikipedia Projets pedagogiques Cegep de Chicoutimi rdm karichbn io wikipedia org Metrigo karichbn it wikipedia org Sistema internazionale di unita di misura karichbn ja wikipedia org メートル法化 karichbn kab wikipedia org Anagraw agraɣlan n tiynin karichbn ka wikipedia org ერთეულთა საერთაშორისო სისტემა karichbn ky wikipedia org El aralyk birdikter sistemasy karichbn lmo wikipedia org Sistema internazional d unitaa karichbn lv wikipedia org Starptautiska mervienibu sistema karichbn ml wikipedia org അന ത ര ഷ ട ര ഏകകവ യവസ ഥ karichbn mn wikipedia org Olon ulsyn negzhijn sistem karichbn nl wikipedia org Metriek stelsel Metricatie karichbn pl wikipedia org Uklad SI karichbn pt wikipedia org Sistema Internacional de Unidades Sistema metrico karichbn roa tara wikipedia org Sisteme Ndernazionale de aunita de mesure karichbn ro wikipedia org Sistemul metric karichbn ru wikipedia org Mezhdunarodnaya sistema edinic karichbn sc wikipedia org Sistema Internatzionale de Unidades de Medida karichbn simple wikipedia org User Martinvl sandbox karichbn sl wikipedia org Metricni sistem enot karichbn uz wikipedia org Xalqaro birliklar tizimi karichbn vls wikipedia org SI system karichbn zh wikipedia org 国际单位制khxmulekiywkbphaph phaphnimikhxmulephimetim sungswnihymacakklxngdicitxlhruxsaeknenxrthisamarthekbkhxmuldngklawiwrwmkbphaphid thaphaphnithukprbprungaekikhhruxepliynaeplngcakedim khxmulbangxyangcayngkhngimepliynaeplngehmuxnphaphthithukprbprungaekikhnnchuxeruxngsnWorld Mapkhwamkwang2754khwamsung1398 ekhathungcak https th wikipedia org wiki ifl Metrication by year map svg, wikipedia, วิกิ หนังสือ, หนังสือ, ห้องสมุด,

    บทความ

    , อ่าน, ดาวน์โหลด, ฟรี, ดาวน์โหลดฟรี, mp3, วิดีโอ, mp4, 3gp, jpg, jpeg, gif, png, รูปภาพ, เพลง, เพลง, หนัง, หนังสือ, เกม, เกม