dataset_path: dataset_path

View source: R/core.R

dataset_pathR Documentation

dataset_path

Description

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

Usage

dataset_path(schema_type, release_date = "2025-01-22")

Arguments

schema_type

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

release_date

Character. Optional. The dataset release date (format: 'YYYY-MM-DD'). Defaults to the latest available release.

Value

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

Examples

# Example usage
path <- dataset_path('place', release_date = '2025-01-22')
print(path)

overturemapsr documentation built on April 3, 2025, 9:36 p.m.