Skip to content

satstac.Items does not exist #70

Description

@jamesvrt

I'd like to search a local STAC. Following Tutorial 2, I run something like:

from satstac import Items

items = Items(item_list, collection_list, search=search_args)

Returning the error:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/tmp/ipykernel_388/3528807615.py in <module>
----> 1 from satstac import Items
      2 
      3 items = Items(item_list, collection_list, search=search_args)

ImportError: cannot import name 'Items' from 'satstac' (/srv/conda/envs/notebook/lib/python3.8/site-packages/satstac/__init__.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions