sr_dl_gee: Download pos satellite data

Description Usage Arguments Value Examples

View source: R/download_satellite_data.R

Description

For *.pos location tracker / data logger file. I assume the format of these files if fixed among the bulk of these loggers. Will fail if this changes.

Usage

1
2
3
4
sr_dl_gee(position_file = NULL, tag = NULL, product = NULL,
  band = NULL, start_date = NULL, end_date = NULL,
  python_path = "/usr/local/bin/python/", data_path = tempdir(),
  padding = 0.5)

Arguments

position_file

a *.pos data logger / tracker file location

tag

a tag number (if set this defaults to unknown)

product

Google Earth Engine product to extract for locations as specified within the *.pos file

band

Google Earth Engine band description for the requested product

start_date

start date of the time window to extract satellite data for, format is "YYYY-MM-DD", default is to extract dates from the *.pos file (same for end_date) (default = NULL)

end_date

end date of the time window to extract satellite data for, format is "YYYY-MM-DD" (default = NULL)

python_path

path of your python install required by the dependent Google Earth Engine code

Value

returns downloaded remote sensing data in the directory ~/google_earth_engine_subsets/data/

Examples

1
2
3
4
## Not run: 
sr_dl_gee(position_file = "test.pos")

## End(Not run)

khufkens/swiftr documentation built on Feb. 24, 2020, 12:56 a.m.