ch1903_to_wgs84: Transform CH1903 to WGS84 Coordinates

View source: R/helpers.R

ch1903_to_wgs84R Documentation

Transform CH1903 to WGS84 Coordinates

Description

Converts Swiss Projection CH1903 projected coordinates (EPSG:21781) to WGS84 geographic coordinates (EPSG:4326).

Usage

ch1903_to_wgs84(xy)

Arguments

xy

Swiss Projection CH1903 coordinates (easting, northing).

Value

WGS84 coordinates (longitude, latitude).

Source

http://www.swisstopo.admin.ch/internet/swisstopo/de/home/topics/survey/sys/refsys/switzerland.parsysrelated1.24280.downloadList.87003.DownloadFile.tmp/ch1903wgs84de.pdf (but switch x and y).

See Also

Other helper functions: capitalize_words, clean_strings, format_addresses, format_scientific_names, is.empty, lvapply, melt_by_listcol, na.remove, normalize_language, parse_scientific_names, quotemeta, replace_values_in_list, sp_transform, subset_search_results, unique_na

Other helper functions: capitalize_words, clean_strings, format_addresses, format_scientific_names, is.empty, lvapply, melt_by_listcol, na.remove, normalize_language, parse_scientific_names, quotemeta, replace_values_in_list, sp_transform, subset_search_results, unique_na

Examples

ch1903_to_wgs84(c(0, 1000))

falling-fruit/fruitr documentation built on Dec. 21, 2024, 8:32 p.m.