public class CssiSpaceWeatherDataLoader extends AbstractSolarActivityDataLoader<CssiSpaceWeatherDataLoader.LineParameters>
CssiSpaceWeatherData.
The data are retrieved through space weather files offered by CSSI/AGI. The data can be retrieved on the AGI FTP. This file is updated several times a day by using several sources mentioned in the Celestrak space weather data documentation.
| Modifier and Type | Class and Description |
|---|---|
static class |
CssiSpaceWeatherDataLoader.LineParameters
Container class for Solar activity indexes.
|
| Constructor and Description |
|---|
CssiSpaceWeatherDataLoader(TimeScale utc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<CssiSpaceWeatherDataLoader.LineParameters> |
getDataSet()
Getter for the data set.
|
AbsoluteDate |
getLastDailyPredictedDate()
Gets the day (at data start) of the last daily data entry.
|
AbsoluteDate |
getLastObservedDate()
Gets the day (at data start) of the last observed data entry.
|
void |
loadData(InputStream input,
String name)
Load data from a stream.
|
getMaxDate, getMinDate, getUTC, setMaxDate, setMinDate, stillAcceptsDatapublic CssiSpaceWeatherDataLoader(TimeScale utc)
utc - UTC time scalepublic void loadData(InputStream input, String name) throws IOException, ParseException, OrekitException
input - data input streamname - name of the file (or zip entry)IOException - if data can't be readParseException - if data can't be parsed
or if some loader specific error occursOrekitExceptionpublic SortedSet<CssiSpaceWeatherDataLoader.LineParameters> getDataSet()
getDataSet in class AbstractSolarActivityDataLoader<CssiSpaceWeatherDataLoader.LineParameters>public AbsoluteDate getLastDailyPredictedDate()
public AbsoluteDate getLastObservedDate()
Copyright © 2002-2023 CS GROUP. All rights reserved.