landsat_project: Project Landsat objects

Description Usage Arguments Value

View source: R/landsat_transform.R

Description

This function projects a landsat_scene or landsat_scene_df (as generated by landsat_load_scenes) using an object describing a CRS This is usually an object of type CRS, but could also be from the sf package (st_bbox), an integer describing an EPSG code, or a character string describing proj4 arguments.

Usage

1
landsat_project(x, crs_obj)

Arguments

x

A landsat_scene or landsat_scene_df (from landsat_load_scenes)

crs_obj

Usually an object of type CRS, but could also be from the sf package (st_bbox), an integer describing an EPSG code, or a character string describing proj4 arguments.

Value

A landsat_scene or landsat_scene_df


paleolimbot/landsatutils documentation built on May 24, 2019, 6:14 a.m.