Skip to content

chkpnt/Breitbandausbaumonitor

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Breitbandausbaumonitor

This project is used to archive the current overlay for landline data transmission technologies of Deutsche Telekom's coverage map in specific regions on a daily basis:

  • Tamm: since March 14, 2021
  • Karlsruhe: since Juli 04, 2021

Current status

License
workflows update overlays update frontend run tests
SonarQube SonarQube SonarQube Tests

Tamm

Breitbandausbaumonitor (front end)

Ausbaukarte Tamm

Karlsruhe

Breitbandausbaumonitor (front end)

Ausbaukarte Karlsruhe

Archiving other regions

Just open a pull request with a new DownloadCoverageTask in build.gradle.kts.

For example, the following task is used to fetch the coverage overlay for Karlsruhe:

tasks.register<DownloadCoverageTask>("downloadCoverageForKarlsruhe") {
    region.set("Karlsruhe")
    bbox.set("920378.2575818074,6285684.365489043,952481.8094615815,6267721.663842026")
    size.set("1680,940")
}

The required parameters for bbox (Bounding Box) and size can be determined from the corresponding request when viewing the the coverage map:

Howto

Please do not try to cover too large areas, as the file size of the downloaded SVG grows quickly.

License

For the source code within this repository: Apache-2.0

(of course not for the archived SVGs and the legend)