dataset_path {overturemapsr} | R 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 |
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)
[Package overturemapsr version 0.1.0 Index]