gatienc

Results 8 comments of gatienc

Hello, I'm currently working on this bugfix. As the downloaded filetype changed to zip, I am going to use Chesapeake as a template for the processing of zipfile. One question:...

It seems to work on google collab on the official doc link. However the AI studio one gives a 404

#3171 Here is a proposition to make it work from anywhere

Sorry for the repost! I accidentally used the main branch on my fork for this PR. I needed to clean up my fork to work on other contributions.

I definitely want to implement the time-series part of this. I heard in the discussion that the time-series implementation is ongoing, is there already a sample dataset I could base...

Oh nice catch, indeed, I haven't thought about that

Indeed the CDL implementation is simpler! Regarding the test coverage, should we add a test case to ensure an error is raised when the checksum is invalid?

The Fair1M dataset is trying to download not from gaofen dataset but from a google drive Torchgeo code: ``` urls: ClassVar[dict[str, tuple[str, ...]]] = { 'train': ( 'https://drive.google.com/file/d/1LWT_ybL-s88Lzg9A9wHpj0h2rJHrqrVf', 'https://drive.google.com/file/d/1CnOuS8oX6T9JMqQnfFsbmf7U38G6Vc8u', 'https://drive.google.com/file/d/1cx4MRfpmh68SnGAYetNlDy68w0NgKucJ',...