Skip to content

Commit

Permalink
Update tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Feb 27, 2024
1 parent c83c816 commit 087d022
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,44 @@ optionally `.transform.numpy`.
loading the config file, data, selecting and transforming data, and returning
the numpy data to the PyTorch dataloader.

Modules have their own README's as well to go into further detail. This is a pruned tree showing the general repo structure.
Modules have their own README's as well to go into further detail. This is part of a `tree` showing the general repo structure.

```
ocf_datapipes/
── batch/
├── fake/
├── config/
├── convert/
├── numpy/
│ ├── numpy_batch/
├── experimental/
├── load/
├── gsp/
│ ├── nwp/
│ ├── pv/
│ ├── satellite.py
│ ├── sensor/
│ ├── topographic.py
── wind/
── production/
├── select/
├── training/
├── common.py
│ ├── example/
│ ├── metnet/
│ ├── pseudo_irradience.py
│ ├── pvnet.py
│ ├── pvnet_site.py
── windnet.py
── transform/
├── numpy_batch/
── xarray/
── utils/
├── gsp_shape/
│ ├── split/
├── validation/
── visualization/
.
── ocf_datapipes/
├── batch/
├── fake/
├── config/
├── convert/
│ ├── numpy/
├── numpy_batch/
├── experimental/
├── load/
│ ├── gsp/
│ ├── nwp/
│ ├── pv/
│ ├── satellite.py
│ ├── sensor/
── topographic.py
│ └── wind/
├── production/
├── select/
├── training/
│ ├── common.py
│ ├── example/
│ ├── metnet/
│ ├── pseudo_irradience.py
│ ├── pvnet.py
── pvnet_site.py
│ └── windnet.py
├── transform/
── numpy_batch/
│ └── xarray/
├── utils/
│ ├── gsp_shape/
├── split/
── validation/
└── visualization/
```

## Adding a new DataPipe
Expand Down

0 comments on commit 087d022

Please sign in to comment.