public class OceanLoadingCoefficientsBLQFactory extends AbstractSelfFeedingLoader
Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
The sites names are extracted from the file content, not the file name, because the file can contain more than one station. As we expect existing files may have been stripped from headers and footers, we do not attempt to parse them. We only parse the series of 7 lines blocks starting with the lines with the station names and their coordinates and the 6 data lines that follows. Several such blocks may appear in the file. Copy-pasting the entire mail received from OSO after completing the web site form works, as intermediate lines between the 7 lines blocks are simply ignored.
OceanLoadingCoefficients
,
OceanLoading
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BLQ_SUPPORTED_NAMES
Default supported files name pattern for Onsala Space Observatory files in BLQ format.
|
Constructor and Description |
---|
OceanLoadingCoefficientsBLQFactory(String supportedNames)
Simple constructor.
|
OceanLoadingCoefficientsBLQFactory(String supportedNames,
DataProvidersManager dataProvidersManager)
This constructor allows specification of the source of the BLQ auxiliary data
files.
|
Modifier and Type | Method and Description |
---|---|
OceanLoadingCoefficients |
getCoefficients(String site)
Get the coefficients for a given site.
|
List<String> |
getSites()
Get the list of sites for which we have found coefficients, in lexicographic order ignoring case.
|
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
public static final String DEFAULT_BLQ_SUPPORTED_NAMES
@DefaultDataContext public OceanLoadingCoefficientsBLQFactory(String supportedNames)
default data context
.
Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
supportedNames
- regular expression for supported files namesDEFAULT_BLQ_SUPPORTED_NAMES
,
OceanLoadingCoefficientsBLQFactory(String, DataProvidersManager)
public OceanLoadingCoefficientsBLQFactory(String supportedNames, DataProvidersManager dataProvidersManager)
Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
supportedNames
- regular expression for supported files namesdataProvidersManager
- provides access to auxiliary data files.DEFAULT_BLQ_SUPPORTED_NAMES
public List<String> getSites()
public OceanLoadingCoefficients getCoefficients(String site)
site
- site name (as it appears in the Onsala Space Observatory files in BLQ format),
ignoring caseCopyright © 2002-2022 CS GROUP. All rights reserved.