Skip to main content

Location

Library of functions to obtain information on remote locations.

Functions

Describe

Describes a location.

Syntax:
Location.Describe(location: location)
Parameters
  • location: The location to describe.
Example:

Location.Describe("http://.../dataset.json")

Ll

Lists a location but returns also metadata information per entry. The location must be a file system or an S3 bucket.

Syntax:
Location.Ll(location: location)
Parameters
  • location: The location to list.
Example:
Location.Ll("s3://my-bucket/folder/")

Details

Urls with wildcards are also supported. For information about the use of wildcards see the Locations with wildcards documentation.

Ls

Lists a location. The location must be a file system or an S3 bucket.

Syntax:
Location.Ls(location: location)
Parameters
  • location: The location to list.
Example:
Location.Ls("s3://my-bucket/folder/")

Details

Urls with wildcards are also supported. For information about the use of wildcards see the Locations with wildcards documentation.