Project

General

Profile

add Lat, Lon dimension to radar data

Added by wido hanggoro over 10 years ago

Dear all,

I would like to add Lat Lon dimension to my radar data, but there is no information about the lat and lon information.
There was only centre of lat, lon and the increment of the lat lon dimension.
Here is the ncdump output of the file

*netcdf MergedReflectivityQCComposite_smoothed_00.50_20130625_235415 {
dimensions:
Lat = 2150 ;
Lon = 5150 ;
pixel = 6440 ;
variables:
float MergedReflectivityQCComposite_smoothed(pixel) ;
MergedReflectivityQCComposite_smoothed:BackgroundValue = -99900 ;
MergedReflectivityQCComposite_smoothed:SparseGridCompression = 0.5f ;
MergedReflectivityQCComposite_smoothed:Units = "dBZ" ;
MergedReflectivityQCComposite_smoothed:NumValidRuns = 6440 ;
short pixel_x(pixel) ;
short pixel_y(pixel) ;
int pixel_count(pixel) ;

// global attributes:
:TypeName = "MergedReflectivityQCComposite_smoothed" ;
:DataType = "SparseLatLonGrid" ;
:Latitude = 8. ;
:Longitude = 92.5 ;
:Height = 500. ;
:Time = 1372204455 ;
:FractionalTime = 0. ;
:attributes = " HeightSpacing SubType Unit smoothingKernel" ;
:HeightSpacing-unit = "dimensionless" ;
:HeightSpacing-value = "WDT" ;
:SubType-unit = "dimensionless" ;
:SubType-value = "00.50" ;
:Unit-unit = "dimensionless" ;
:Unit-value = "dBZ" ;
:smoothingKernel-unit = "dimensionless" ;
:smoothingKernel-value = "percent:65:1:0.5" ;
:LatGridSpacing = 0.01 ;
:LonGridSpacing = 0.01 ;
:MissingData = -99900.f ;
:RangeFolded = -99901.f ;*

Could anyone help me on this. I also attached the sample of netcdf radar data.
Thanks in Advance,

Best Regards,

Vongrads