Returns the file path where PRIOGRID data is stored. The path structure depends on whether you're working with custom data or official releases.
Usage
pgout_path(
version = NULL,
type = NULL,
spatial_hash = NULL,
temporal_hash = NULL,
config = pg_current_config()
)Arguments
- version
Character string specifying PRIOGRID version. Use for official releases.
- type
Character string specifying release type (e.g., "05deg_yearly"). Use for official releases.
- spatial_hash
Character string with 6-character spatial hash. If NULL, computed from current config.
- temporal_hash
Character string with 6-character temporal hash. If NULL, computed from current config.