Open Foxigod opened 1 month ago
Hi, @Foxigod You could share your current implementation/adaptation in the form of a branch. In this way e could compare and see what should be done in order to make it compatible with the standards.
Hi @Joao-L-S-Almeida, Does this suffice: https://github.com/Foxigod/terratorch/tree/sen4map_dataset ?
@Foxigod pse create PR, tnx a lot!
Is your feature request related to a problem? Please describe. It's been brought to my attention that there seems to be growing interest within the terratorch community of an official implementation of dataset/datamodule classes for the Sen4Map dataset.
Describe alternatives you've considered (optional) I've been using the Sen4Map dataset myself with terratorch, but this implementation doesn't seem to adhere to the standards placed on the dataset/datamodule classes within terratorch (e.g. inheritance/subclassing of torchgeo classes), so I don't feel confident committing my current classes.