Currently RSL scan parameters are stored as double floats.
|
PolarScanParam_createData(param,nbins,nrays,RaveDataType_DOUBLE); |
This inflates the file size when writing the polar volume to file. Better to use the same unsigned integers and conversions as defined in the NEXRAD file.
Currently RSL scan parameters are stored as double floats.
vol2bird/lib/librsl.c
Line 209 in 8a23dfb
This inflates the file size when writing the polar volume to file. Better to use the same unsigned integers and conversions as defined in the NEXRAD file.