Battlemesh logo
  • Comments
  • Edit
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
    • Edit SideBar
  • Login

Navigation

  • RecentChanges
  • FindPage
  • PastEvents
  • ContactUs
  • HelpContents
  • attachment:battlemesh_places_more_compact.r of BattleMeshV15

Attachment 'battlemesh_places_more_compact.r'

Download

   1 # SPDX-License-Identifier: AGPL-3.0-or-later
   2 
   3 # done for battlemesh v15 presentation for guifi sax 2022 on 2022-11-4
   4 #   by guifipedro in a lavapies hotel in Madrid
   5 
   6 library(leaflet)
   7 library(data.table)
   8 
   9 # https://stackoverflow.com/questions/37376398/how-to-create-an-empty-datatable-with-columns-names-and-then-append-datatables-t
  10 
  11 dt <- data.table(edition=numeric(),lat=numeric(), long=numeric())
  12 # calafou -> https://battlemesh.org/BattleMeshV15
  13 dt <- rbind(dt, list(15, 41.51118847925773, 1.7028579145321114))
  14 # fusolab -> https://battlemesh.org/BattleMeshV14
  15 dt <- rbind(dt, list(14, 41.8720435, 12.5822329))
  16 # point it to the sea -> src https://battlemesh.org/BattleMeshV13
  17 #dt <- rbind(dt, list(13, 46.832150, -9.069017))
  18 # le 6b -> src https://battlemesh.org/BattleMeshV12
  19 dt <- rbind(dt, list(12, 48.93810677428581, 2.342786597620561))
  20 # c-base -> src https://battlemesh.org/BattleMeshV11 -> src https://wireless-meshup.org
  21 dt <- rbind(dt, list(11, 52.512979591701196, 13.42010285544062))
  22 # Volkskundemuseum -> src https://battlemesh.org/BattleMeshV10
  23 dt <- rbind(dt, list(10, 48.21298, 16.35052))
  24 # Faculty of Engineering, University of Porto -> src https://battlemesh.org/BattleMeshV9
  25 dt <- rbind(dt, list(9, 41.1782, -8.5958))
  26 # Dom Obrambe Pekre -> src https://battlemesh.org/BattleMeshV8
  27 dt <- rbind(dt, list(8, 46.5348607,15.5841888))
  28 # sublab -> src https://battlemesh.org/BattleMeshV7
  29 dt <- rbind(dt, list(7, 51.33027747540477, 12.330840668159015))
  30 # Aalborg University -> src https://battlemesh.org/BattleMeshV6
  31 dt <- rbind(dt, list(6, 57.0134, 9.9893))
  32 # National Technical University of Athens (NTUA) -> src https://battlemesh.org/BattleMeshV5
  33 dt <- rbind(dt, list(5.2, 37.9878421,23.7307094))
  34 # Sarantaporo -> src https://battlemesh.org/BattleMeshV5_Warmup
  35 dt <- rbind(dt, list(5.1, 40.01732095079183, 22.071475061427538))
  36 # ? -> src https://battlemesh.org/BattleMeshV4.01
  37 # FIXME this gave me 404
  38 # Can Roca Sant Bartomeu del Grau -> src https://battlemesh.org/BattleMeshV4
  39 dt <- rbind(dt, list(4, 41.969587068961374, 2.1691728856638686))
  40 # camp in Godarville -> src https://battlemesh.org/BattleMeshV3.3
  41 dt <- rbind(dt, list(3.3, 50.501992,4.284022))
  42 # the Ghent hackerspace, 0x20 (aka whitespace) -> src https://battlemesh.org/BattleMeshV3.1416
  43 dt <- rbind(dt, list(3.1, 51.059737375192924, 3.7323995787093787))
  44 # bracciano camping -> src https://battlemesh.org/BattleMeshV3
  45 dt <- rbind(dt, list(3, 42.10605,12.18743))
  46 # hasselt -> src https://wiki.hsbxl.be/Wireless_Battle_Mesh_v_2.7182
  47 dt <- rbind(dt, list(2.7, 50.92567356913028, 5.319454261398706))
  48 # okno -> src https://wiki.hsbxl.be/Wireless_Battle_Mesh_v2
  49 dt <- rbind(dt, list(2, 50.85478277588161, 4.342007724407652))
  50 # /tmp/lab -> src https://www.tmplab.org/2009/02/16/first-tmplab-wireless-battle-mesh-april-11-12th-2009-tmplab/
  51 dt <- rbind(dt, list(1, 48.755009244613184, 2.411218359572519))
  52 
  53 # thaanks https://stackoverflow.com/questions/31745525/leaflet-with-r-add-text-labels
  54 #leaflet(data = dt) %>% addTiles() %>%
  55 #  addLabelOnlyMarkers(~long, ~lat, label = ~as.character(edition),
  56 #                      labelOptions = labelOptions(noHide = T, direction = 'center', textOnly = T, textsize = "30px")) %>%
  57 #  addProviderTiles(providers$CartoDB.Positron)
  58 
  59 leaflet(data = dt) %>% addTiles() %>%
  60   addMarkers(~long, ~lat, label = ~as.character(edition)) %>%
  61   addProviderTiles(providers$CartoDB.Positron)
  62 

New Attachment

File to upload
Rename to
Overwrite existing attachment of same name
tën plüs twö minüs 3?

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2023-05-05 09:17:10, 28.1 KB) [[attachment:APCLogoVectorEN.svg]]
  • [get | view] (2023-05-05 09:17:10, 46.4 KB) [[attachment:Exo.cat-logo.png]]
  • [get | view] (2024-05-22 10:53:36, 577.7 KB) [[attachment:MirageOS.pdf]]
  • [get | view] (2023-05-05 09:28:38, 43.1 KB) [[attachment:RIPE_NCC_Logo2015.png]]
  • [get | view] (2023-05-05 09:58:47, 99.9 KB) [[attachment:Uni_Vienna_Logo_2016.png]]
  • [get | view] (2023-03-28 04:43:26, 39.4 KB) [[attachment:WBMv15-logo-v0.png]]
  • [get | view] (2023-05-05 08:17:30, 93.4 KB) [[attachment:WBMv15-logo-v1.png]]
  • [get | view] (2024-05-17 12:50:44, 5493.0 KB) [[attachment:WBMv15-report.pdf]]
  • [get | view] (2024-05-17 12:44:25, 209.7 KB) [[attachment:WBMv15.pdf]]
  • [get | view] (2023-05-18 02:07:27, 17323.2 KB) [[attachment:WBMv15_chip_wars_2023.pdf]]
  • [get | view] (2023-05-18 02:10:18, 2375.5 KB) [[attachment:WBMv15_testbed_results.pdf]]
  • [get | view] (2024-05-17 12:45:10, 3.3 KB) [[attachment:battlemesh_places_more_compact.r]]
  • [get | view] (2023-01-29 15:08:21, 1965.5 KB) [[attachment:calafou1.jpg]]
  • [get | view] (2023-02-05 14:35:36, 1132.2 KB) [[attachment:calafou2.jpg]]
  • [get | view] (2023-05-09 19:40:10, 69.3 KB) [[attachment:calendar_see_better_titles.png]]
  • [get | view] (2023-05-05 15:04:56, 9.1 KB) [[attachment:ccc-logo.png]]
  • [get | view] (2023-01-29 15:09:54, 1815.2 KB) [[attachment:church1.jpg]]
  • [get | view] (2023-01-29 15:09:59, 2148.0 KB) [[attachment:church2.jpg]]
  • [get | view] (2023-01-29 15:10:04, 881.1 KB) [[attachment:church3.jpg]]
  • [get | view] (2023-01-29 15:12:00, 994.6 KB) [[attachment:communal_area.jpg]]
  • [get | view] (2023-02-05 14:29:36, 518.9 KB) [[attachment:communal_area2.jpg]]
  • [get | view] (2023-05-05 09:17:10, 8.3 KB) [[attachment:freifunk.png]]
  • [get | view] (2023-05-05 09:17:10, 13.5 KB) [[attachment:funkfeuer_logo.png]]
  • [get | view] (2024-05-22 10:49:23, 0.7 KB) [[attachment:get-ics.sh]]
  • [get | view] (2024-05-22 10:53:22, 6.5 KB) [[attachment:gwit-slides.html]]
  • [get | view] (2024-05-22 10:53:27, 3.5 KB) [[attachment:gwit-slides.md]]
  • [get | view] (2023-05-06 10:07:45, 369.2 KB) [[attachment:howtofindcalafou.png]]
  • [get | view] (2024-05-22 10:48:58, 2.4 KB) [[attachment:ics-to-moinmoin.py]]
  • [get | view] (2023-05-05 09:17:10, 8.2 KB) [[attachment:libremesh_logo.png]]
  • [get | view] (2023-05-05 09:17:10, 8.2 KB) [[attachment:libremeshlogo.png]]
  • [get | view] (2023-02-05 14:29:45, 1169.4 KB) [[attachment:main_hall1.jpg]]
  • [get | view] (2023-02-05 14:29:50, 401.8 KB) [[attachment:main_hall2.jpg]]
  • [get | view] (2023-05-05 09:17:10, 24.6 KB) [[attachment:ninuxorglogo.png]]
  • [get | view] (2023-05-06 09:10:05, 66.6 KB) [[attachment:openwisp-logo.png]]
  • [get | view] (2023-05-05 09:51:02, 127.4 KB) [[attachment:qaul-logo-Icon1024.png]]
  • [get | view] (2023-05-05 11:33:38, 9.4 KB) [[attachment:upc-logo.png]]
  • [get | view] (2023-01-29 15:11:46, 1170.8 KB) [[attachment:workshop_space_1.jpg]]
  • [get | view] (2023-01-29 15:11:50, 872.5 KB) [[attachment:workshop_space_2.jpg]]
  • [get | view] (2023-01-29 15:11:55, 926.6 KB) [[attachment:workshop_space_3.jpg]]
 All files | Selected Files: delete move to page copy to page
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01