Botts-Innovative-Research / oscar-viewer

oscar-viewer web app
Mozilla Public License 2.0
3 stars 1 forks source link

OpenSensorViewer

OpenSensorViewer is Web App for OpenSensorHub enabling interaction and visualization with sensors and observations served by OpenSensorHub server instances.

The following features are currently supported:

Cesium Ion Token

You will need to sign up for a Cesium Ion account (https://cesium.com/platform/cesium-ion/) and modify src/components/map/CesiumMap.tsx to set the Ion.defaultAccessToken with token retrieved from Cesium Ion account in order to see the globe/map.

Users' Manual

Users' Manual is available in this repository under docs/OSH Viewer.pdf

Building:

Development

git clone https://github.com/opensensorhub/osh-viewer.git
cd osh-viewer
npm install
npm start 

Release

git clone https://github.com/opensensorhub/osh-viewer.git
cd osh-viewer
npm install
npm run build