Skip to content

Archive

Reachable as client.archive. Browse and export the portal's satellite and sensor catalogue. No login required.

records = client.archive.list()
client.archive.export("archive.json")

ArchiveNamespace

The archive commands, reachable as client.archive.

Methods:

Name Description
list

Return every satellite/sensor record. Mirrors bhd archive list.

export

Write the parsed archive to path as JSON and return the records.

list

list(refresh: bool = False) -> list[dict[str, Any]]

Return every satellite/sensor record. Mirrors bhd archive list.

export

export(
    path: str, sat: str | None = None, refresh: bool = False
) -> list[dict[str, Any]]

Write the parsed archive to path as JSON and return the records.

Mirrors bhd archive export.