Skip to content

Portal

The portal is a Vite SPA hosted on Amplify
AWS Amplify — hosts the Vite portal SPA. This walkthrough deploys via manual zip upload (no Git connection required).
. Verify it loads in a browser and can query TEC
Total Electron Content — integrated electron density along the GNSS signal path; primary calibrated output of the processor.
data after CORS Lockdown.

From the demo repo root:

Terminal window
terraform -chdir=terraform output -raw app_url

Open the URL in a browser.

  1. Station browser — Alphabetically sorted stations
    Four-character GNSS receiver site identifier (e.g. `auck`) parsed from RINEX filenames and used in processed key paths.
    with search (Enter-to-select)
  2. Auto-load — Selecting a station loads the most recent available date
  3. Time-series chart — Density-adaptive rendering; legend hidden above 12 satellites with a hint to use the Satellite filter
  4. IPP map — Outlier-resistant fitBounds viewport, dateline-safe longitude normalization
  5. Reprocess panel — Submit jobs with parameter overrides
SymptomCheck
Blank page

Amplify deploy status; rebuild with deploy-amplify.sh

CORS errors in browser consoleRe-run CORS lockdown apply
No stations listedProcessed output missing; run ingest and wait for processor
Chart emptyDate range may have no data; try another station/date

See Portal Usage and Common Issues — Portal.