|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.cinrad.Cinrad2VolumeScan
public class Cinrad2VolumeScan
This class reads a CINRAD level II data file. It can handle NCDC archives (ARCHIVE2), as well as CRAFT/IDD compressed files (AR2V0001).
Adapted with permission from the Java Iras software developed by David Priegnitz at NSSL.Documentation on Archive Level II data format can be found at: http://www.ncdc.noaa.gov/oa/radar/leveliidoc.html
Field Summary | |
---|---|
static String |
AR2V0001
|
static String |
ARCHIVE2
|
Method Summary | |
---|---|
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 void |
main(String[] args)
|
static void |
main2(String[] args)
test |
static long |
testValid(String ufilename)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ARCHIVE2
public static final String AR2V0001
Method Detail |
---|
public String getStationID(String location)
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
public static void main2(String[] args) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |