Git Product home page Git Product logo

weather-data-center's Introduction

Weather Data Center

Weather Data Center

Unit & integration tests End-to-end tests

Introduction

Weather Data Center is an application written with TypeScript + React in an Electron environment. This way it is a cross-platform Desktop application. The main purpose is to collect, organize, analyze and visualize weather data from your backyards weather station.

You need to export/backup the data from your weather station and import them as a .csv file into the app.

Supported characteristics

  • Temperature
  • Pressure
  • Humidity
  • Wind direction
  • Wind Speed
  • Guest Speed
  • Felt temperature
  • Dew point temperature
  • Rain
  • Solar radiation
  • UV Index

Import file & App settings

Currently, only .csv files with named headers are supported. You can manage the header names and the units within the app settings. You can also configure the input date and time format (this is important because various personal weather stations backup their data in different date formats). For the rain, you need to provide the data in a form where the data is accumulated per day, so the last entry of the day is the total amount of rain. See the Docs for more info.

Screenshots

Front Page

Weather Data Center Start Page Screenshot

Development

Local development

yarn install
yarn run start

Tests

yarn run test

Build installable

yarn run make

Upstream issues

weather-data-center's People

Contributors

daveiano avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

weather-data-center's Issues

Road to 1.0.0-alpha1

  • Fix linting issues
  • Fix open todos
  • Test make workflow on os matrix
  • Test legends with current data
  • Maker config & App icon

Update default import settings / Make import process easier

The structure of the exported data (header names) seems to vary by:

  • The configured language of your device
  • Configured units
  • Model and manufacturer: e.g. AW WS-5000 "Wind Gust (mph)" or "Ultra-Violet Radiation Index" vs AW WS-2000 "Gust (km/h)" and "UVI"

Possible ideas

  • Detect the headers and units automatically:
    • Characteristics name could be stored and translated in a json
    • Unit could be parsed: seems to be every time in "()"

Tasks

  • Update the default settings (column names and time setting) to match the most common standard for these exports
  • Add a "Clear database" button to clean up everything after a failed import

Also, see https://www.wxforum.net/index.php?topic=43516.msg443354#msg443354

Add calendar chart

  • Add rain days chart on rain page
  • Add average temperature chart on temperature page

[TASK] Refactor Import component & Right Sidebar

Test the import via E2E

Also, do not show diagrams with empty data for properties which were not imported

  • https://reactjs.org/docs/higher-order-components.html

  • HOC for disabling diagrams with no data

  • Config: Mark properties as not used, e.g. if you do not get the dew point from your weather station

  • E2E Tests

  • Config: Name the column headers

  • Config: Set the column units

  • Config; make date format configurable

  • Use custom units in stats, diagrams and tables

  • Use custom headers on import

  • Add tests

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.