Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Remove MetNet references from documentation (Issue #352) #376

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Modules have their own README's as well to go into further detail. This is part
├── training/
│ ├── common.py
│ ├── example/
│ ├── metnet/
│ ├── pseudo_irradience.py
│ ├── pvnet.py
│ ├── pvnet_site.py
Expand Down
2 changes: 0 additions & 2 deletions ocf_datapipes/transform/xarray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ below.

## DataPipes that return non-Xarray objects

- `metnet_preprocessor` returns a numpy array of the processed Xarray inputs following the description in the MetNet
2021 paper.
- `find_contiguous_t0_time_periods` returns pandas DataFrames that contains the contiguous time periods
Loading