viewof sort_filter_field = radio({
title: 'Sort & Filtering field',
description: 'Select the fied used for filtering and ordering',
options: [
{ label: 'By mean', value: 'mean_precipitation' },
{ label: 'By max', value: 'max_precipitation' }
],
value: 'mean_precipitation'
})