CitraClient.Schemas.GEOSatellitePlotData (citra_client v0.3.0)
View SourceStruct generated from the GEOSatellitePlotData schema.
Fields
:altitudes— list ofnumber()— List of altitudes in kilometers:epochs— list ofString.t()— List of epochs in ISO 8601 format:geo_altitudes— list ofnumber()(API key:geoAltitudes) — List of altitudes with respect to GEO in kilometers:latitudes— list ofnumber()— List of latitudes in degrees:longitudes— list ofnumber()— List of longitudes in degrees:name—String.t()— Name of the satellite:satellite_id— UUIDString.t()(API key:satelliteId) — Unique identifier of the satellite
Summary
Functions
Build this struct from a decoded JSON map received from the API. Unknown fields are ignored.
Convert this struct into a map with the API's camelCase keys, ready
to be JSON-encoded. Fields whose value is nil are omitted.