A dataset containing geographic information about 26 locations in Switzerland. This data includes unique identifiers, names, and geographic coordinates (latitude and longitude) for each location.
Format
ch_locations
A data frame with 26 rows and 4 columns:
- id
 A
charactervector representing the unique identifier for each Swiss location (e.g., "JU", "LU").- name
 A
charactervector representing the name of each location (e.g., "Jura", "Luzern").- lat
 A
numericvector representing the latitude of each location in WGS84 (EPSG: 4326) coordinate reference system.- lon
 A
numericvector representing the longitude of each location in WGS84 (EPSG: 4326) coordinate reference system.