esgf2-us / intake-esgf

Programmatic access to the ESGF holdings
https://intake-esgf.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

ADD: Globus transfer #42

Closed nocollier closed 5 months ago

nocollier commented 5 months ago

This patch enables data transfer via Globus. If you provide a destination endpoint, then a Globus transfer will just happen for all the files which are associated with an endpoint.

dsd = cat.to_dataset_dict(
    globus_endpoint=COLLECTION_UUID,
    globus_path="ESGF-Data",
)

Check the documentation for a new Experimental section which will explain how the interface works.