GEO_TO_GRIB; Transform Geopoints to regular grid; metview
{

	GEOPOINTS 
	[ interface = icon, class = GEOPOINTS, exclusive = true,
	  help            = help_data,
	  help_name       = Geopoints for GRIB,
	  help_directory  = '/Metview/Defaults',
	  help_class      = OBSFILTER ,
	  help_definition = (OBSFILTER,OUTPUT = GEOPOINTS)
	]
	{
		@ 
	}


	GRID_DEFINITION_MODE
	{
		USER
		GRIB
	} = USER


	AREA
	[
		help = help_input,
		input_type = area,
		input_window = '/Metview/Defaults/Input Window'
	]
	{	
		*
		/
	} = 90/-180/-90/180


	GRID 
	{ 
		* 
		/ 
	} = 1.5/1.5


	TEMPLATE_GRIB
	[
	   interface = icon, class = GRIB, exclusive = true
	]
	{
	   @ 
	}


	TOLERANCE 
	{ 
		* 
		/ 
	} = 3

	INTERPOLATION_METHOD
	{
		RECIPROCAL
		EXPONENTIAL_MEAN
		EXPONENTIAL_SUM
	} = RECIPROCAL

	PARAMETER
	{
		*
	} = 255

	GRIB_TABLE2_VERSION
	{
		*
	} = 1
}


