Skip to content

GeoSensorWebLab/community-sensorweb

Repository files navigation

Arctic Sensor Web Community Data Portal

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.

Accesssing the Site

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.

What makes this different than the other Arctic Sensor Web Portal?

TODO: Compare to other portal, when to use that one and when to use this one

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd arctic-community-sensor-web
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Authors

James Badger (james@jamesbadger.ca)

License

GNU General Public License version 3