Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
/ SCISAT-Remastered Public archive

A remastered version of the CSA SCISAT project

Notifications You must be signed in to change notification settings

azimi99/SCISAT-Remastered

Repository files navigation

SCISAT project remastered

Initially designed for a CSA challenge. SCISAT posed lots of interesting challenges, both scientific and technical. At the time of the competition, our team lacked the required technical knowledge to truly exhibit the power of data. The remastered project addresses this exact issue. SCISAT collects atmospheric data on varius gases. Our project concentrates on visualizing the data from the Ozone gas. Along with the visualization we have also provided a public api endpoint for everyone wishing to use the data we have collected.

Definition of Roles

  1. Alireza Azimi -> BackEnd Development
  2. Shayan Khorassani -> FrontEnd Development
  3. Haren Venket -> Data Analyst

Run the project locally

To run the project you need to have npm and node installed. Enter the project directory and run $ npm i to install all the required dependancies.

Once done, you can run $ node index.js to initiate localhost. The project will run on port 3000. Enter port 3000 from a browser.

Elements used in the project

Our project incorporates some of the latest web development technologies.
Our Frontend is developed using HTML5, CSS, jQuery and JavaScript.
Our Backend is implemented in node.js using technologies like express.js and mongoose.
Our database is implemented using MongoDB Atlas.
Our data has been processed from data provided by the Canadian government, for the SCISAT project.

API Usage

There is one main endpoint: /api/Data
Here's a sample usage of the api: /api/Data?q=2004-03

This api call will return all data recorded in the time period "2004-03".
You can query for various dates in the 2004-03 to 2010-12 range. Pass the query date string to the paremter q as shown in the example.

Old project repository: https://github.com/DJMaest/SCISAT
Looking at this definitely shows how far we've come

About

A remastered version of the CSA SCISAT project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •