OpenStreetMap

Analyzing OSM's Tile Logs

Posted by rtnf on 2 June 2023 in English.

So, I stumbled across this logs (https://planet.openstreetmap.org/tile_logs/)

Let’s (mass) download it, starting from June 26, 2022 until today.

Here’s the content of each csv files : domain name, unknown number, and another unknown number.

Then, process all those downloaded files. Let’s merge all the statistics for each domain name into one single JSON file.

Finally, let’s sort all those domain name based on their occurrences.

Here’s the final result (https://gist.github.com/altilunium/1dd0a8de3852a27fc025bd3a5f07e5ed) :

“341” means that this domain exists in at least 341 OSM’s daily log tile files, from June 6, 2022, until today (June 2, 2023).


Update :

Here’s the same statistics, but for apps (https://gist.github.com/altilunium/7d0b02cb3a248b4c457f3ac31731217c)

Finally, filter that statistics, only for Indonesian apps :

  • Government ministry and agency
    • kemdikbud.go.id : The Ministry of Education, Culture, Research, and Technology
    • atrbpn.go.id : Ministry of Agrarian Affairs and Spatial Planning
    • bmkg.go.id : Meteorology, Climatology, and Geophysical Agency
    • kemenkopukm.go.id : Ministry of Cooperatives & Small and Medium Enterprises
    • kemendagri.go.id : Ministry of Home Affairs
    • esdm.go.id : Ministry of Energy and Mineral Resources
    • pu.go.id : Ministry of Public Works and Public Housing
    • bkkbn.go.id : National Population and Family Planning Board
    • dephub.go.id : Ministry of Transportation
  • Local Government
    • bandung.go.id : Bandung (City)
    • banjarkab.go.id : Banjar (Regency)
    • ntbprov.go.id : West Nusa Tenggara (Province)
    • jabarprov.go.id : West Java (Province)
    • makassarkota.go.id : Makassar (City)
    • tenggulangbaru.id : Tenggulang Baru (Village)
    • palembang.go.id : Palembang (City)
    • kotabogor.go.id : Bogor (City)
    • banjarbarukota.go.id : Banjarbaru (City)
    • malangkota.go.id : Malang (City)
  • Company
    • telkom.co.id : State-owned telecommunication company
    • pertamina.com : State-owned oil and gas company
    • gps.id : GPS tracker company
    • wahana.com : Delivery services company
  • Subsystems
    • com.atlas.eturjawali.dirty : e-Turjawali, Indonesian Traffic Police’s management & monitoring system
    • ppdb-disdikgarut.id : School Admission System - Garut
    • ppdbpekanbaru.id : School Admission System - Pekanbaru
    • sikadirklhk.id : Sistem Rekam Kehadiran ASN Terintegrasi (SIKADIR) - Attendance Recording System - Ministry of Environment and Forestry
    • cctv.malangkota.go.id : Public CCTV - Malang
    • bhumi.atrbpn.go.id : Cadastral Maps - Ministry of Agrarian Affairs and Spatial Planning
    • sekolah.data.kemdikbud.go.id : National School Database - The Ministry of Education, Culture, Research, and Technology
    • juanda.jatim.bmkg.go.id : Weather Stations - Meteorology, Climatology, and Geophysical Agency
    • com.telkomsel.telkomselcm : MyTelkomsel, mobile network operator app.
    • com.bkppdklaten.saenaga/ : Sistem Informasi Presensi Elektronik Abdi Satya Nagara (Saenaga) - Klaten Regency (Attendance Recording System)
    • absensi.estamina : Endless Sistem Manajemen Kinerja Aparatur (e-STAMINA) - Probolinggo Regency (Attendance Recording System)
    • prasasti.mojokerto : Presensi ASN Berbasis Teknologi Informasi (PRASASTI) - Mojokerto Regency (Attendance Recording System)
    • absensi.jemberbaru : Layanan Pegawai Elektronik (LPE) - Jember Regency (Attendance Recording System)
    • sipreti.malangkota.com : Sistem Informasi Presensi Terkini (SIPRETI) - Malang City (Attendance Recording System)
    • kmob.jabarprov.go.id : Kinerja Mobile - West Java Province (Attendance Recording System)

Discussion

Comment from GOwin on 3 June 2023 at 01:35

This is cool! It looks like OSM is popular (relative to others in the southeast Asian region) with a lot of institutions in Indonesia.

Comment from fititnt on 3 June 2023 at 04:32

Fantastic work!

Could you post the code somewhere? It could be in the gist itself. It is shared as an image.

Comment from pnorman on 7 June 2023 at 23:18

The other columns are request rates with documentation at https://github.com/openstreetmap/tilelog#format-documentation

Comment from Strubbl on 10 June 2023 at 16:45

Oh no, the pictures are gone.

Comment from hfs on 11 June 2023 at 19:57

Oh no, the pictures are gone.

For me this was Firefox’ fault and I had to disable activity tracking on this site.

Comment from Strubbl on 11 June 2023 at 20:23

For me this was Firefox’ fault and I had to disable activity tracking on this site.

Yes, thank you. I can confirm this. Firefox was blocking the pictures.

Log in to leave a comment