Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design PlantMeteo.jl organization of routines and code #1

Open
thomasarsouze opened this issue May 24, 2022 · 1 comment
Open

Design PlantMeteo.jl organization of routines and code #1

thomasarsouze opened this issue May 24, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@thomasarsouze
Copy link

Organization of the src directory.

@thomasarsouze thomasarsouze self-assigned this May 24, 2022
@thomasarsouze thomasarsouze added the good first issue Good for newcomers label May 24, 2022
@thomasarsouze
Copy link
Author

First proposed organization of the sources of the packages

. src/
|-- PlantMeteo.jl : Module declaration and all imports / using / using / export  
|-- io : Reading and writing a meteo file (`.csv`)
     |-- read_meteo.jl : reading a meteo `.csv` file
     |-- write_meteo.jl : writing a meteo `.csv` file (after possible calculation, time aggregation, etc...)
|-- meteo : 
     |-- calculations.jl : weather and sun position related calculations
     |-- meteo.jl : functions used to generate the meteo data with desired variables and at desired frequency 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant