satellites_db | R Documentation |
List all the satellites available in the Spectator Earth database with main attributes
satellites_db
A data frame with 60 rows (as of July 2024) and 8 variables:
id
integer identifier
name
character satellite name
norad_id
integer satellite catalog number
open
logical whether the data produced by the satellite is freely accessible
platform
character platform name
sensor_name
character name of the sensor available on the satellite
sensor_swath
integer swath width of the sensor available on the satellite
sensor_type
character type of the sensor available on the satellite (SAR or Optical)
The information in this data frame is a local cache of the list of all the satellites
available in the Spectator Earth database. It enables the fast retrieval of some data
by satellite name instead of id. This list is refreshed every time the package is loaded.
The current up-to-date list of satellites described in Spectator Earth database can be obtained by
GetAllSatellites(positions = FALSE)
https://api.spectator.earth/#satellites
GetAllSatellites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.