openclimatefix / ocf_datapipes

OCF's DataPipe based dataloader for training and inference
MIT License
13 stars 11 forks source link

Add support for AWOS and other weather sensors #234

Closed jacobbieker closed 10 months ago

jacobbieker commented 10 months ago

Pull Request

Description

This adds support for point weather sensors into datapipes.

Fixes #

How Has This Been Tested?

Unit tests

Checklist:

codecov[bot] commented 10 months ago

Codecov Report

Merging #234 (e08df1b) into main (2c39650) will decrease coverage by 1.97%. Report is 27 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
- Coverage   80.11%   78.14%   -1.97%     
==========================================
  Files         127      129       +2     
  Lines        5611     5646      +35     
==========================================
- Hits         4495     4412      -83     
- Misses       1116     1234     +118     
Files Coverage Δ
ocf_datapipes/config/model.py 86.89% <100.00%> (+0.51%) :arrow_up:
ocf_datapipes/load/sensor/__init__.py 100.00% <100.00%> (ø)
ocf_datapipes/load/sensor/awos.py 100.00% <100.00%> (ø)

... and 8 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more