Skip to contents

This function returns the S3 path for the specified Overture dataset type.

Usage

dataset_path(overture_type)

Arguments

overture_type

Character. Required. The type of feature to select. Examples include 'building', 'place', etc. To learn more, run get_all_overture_types().

Value

Character. The S3 path to the bucket where the data is stored.

Examples

# Example usage
path <- dataset_path('place')
print(path)
#> [1] "s3://overturemaps-us-west-2/release/2024-05-16-beta.0/theme=places/type=place/"