This repository contains the web front-end for viewing data stored in Arctic Sensor Web's OGC SensorThings API server. This allows visualization and browsing of weather and other research sensor data on a map interface.
Arctic Sensor Web is a part of the Arctic Connect platform.
The site will be deployed to a public URL and can be viewed by anyone for free. The URL will be added here when the site is online.
Special Pages:
/observed-properties
- Will retrieve ALL the Observed Properties from the SensorThings API backend, using pagination links to download all records. If there are a lot of records this could take awhile.
TODO: Compare to other portal, when to use that one and when to use this one
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd arctic-community-sensor-web
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
James Badger ([email protected])
GNU General Public License version 3