loicdtx / ministac

Minimalist Spatio-Temporal Asset Catalog engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small error in usage

palmoreck opened this issue · comments

# Query the entire landsat_sr_8 collection
with session_scope() as session:
    pprint(ministac.search(session,collection='landsat_sr_8'))

instead of:

# Query the entire landsat_sr_8 collection
pprint(ministac.search('landsat_sr_8'))

in:

https://github.com/loicdtx/ministac#usage