fraymio / modis-tools

Tools for working with the MODIS API and MODIS data.
Apache License 2.0
23 stars 12 forks source link

switched from str to AnyUrl in the granule model #25

Closed EChebelyon closed 1 year ago

EChebelyon commented 1 year ago

Description

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.

How Has This Been Tested?

Checklist:

Next Steps

On behalf of the Modis Tools Dev Team, thank you for your hard work! ✨

iamchrisearle commented 1 year ago

Added issue tag to auto-close