34 lines
619 B
TypeScript
34 lines
619 B
TypeScript
export const defaultParameters = {
|
|
daily: [],
|
|
hourly: [],
|
|
models: [],
|
|
current: [],
|
|
minutely_15: [],
|
|
|
|
timezone: 'UTC',
|
|
location_mode: 'location_search',
|
|
csv_coordinates: undefined,
|
|
|
|
time_mode: 'forecast_days',
|
|
past_days: '0',
|
|
forecast_days: '14',
|
|
|
|
end_date: undefined,
|
|
start_date: undefined,
|
|
|
|
past_hours: undefined,
|
|
cell_selection: undefined,
|
|
forecast_hours: undefined,
|
|
past_minutely_15: undefined,
|
|
temporal_resolution: undefined,
|
|
forecast_minutely_15: undefined,
|
|
|
|
tilt: '0',
|
|
azimuth: '0',
|
|
|
|
timeformat: 'iso8601',
|
|
wind_speed_unit: 'kmh',
|
|
temperature_unit: 'celsius',
|
|
precipitation_unit: 'mm'
|
|
};
|