clouddrift.adapters.laser.get_dataframe#
- clouddrift.adapters.laser.get_dataframe(tmp_path: str | None = None, skip_download: bool = False) DataFrame[source]#
Get the LASER dataset as a pandas DataFrame.
Parameters#
- tmp_pathstr, optional
Temporary path where intermediary files are stored. If None, uses the default LASER adapter temp path.
- skip_downloadbool, optional
If True, skip re-downloading the archive if it already exists in
tmp_path. Default is False.