Ingest a Kepler.gl map
ingest_kepler_tracks.Rd
This function use the python library Kepler.gl https://docs.kepler.gl/docs/keplergl-jupyter to generate and upload a
map of PDS tracks around Timor. It uses reticulate::import_from_path to load
and run the python script kepler_mapper.py
.
Usage
ingest_kepler_tracks(log_threshold = logger::DEBUG)
Arguments
- log_threshold
The (standard Apache logj4) log level used as a threshold for the logging infrastructure. See logger::log_levels for more details.