A Cesium.js based 3D Globe panel, with some customization options.
This panel just takes a CZML server URL and feeds it into the Cesium viewer, providing some customization options for the URL:
$timeFrom$timeToInstall this plugin with the grafana-cli:
$ grafana-cli plugins install satellogic-3d-globe-panel
Just checkout this repo inside your grafana plugins directory, usually located
at /var/lib/grafana/plugins, and restart grafana-server so it registers the
new plugin.
If you want to build this plugin from source, all you need is Node.js v6.5 or newer. Then run:
$ npm install
$ npm run build
That will build everything and place it in the dist directory.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureInitial release
Globe icon made by http://www.freepik.com from www.flaticon.com is licensed by CC 3.0 BY
The MIT License (MIT)
Copyright (c) 2016 Satellogic SA.
See LICENSE for details