diff --git a/docroot/statistics/bokeh/coverages/index.html b/docroot/statistics/bokeh/coverages/index.html deleted file mode 100644 index 11fa66bcd..000000000 --- a/docroot/statistics/bokeh/coverages/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - Coverage Plots - - - - -

Coverage plots

-

SDO Coverage

-

IRIS Coverage

-

Hinode Coverage

-

STEREO_B Coverage

-

MLSO Coverage

-

SOHO Coverage

-

TRACE Coverage

-

PROBA2 Coverage

-

STEREO_A Coverage

-

Yohkoh Coverage

-

GOES-R SUVI Coverage

-

GONG H-alpha Coverage

-

Solar Orbiter (SOLO) Coverage

-
-
- - diff --git a/docroot/statistics/coverage.php b/docroot/statistics/coverage.php new file mode 100644 index 000000000..003af1935 --- /dev/null +++ b/docroot/statistics/coverage.php @@ -0,0 +1,151 @@ + + + + + + Helioviewer.org - Data Coverage Statistics + + + + +
+ + +
Loading dashboard...
+
+
+
+ + + + + diff --git a/docroot/status/index.php b/docroot/status/index.php index f4ffb6223..678637b00 100644 --- a/docroot/status/index.php +++ b/docroot/status/index.php @@ -33,26 +33,6 @@ "RHESSI" => $PROVIDERS['RHESSI'] ); - const COVERAGE = array ( - "AIA" => "SDO_coverage.html", - "HMI" => "SDO_coverage.html", - "EIT" => "SOHO_coverage.html", - "LASCO" => "SOHO_coverage.html", - "COSMO" => "MLSO_coverage.html", - "EUI" => "SOLO_coverage.html", - "COR1-A" => "STEREO_A_coverage.html", - "COR2-A" => "STEREO_A_coverage.html", - "EUVI-A" => "STEREO_A_coverage.html", - "COR1-B" => "STEREO_B_coverage.html", - "COR2-B" => "STEREO_B_coverage.html", - "EUVI-B" => "STEREO_B_coverage.html", - "IRIS" => "IRIS_coverage.html", - "SWAP" => "PROBA2_coverage.html", - "SXT" => "Yohkoh_coverage.html", - "XRT" => "Hinode_coverage.html", - "RHESSI" => "RHESSI_coverage.html" - ); - const TABLE_ROW_TEMPLATE = "%s%s%s%s%s%s"; function formatDate(?DateTime $date) { @@ -102,12 +82,7 @@ function genRobLink($name, $url) { } function genCoverageLink($source) { - $instrument = explode(" ", $source)[0]; - if (array_key_exists($instrument, COVERAGE)) { - $coverage_page = "/statistics/bokeh/coverages/" . COVERAGE[$instrument]; - } else { - $coverage_page = "#"; - } + $coverage_page = "/statistics/coverage.php"; return "$source"; } diff --git a/settings/Config.Example.ini b/settings/Config.Example.ini index d50a55dce..6d943c986 100644 --- a/settings/Config.Example.ini +++ b/settings/Config.Example.ini @@ -192,3 +192,8 @@ http_export = '' # If running the coordinator locally, then change this to # http://localhost:port coordinator_url = 'http://coordinator' + +[superset] +superset_url = 'http://localhost:8088' +superset_sidecar_url = 'http://localhost:8087' +superset_coverage_dashboard_id = 'your-dashboard-id-here'