This hotfix allows users to download MOD11A2 version 061. The tiny change is switching the pydantic model for the link to the hdf file from HttpUrl to AnyUrl, this allows the links to have both s3://, http:// and https:// schemas.
Closes #24
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
[ ] Test A
[ ] Test B
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[x] I have checked my code and corrected any misspellings
Description
This hotfix allows users to download
MOD11A2
version061
. The tiny change is switching the pydantic model for the link to thehdf
file fromHttpUrl
toAnyUrl
, this allows the links to have boths3://
,http://
andhttps://
schemas.Closes #24
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist:
Next Steps
[x] Assign a reviewer based on the code owner document.
[ ] Once your review is approved, merge and delete the feature branch
On behalf of the Modis Tools Dev Team, thank you for your hard work! ✨