Skip to content
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

Modis download #7

Merged
merged 4 commits into from
Feb 1, 2024
Merged

Modis download #7

merged 4 commits into from
Feb 1, 2024

Conversation

lillif
Copy link
Contributor

@lillif lillif commented Jan 30, 2024

Implemented the modis download script using the earthaccess python package.

It can download level 1b data and supports custom start and end dates, frequency of days, daily windows and a bounding box to select data by location.

The script passed the simple test cases included in the comments at the bottom of the file and exhibited the desired behaviour on the failure cases - some more extensive testing could be useful.

some things that it does not yet support, but that we could consider adding next (all are enabled by earthaccess so should be fairly straightforward to add):

  • day/night flag
  • polygon / point input option to specify the desired location
  • multiple input locations
  • level 2 / 3 data

@lillif lillif requested a review from annajungbluth January 30, 2024 15:40
@annajungbluth annajungbluth merged commit be7a5ef into main Feb 1, 2024
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants