Description Usage Arguments Value Examples
View source: R/download_satellite_data.R
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.
1 2 3 4 |
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 |
returns downloaded remote sensing data in the directory ~/google_earth_engine_subsets/data/
1 2 3 4 | ## Not run:
sr_dl_gee(position_file = "test.pos")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.