View source: R/get_measurements.R
get_measurements | R Documentation |
Function for load measurements from Safecast API
get_measurements(dist, lat, long, ini_date = NULL, end_date = NULL)
dist |
Distance (m) for filtering measurements near a point |
lat |
Latitude of the point |
long |
Longitude of the point |
ini_date |
Filter measurements captured after this date |
end_date |
Filter measurements captured before this date |
A sf objects with Safecast data
library(safecastR) data <- get_measurements(100, 52.520008, 13.404954) data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.