Code Monkey home page Code Monkey logo

airsensordataviewer's Introduction

AirSensor DataViewer

Welcome to the AirSensor DataViewer repository!

AirSensor DataViewer provides an interface web application for visualizing time series PurpleAir air sensor data. The package is an extension of the AirSensor R package with support by Mazama Science and the South Coast Air Quality Management District.

Usage

There are a couple of ways to launch and use AirSensor DataViewer - either through R itself, interactively, or hosted with a ready-to-serve docker image for server use, which can be created using this guide.

Installation

To install and test from RStudio.

install.packages(“remotes”)
remotes::install_github(“MazamaScience/AirSensorDataViewer”)

AirSensorDataViewer::run_app()

Yup, thats it.

Docker

To create the docker image, navigate to the project root directory and use make to build the docker image. The docker image should contain all necessary libraries and dependencies, as well as being preconfigured for shiny-server.

Create docker image :

make airsensordataviewer_build

Run desktop client:

make desktop_build

make desktop_up

By default, the desktop_* version will be available at localhost:8080/asdv/test.

To shut the close and exit the docker image: make desktop_down

You can check the logs on the running docker container with:

docker exec -ti airsensor-dataviewer-desktop /bin/bash
...
cd /var/log/shiny-server/
ls

Notes

AirSensor DataViewer is built with Shiny utilizing {golem} framework. The AirSensor and tiotemp R packages for data processing and visualization.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.