Amsterdam metropolitan area

The Amsterdam metropolitan area (Dutch: Metropoolregio Amsterdam) is the city region around the city of Amsterdam, the capital of the Netherlands. It lies in the Noordvleugel (English: "North Wing") of the larger polycentric Randstad metropolitan area and encompasses the city of Amsterdam, the provinces of North Holland and Flevoland, as well as 36 further municipalities within the two provinces,[4] with a total population of over 2.4 million inhabitants.

Greater Amsterdam

Metropoolregio Amsterdam
Metropolitan Region Amsterdam
From top down, left to right: Amsterdam,
Zaanse Schans, Haarlem and Schiphol
Flag
Coat of arms
Motto(s): 
Heldhaftig, Vastberaden, Barmhartig (Valiant, Steadfast, Compassionate)
Coordinates: 52°22′00″N 4°54′00″E
Country Netherlands
Provinces North Holland
 Flevoland
Core city Amsterdam
Satellite citiesAlmere, Haarlem, Zaanstad, Haarlemmermeer, Hilversum, Amstelveen, Purmerend, Lelystad, Velsen, Gooise Meren, Huizen, Beverwijk, Heemskerk, Aalsmeer
Area
  Metropolitan region2,580.26 km2 (996.24 sq mi)
  Urban1,140.2 km2 (440.2 sq mi)
  Agglomeration[lower-alpha 2]448.44 km2 (173.14 sq mi)
  Municipality[lower-alpha 3]219.32 km2 (84.68 sq mi)
Population
 (2020)
  Metropolitan region2,480,394
  Density960/km2 (2,500/sq mi)
  Urban
1,575,263
  Urban density1,400/km2 (3,600/sq mi)
  Agglomeration
1,112,165
  Agglomeration density2,500/km2 (6,400/sq mi)
  Municipality
813,562
  Municipality density3,700/km2 (9,600/sq mi)
Demonym(s)Amsterdammer
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Area code(s)020, 036, 023, 075, 0252, 0297, 0299, 0320, 0294, 035, 0251,
GeoTLD.amsterdam
Websitewww.metropoolregioamsterdam.nl

The administrative responsibility for the Amsterdam metropolitan area lies with the Amsterdam Metropolitan Area Central Administration (BKG).

Members

gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?

See also

Notes

  1. Amsterdam Urban Region (SG)[1]
    Municipalities: Amsterdam · Almere · Zaanstad · Haarlemmermeer · Amstelveen · Purmerend · Diemen · Waterland · Wormerland · Ouder-Amstel · Landsmeer · Oostzaan · Muiden · Zeevang
  2. Amsterdam Agglomeration (GA)[2]
    Municipalities: Amsterdam · Zaanstad · Amstelveen · Diemen · Wormerland · Landsmeer · Oostzaan
  3. Municipality of Amsterdam[3]
    Boroughs: Amsterdam-Centrum · Amsterdam-Noord · Amsterdam Nieuw-West · Amsterdam-Oost · Amsterdam-West · Amsterdam Westpoort · Amsterdam-Zuid · Amsterdam-Zuidoost

References

  1. "Amsterdam (SG)". CBS. 2014. Stadsgewest Amsterdam
  2. "Amsterdam (GA)". CBS. 2014. Grootstedelijke Agglomeratie Amsterdam
  3. "Amsterdam". CBS. 2014. Gemeente Amsterdam
  4. Official Website, accessed January 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.