public class Level2VolumeScan 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 |
AR2V0002 |
static String |
AR2V0003 |
static String |
AR2V0004 |
static String |
AR2V0006 |
static String |
AR2V0007 |
static String |
ARCHIVE2 |
Modifier and Type | Method and Description |
---|---|
String |
getDataFormat()
Get data format (ARCHIVE2, AR2V0001) for this file.
|
int |
getDopplarResolution() |
Date |
getEndDate() |
List<List<Level2Record>> |
getHighResCoeffocientGroups() |
List<List<Level2Record>> |
getHighResDiffPhaseGroups() |
List<List<Level2Record>> |
getHighResDiffReflectGroups() |
List<List<Level2Record>> |
getHighResReflectivityGroups() |
List<List<Level2Record>> |
getHighResSpectrumGroups() |
List<List<Level2Record>> |
getHighResVelocityGroups() |
int |
getMaxRadials(int r) |
int |
getMinRadials(int r) |
List<List<Level2Record>> |
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
|
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<List<Level2Record>> |
getVelocityGroups()
Get Velocity Groups
Groups are all the records for a variable and elevation_num;
|
boolean |
hasDifferentDopplarResolutions() |
boolean |
hasHighResolutions(int dt) |
static void |
main(String[] args) |
static void |
main2(String[] args)
test
|
static long |
testValid(String ufilename) |
public static final String ARCHIVE2
public static final String AR2V0001
public static final String AR2V0002
public static final String AR2V0003
public static final String AR2V0004
public static final String AR2V0006
public static final String AR2V0007
public int getMaxRadials(int r)
public int getMinRadials(int r)
public int getDopplarResolution()
public boolean hasDifferentDopplarResolutions()
public boolean hasHighResolutions(int dt)
public List<List<Level2Record>> getReflectivityGroups()
public List<List<Level2Record>> getVelocityGroups()
public List<List<Level2Record>> getHighResVelocityGroups()
public List<List<Level2Record>> getHighResReflectivityGroups()
public List<List<Level2Record>> getHighResSpectrumGroups()
public List<List<Level2Record>> getHighResDiffReflectGroups()
public List<List<Level2Record>> getHighResDiffPhaseGroups()
public List<List<Level2Record>> getHighResCoeffocientGroups()
public String getDataFormat()
public int getTitleJulianDays()
public int getTitleMsecs()
public int getVCP()
Level2Record.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
public static void main2(String[] args) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.