View source: R/ingest-pds-data.R
get_timor_boundaries | R Documentation |
This function extracts the geographical boundaries of Timor, including national boundaries, administrative regions, and special cases for Atauro and Dili. It uses shapefiles stored within the 'peskas.timor.data.pipeline' package to perform this extraction. Logging is incorporated to inform the user of the process status and any potential threshold-based logging details.
get_timor_boundaries(log_threshold = logger::DEBUG)
log_threshold |
The logging threshold level as defined by the |
An sf
object containing the geographical boundaries of Timor's regions, including adjustments
for specific areas like Atauro and Dili. The returned object includes region names and their
corresponding geometries.
# Assuming 'peskas.timor.data.pipeline' package is installed and loaded
timor_boundaries <- get_timor_boundaries()
plot(timor_boundaries$geometry)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.