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

Add Data Pipeline functionality #115

Merged
merged 7 commits into from
Sep 4, 2023
Merged

Add Data Pipeline functionality #115

merged 7 commits into from
Sep 4, 2023

Conversation

claireh93
Copy link
Member

Several updates needed to happen for this:

  • Update to Julia 1.9 to allow for extensions - additional features are loaded when using DataPipeline is called, but it is not automatically loaded with the package.
  • ECMWF has discontinued its API for downloaded data - have updated this to ERA5 from CDS and extended the package to call for this data.
  • Testing update.

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage: 20.00% and project coverage change: -0.12% ⚠️

Comparison is base (788c1d2) 73.40% compared to head (78225d6) 73.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
- Coverage   73.40%   73.29%   -0.12%     
==========================================
  Files          26       28       +2     
  Lines        2158     2164       +6     
==========================================
+ Hits         1584     1586       +2     
- Misses        574      578       +4     
Files Changed Coverage Δ
ext/DataTools.jl 0.00% <0.00%> (ø)
ext/ERATools.jl 0.00% <0.00%> (ø)
src/Traits.jl 88.63% <ø> (-0.26%) ⬇️
src/Dist.jl 89.18% <100.00%> (-0.29%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

coveralls commented Aug 28, 2023

Pull Request Test Coverage Report for Build 6009966645

  • 5 of 24 (20.83%) changed or added relevant lines in 7 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 65.822%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ClimatePref/ERA5_tools.jl 0 2 0.0%
ext/ERATools.jl 0 3 0.0%
src/ClimatePref/Extensions.jl 0 4 0.0%
ext/DataTools.jl 0 5 0.0%
src/ClimatePref/Pipeline.jl 0 5 0.0%
Files with Coverage Reduction New Missed Lines %
src/Dist.jl 1 89.19%
Totals Coverage Status
Change from base Build 4408599554: -0.2%
Covered Lines: 1818
Relevant Lines: 2762

💛 - Coveralls

@claireh93
Copy link
Member Author

Going to keep in backwards compat in extensions for some of my other packages

@claireh93 claireh93 merged commit 7779575 into main Sep 4, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants