| Package | Description |
|---|---|
| mysql |
| Modifier and Type | Method and Description |
|---|---|
List<WeatherSql.Radar> |
WeatherSql.getWeather(List<String> sensors,
Date from,
Date to)
Returns a list of
HistoryAware.Picks of all targets that have
been picked between the given dates. |
| Modifier and Type | Method and Description |
|---|---|
private static Map<String,Double> |
WeatherSql.parabolic(WeatherSql.Radar r0,
WeatherSql.Radar r1,
WeatherSql.Radar r2,
Date at) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Double> |
WeatherSql.getInterpolationAt(List<WeatherSql.Radar> whole,
Date at)
Parabolic interpolation of all sensor values found in the db dump.
|
static void |
WeatherSql.sort(List<WeatherSql.Radar> whole)
Sorts a list of weather entries grabbed from the db into natural ordering
of the date
|