Code Monkey home page Code Monkey logo

lba-data-validator's Introduction

LBA Data Validator

how to contribute

Install system requirements (if you don't have them already):

  1. PostgreSQL 10.9+
  2. Python 3.6+

Create a development database:

psql>>> CREATE ROLE dev WITH LOGIN PASSWORD 'dev';
psql>>> CREATE DATABASE lba OWNER dev;

In a virtual environment, install the project's dependencies:

(venv) $ pip install -e ."[testing]"

lba-data-validator's People

Contributors

moises9 avatar rodolphomacedo avatar yanomateus avatar

Watchers

 avatar  avatar  avatar

lba-data-validator's Issues

Write a meaningful README file

A README file containing basic explanation of the project structure, the problems it solves, and how to install it in a local environment and contribute to the project

Write wiki pages describing the bio-atmospherical attributes

All the attributes of the BiosphereAtmosphericalRead model should described, in detail, in a wiki page. It should contain information about the physical measure, the unit of measure and additional information about the type of sensor employed

Complete BiosphereAtmosphereRead model

Look for the missing attributes, their scientific names in English, and add them to the BiosphereAtmosphereRead model. For example, the column Tsol refers to "soil temperature", and therefore we should create an attribute called soil_temperature for it.

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.