Skip to content

Instantly share code, notes, and snippets.

@parulnith
Last active February 6, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parulnith/d16206b6355c280947ba723e1bd8b303 to your computer and use it in GitHub Desktop.
Save parulnith/d16206b6355c280947ba723e1bd8b303 to your computer and use it in GitHub Desktop.
start = '2018-07-01'
end = '2019-08-31'
catalog = earth_ondemand.read_catalog(
geo="POINT(88.92 21.88)", # Coordinates of Sunderban National Park
start_datetime=start,
end_datetime=end,
collections='mcd43a4',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment