Preset links (URL parameters)

Any page can carry its state in the address bar, so a link opens straight into a chosen configuration for whoever clicks it. Pick the page with the path (/ephemeris, /sundial, …) and the state with the query string. The Copy link button in the header builds such a link for the current page and copies it to the clipboard.

Examples: /ephemeris?obj=Saturn&utc=2026/12/21 20:00:00&lat=45&lon=12 · /skymap?lat=41.9&lon=12.5 · /sundial?sundial_phi=45&sundial_d=30&sundial_i=90&epoch=1500

Every parameter accepts both a short alias and its canonical key (the same names used by the .sphaera situation file). Keys are shared across all pages: each page reads only the ones it needs and ignores the rest. Missing parameters fall back to the visitor's session, then to defaults (core: MARS, current time, 45°/12°). Values are not validated — an out-of-range value is handled downstream exactly as manual input.

Core (observational pages)

KeyAliasMeaningAllowed values
targetobjObject to observeName or catalog id: Mars, Vega, HIP 91262, M31, NGC 224, Eros, Halley
latitudelatObserver latitude (°)−90 … 90
longitudelonObserver longitude (°, east +)−180 … 180
elevation_melevHeight above sea level (m)any (omitted → looked up online)
location_nameplacePlace name (display)free text
timezonetzIANA time zonee.g. Europe/Rome, UTC
temperature_ctempTemperature (°C, for refraction)any (default 15)
pressure_hpapressurePressure (hPa)> 0 (default 1013.25)

Time

KeyMeaningAllowed values
utcUTC instantYYYY/MM/DD hh:mm:ss (year may be negative)
yearShortcut: sets the observation year → YYYY/01/01 12:00:00 (only if utc is absent)integer

Time window (Charts / Tracks)

KeyMeaningAllowed values
chart_endWindow end (start = utc)YYYY/MM/DD hh:mm:ss
chart_step_valStep size> 0
chart_step_unitStep unitmin · hour · day

Solar tools — shared

KeyAliasMeaningAllowed values
epoch_yearepochEpoch year (obliquity of the ecliptic)integer (e.g. 1500, 2026)

Directional sundial (/sundial)

KeyMeaningAllowed values
sundial_phiLatitude φ (°)−90 … 90
sundial_dGnomonic wall declination (°): orientation from south, positive toward west, 180° = due north0 … 360
sundial_iInclination i = 90−z (°): 0 = vertical, 90 = horizontal up, −90 = facing down−90 … 90
sundial_gSize (orthostyle or polar-style, per sundial_lenmode)≥ 0.001
sundial_lenmodeMeaning of sundial_gg (orthostyle) · l (polar style)
sundial_stepHour-angle step (°); 15 = 1 h15 · 7.5 · 3.75 · 2.5 · 1.25
sundial_loncorrLongitude correction Δλ (°) for the analemmaany (0 = local mean time)
sundial_custom_deltaCustom day-line declination δ (°); also drives the Sun of the 3D scene−ε … +ε (obliquity of the epoch)
sundial_custom_onCustom day line enabledtrue · false

Azimuthal sundial (/azimuthal)

KeyMeaningAllowed values
azimuthal_phiLatitude φ (°)−90 … 90
azimuthal_sizeSize (R or g, per azimuthal_sizemode)≥ 0.001
azimuthal_sizemodeMeaning of azimuthal_sizeR (outer radius) · g (gnomon)
azimuthal_modelRing spacingshadow · linear
azimuthal_stepHour step (°)15 · 7.5 · 3.75 · 2.5 · 1.25

Altitude sundial (/altitude)

KeyMeaningAllowed values
altitude_phiLatitude φ (°)−90 … 90
altitude_sizeRim radius R≥ 0.001
altitude_modelArc spacinglinear · shadow
altitude_stepHour step (°)15 · 7.5 · 3.75 · 2.5 · 1.25

Analemmatic sundial (/analemmatic)

KeyMeaningAllowed values
analemmatic_phiLatitude φ (°)−90 … 90, ≠ 0
analemmatic_sizeSize (R or r, per analemmatic_sizemode)≥ 0.001
analemmatic_sizemodeMeaning of analemmatic_sizeR (major semi-axis E–W) · r (minor semi-axis N–S)
analemmatic_stepHour step (°)15 · 7.5 · 3.75 · 2.5 · 1.25

Orrery / Planetarium (/orrery)

The core obj and utc set the selected body (its orbit is added) and the date; these extra keys carry the view.

KeyMeaningAllowed values
orrery_layersEnabled layers (comma-separated)any of orbits,ribbons,labels,grid,stars,const,ecliptic,equator,zodiac,trail
orrery_framingInitial framinginner · full
orrery_rateAnimation speed (days per real second)e.g. 15, 100

Seasons (/seasons)

The core obj and utc set the date; these keys carry the view.

KeyMeaningAllowed values
seasons_viewInitial viewhelio · geo
seasons_layersEnabled layers (comma-separated)any of surface,stars,const,ecliptic,equator,zodiac,colure
seasons_rateAnimation speed (days per real second)e.g. 15, 100

Elements (/elementi)

The core utc sets the date; these keys carry the view, the scene and the page-local observer.

KeyMeaningAllowed values
elem_viewViewpointgeo (external) · topo1 · topo2 (observer's horizon)
elem_sceneDidactic scenefree · equatorial · ecliptic · horizontal · hourangle · position_triangle · sidereal · solar
elem_layersEnabled layers (comma-separated)any of sphere,horizon,zenith,cardinals,midheaven,circum,meridian,gwmeridian,zodiac,meansun,stars,const,ecliptic,equator,coleq,colsol,eqnet,altnet,eclnet,tropics
elem_rateAnimation speed (°/s of Earth rotation)e.g. 1, 5
elem_lat / elem_lonPage-local observer position (does not touch the Observer page)degrees
elem_starPosition of the draggable reference starRA,Dec (degrees)

Fullscreen (3D pages)

KeyMeaningAllowed values
fsOpen directly in fullscreen (one-shot; /orrery, /seasons, /elementi)1

← Back to the Info page