-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AgriFieldNet India Challenge dataset #1459
Conversation
Not sure if you can see it but https://app.codecov.io/gh/microsoft/torchgeo/pull/1459 tells you which lines are missing coverage. You can also check this from the command line: https://torchgeo.readthedocs.io/en/stable/user/contributing.html#tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you upload an example plot to make sure everything looks correct?
@yichiac do you need help with this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove everything related to downloading (including comments) until we actually support it in the future.
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly good, just a couple remaining comments
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Confirmed 100% test coverage locally. |
This PR adds the AgriFieldNet India Challenge dataset. The dataset contains pre-chipped Sentinel-2 imagery and labels for crop type in India.
Challenge
Dataset overview
The downloader for Source Cooperative needs to migrate from Radiant MLHub to Source Cooperative #1830. Due to the migration process not yet being finalized, the PR currently does not implement the automatic download feature.
A significant portion of the datasets available through this service are provided as compressed files, which facilitates the use of checksums for integrity verification. However, this dataset is distributed via directories and individual files. This structure presents a challenge for implementing standard checksum verification procedures.
Given this scenario, we have yet to establish a robust method for checksumming these non-compressed files and directories. Consequently, this PR temporarily suspends the execution of
check_integrity
and related checksum functions until a viable solution is determined.