Git Product home page Git Product logo

atmos484's Introduction

Generate ATMOS484 data file

Installation

Activate the julia environment (contains dependencies such as DataFrame package)

julia> ] # type ] to go into pkg mode
(@v1.8) pkg> activate . # activate local project environment
(ATMOS484) pkg> instantiate # first time only, to install dependencies
(ATMOS484) pkg> # type Backspace button to go back to julia mode
julia> using ATMOS484 # use the ATMOS484 package

Usage

The function main will download the latest data and write a file called "ATMOS484.csv" in the output folder. Just type:

julia> main()

image

Input

metdata

metdata() downloads data from https://www.atmos.anl.gov/ANLMET/, up to may 2022.
TO DO: script should download up to latest available month.

fluxtowerdata

fluxtowerdata() generates a dataframe from the smartflux output (1 file per half-hour).
The smartflux data is manually put on a google drive repo, then manually put in the input folder of ATMOS484.
TO DO 1: script could directly download the data from the google drive repo.
TO DO 2: a raspberry pi could automatically send the data to the remote google drive repo.

soildata

soildata() generates a dataframe from 11 datasets (1 per datalogger), each containing 6 sensor data.
The data is downloaded using this python script, which download the complete datasets (re-download each time), and takes 10 hours to run... Then, the data is manually put in the input folder of ATMOS484.
TO DO: adapt the download python script to only download recent data (that is not yet downloaded), and call that script from soildata()

respdata

respdata() process input data collected in 2020 and 2021, there is no more data being collected in the field.
TO DO: that input data could be hosted somewhere and downloaded from respdata()

atmos484's People

Contributors

alexisrenchon avatar

Watchers

 avatar  avatar

atmos484's Issues

soildata.jl

just use filter() to get each of the 8 locations...
map ID of sensor to location _xy

done

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.