Skip to content

Instantly share code, notes, and snippets.

@jhamman
Created March 3, 2020 01:40
Show Gist options
  • Save jhamman/ea2a5b593157afaa29232edae33a2640 to your computer and use it in GitHub Desktop.
Save jhamman/ea2a5b593157afaa29232edae33a2640 to your computer and use it in GitHub Desktop.
In [1]: import intake
In [2]: catalog = intake.open_stac_catalog(
...: 'https://storage.googleapis.com/pdd-stac/disasters/catalog.json',
...: name='planet-disaster-data')
...:
In [3]: list(catalog)
Out[3]:
['20170831_172754_101c',
'2017831_195552_SS02',
'20170831_195425_SS02',
'20170831_162740_ssc1d1',
'Houston-East-20170831–103f-100d-0f4f-RGB']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment