projectionEquidistantConic: projects lat and long coordinates to x and y with equidistant...

View source: R/csgfix.r

projectionEquidistantConicR Documentation

projects lat and long coordinates to x and y with equidistant conic (simple conic) projection

Description

projects lat and long coordinates to x and y with equidistant conic (simple conic) projection

Usage

projectionEquidistantConic(
  lat,
  long,
  type = NULL,
  reflat = 0,
  reflong = 0,
  sp1 = 20,
  sp2 = 60
)

Arguments

reflat

reflong, sp1, sp2: numeric, parameters for the projection (reflat and reflong are reference latitude and longitude (origin), sp1 and sp2 are standard parallels)

lat:

numeric vector, latitude (lat and long should be the same length)

long:

numeric vector, longitude

type:

character, NULL to use your own parameters, or the name of a preset


StevenRunyon/csgfix documentation built on March 31, 2024, 5:36 a.m.