Example thumbnail image

Description

Geolocated plot of a single parameter.

Wiki

This widget has additional information in a wiki page.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
filenameNoneoptionalstring
absolute-start-timeUse fixed value such as "launch" or an ISO8601 data as the start of the graphoptionaldatetime
datapointIf present, timeseries data is plotted onto the imageoptionalfield
eventIf present, events of the given class are plotted onto the imagemultiple
NameDescriptionQuantisationDefaultType
eventnameNonerequiredeventclass
hide-running-edacNonerequiredFalseboolean
colourNonerequired#0000ffcolour
widthNonerequired1000uint (px)
heightNoneoptionaluint (px)
thumbnail-widthNonerequired680uint (px)
thumbnail-heightNoneoptionaluint (px)
projectionNonerequiredcylstring, select from:
  • "cyl" (Plain cylindrical projection)
  • "ortho" (3d projection from infinite distance)
blue-marbleUse NASA Blue Marble background image instead of flat colours for land and searequiredFalseboolean
sea-colourNonerequired#f0f0f0colour
land-colourNonerequired#e0e0e0colour
latitudeLatitude (y-axis) centre pointrequired0.0float
longitudeLongitude (x-axis) centre pointrequired0.0float
conditionNoneoptionalstring
phaseNoneoptionalstring, select from:
  • "ascending"
  • "descending"
marker-sizeSize of marker used for plotting pointsrequired6uint
max-durationAllow image to be clipped to a certain time durationoptionalduration
colourbarShow a colour barrequiredTrueboolean
overlayDisplay an overlay over the Geoplotmultiple
NameDescriptionQuantisationDefaultType
maskNonerequiredstring
transparencyNonerequired0.15float
colourNonerequiredstring
show-emptyDisplay the plot even when no data is availablerequiredTrueboolean
titleSpecify the title, otherwise use default title testoptionalstring

Example

	<geoplot>
    option 1
    option 2
    ...
</geoplot>
	

This shows an example of the basic declaration of the widget with no options. Options are added as: <name>value</name>