public class Cinrad2VolumeScan extends Object
Documentation on Archive Level II data format can be found at: http://www.ncdc.noaa.gov/oa/radar/leveliidoc.html
Modifier and Type | Field and Description |
---|---|
static String |
AR2V0001 |
static String |
ARCHIVE2 |
Modifier and Type | Method and Description |
---|---|
String |
getDataFormat()
Get data format (ARCHIVE2, AR2V0001) for this file.
|
int |
getDopplarResolution() |
Date |
getEndDate() |
int |
getMaxRadials() |
int |
getMinRadials() |
List |
getReflectivityGroups()
Get Reflectivity Groups
Groups are all the records for a variable and elevation_num;
|
Date |
getStartDate() |
double |
getStationElevation() |
String |
getStationId()
Get the 4-char station ID for this data
|
String |
getStationID(String location) |
double |
getStationLatitude() |
double |
getStationLongitude() |
String |
getStationName() |
int |
getTitleJulianDays()
Get the starting Julian day for this volume
|
int |
getTitleMsecs()
Get the starting time in seconds since midnight.
|
int |
getVCP()
Get the Volume Coverage Pattern number for this data.
|
List |
getVelocityGroups()
Get Velocity Groups
Groups are all the records for a variable and elevation_num;
|
boolean |
hasDifferentDopplarResolutions() |
static long |
testValid(String ufilename) |
public static final String ARCHIVE2
public static final String AR2V0001
public int getMaxRadials()
public int getMinRadials()
public int getDopplarResolution()
public boolean hasDifferentDopplarResolutions()
public List getReflectivityGroups()
public List getVelocityGroups()
public String getDataFormat()
public int getTitleJulianDays()
public int getTitleMsecs()
public int getVCP()
Cinrad2Record.getVolumeCoveragePatternName(int)
public String getStationId()
public String getStationName()
public double getStationLatitude()
public double getStationLongitude()
public double getStationElevation()
public Date getStartDate()
public Date getEndDate()
public static long testValid(String ufilename) throws IOException
IOException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.