easysnowdata.catalog.list#

easysnowdata.catalog.list(theme: str | None = None, *, provider: str | None = None, requires: str | None = None, credential_free: bool | None = None) Any#

Return a DataFrame of products, optionally filtered.

Parameters:
  • theme"snow", "terrain", …

  • provider – Keep products with at least one source on this provider ("stac"…).

  • requires – Keep products whose default source needs this auth provider.

  • credential_freeTrue keeps products with at least one credential-free source, False those without any.