.sits_proj_from_latlong {sits}R Documentation

Coordinate transformation (lat/long to X/Y)

Description

Transform a latitude and longitude coordinate to XY coordinate

Usage

.sits_proj_from_latlong(longitude, latitude, crs)

Arguments

longitude

The longitude of the chosen location.

latitude

The latitude of the chosen location.

crs

Projection definition to be converted to.

Value

Tibble with X and Y coordinates

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]