PlantMeteo

Compute meteorology variables related to plants / crops

https://github.com/palmstudio/plantmeteo.jl

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

agronomy climate julia-language julialang meteorology modeling simulation

Keywords from Contributors

hybrid-differential-equations exoplanets pde pinn neural-sde interpretability numeric matrix-exponential finite-volume battery
Last synced: 6 months ago · JSON representation ·

Repository

Compute meteorology variables related to plants / crops

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • Open Issues: 13
  • Releases: 13
Topics
agronomy climate julia-language julialang meteorology modeling simulation
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

PlantMeteo

Stable Dev Build Status Coverage

WIP package to compute and get meteorological or climatic data related to plant growth.

Road map

  • [x] Use an efficient structure for the meteo data (TimeStepTable{Atmosphere})
  • [x] Add a generic interface for the weather forecast and history APIs
  • [x] Add one meteo API (open-meteo)
  • [x] Add a function for integrating sub-daily data into daily data, and check that sum(durations) == 24 hours
  • [x] Add function to write meteo data (avoiding to write computed variables such as ρ or λ)
  • [ ] Add function for sampling historical data with e.g. temperature quartiles.
  • [ ] Add more APIs
  • [ ] Add functions for computing sub-daily data from daily data
  • [ ] TimeStepTable: Ensure that we don't copy the data when transforming to e.g. DataFrame. Related to #19.
  • [ ] TimeStepTable: Use views when indexing for better performance.
  • [ ] write_weather: don't transform into DataFrame for selecting columns? If so, implement a select of use the one from TableOperations.jl. Related to #19.

Owner

  • Name: PalmStudio research project
  • Login: PalmStudio
  • Kind: organization

Oil Palm modelling

Citation (CITATION.bib)

@misc{PlantMeteo.jl,
	author  = {remi.vezy <VEZY@users.noreply.github.com> and contributors},
	title   = {PlantMeteo.jl},
	url     = {https://github.com/PalmStudio/PlantMeteo.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {5}
}

GitHub Events

Total
  • Create event: 3
  • Commit comment event: 2
  • Issues event: 1
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 2
  • Member event: 1
  • Push event: 10
  • Pull request event: 5
  • Fork event: 1
Last Year
  • Create event: 3
  • Commit comment event: 2
  • Issues event: 1
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 2
  • Member event: 1
  • Push event: 10
  • Pull request event: 5
  • Fork event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 121
  • Total Committers: 3
  • Avg Commits per committer: 40.333
  • Development Distribution Score (DDS): 0.182
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rémi Vezy V****Y 99
github-actions[bot] 4****] 12
CompatHelper Julia c****y@j****g 10
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 19
  • Total pull requests: 13
  • Average time to close issues: 6 days
  • Average time to close pull requests: 4 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 0.95
  • Average comments per pull request: 0.46
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 1
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • VEZY (14)
  • thomasarsouze (2)
  • JuliaTagBot (1)
Pull Request Authors
  • github-actions[bot] (12)
  • Samuel-amap (4)
Top Labels
Issue Labels
enhancement (4) good first issue (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 4 total
  • Total dependent packages: 2
  • Total dependent repositories: 0
  • Total versions: 13
juliahub.com: PlantMeteo

Compute meteorology variables related to plants / crops

  • Versions: 13
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 4 Total
Rankings
Dependent repos count: 9.9%
Dependent packages count: 16.6%
Average: 38.3%
Forks count: 53.5%
Stargazers count: 73.2%
Last synced: 6 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/CompatHelper.yml actions