Skip to content

Instantly share code, notes, and snippets.

@jhamman
Last active March 3, 2020 02:08
Show Gist options
  • Save jhamman/18a8afa1030014754a184d79fc238359 to your computer and use it in GitHub Desktop.
Save jhamman/18a8afa1030014754a184d79fc238359 to your computer and use it in GitHub Desktop.
In [7]: import satsearch
In [8]: results = satsearch.Search.search(
...: collection='landsat-8-l1',
...: bbox=[43.16, -11.32, 43.54, -11.96],
...: sort=['<datetime'], #earliest scene first
...: property=["landsat:tier=T1"])
...:
In [9]: catalog = intake.open_stac_item_collection(results.items())
In [10]: catalog
<satstac.itemcollection.ItemCollection at 0x7f96efe16828>
In [11]: catalog.LC81620682019198.B9.to_dask()
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment