This function returns the S3 path for the specified Overture dataset 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()
.
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/"