openclimatefix / nowcasting_dataloader

PyTorch Dataloader for working with multi-modal data for nowcasting applications
https://nowcasting-dataloader.readthedocs.io/
MIT License
7 stars 0 forks source link

Remove position encoding #129

Closed jacobbieker closed 2 years ago

jacobbieker commented 2 years ago

Pull Request

Description

|Position encoding isn't being used at all, so can be removed. Also removes SatFlow Dataset and DataModules as they haven;'t been used in a long time, and if we needed them we could always readd them.

Fixes #127

How Has This Been Tested?

Unit tests

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist: