added table units parser for BUFR table values added time units parser for BUFR time values added lookup methods to translation table added mapping class for BUFR fields to point data container parameters Former-commit-id: eaeab6dc6dfc9e0f3544ccb1ebea53669d2222c7
19 lines
593 B
Text
19 lines
593 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: NetCDF Bufr
|
|
Bundle-SymbolicName: com.raytheon.uf.common.nc.bufr
|
|
Bundle-Version: 1.14.0
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Require-Bundle: ucar.nc2,
|
|
ucar.nc2.bufrsplitter,
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.numeric,
|
|
com.raytheon.uf.common.serialization,
|
|
com.raytheon.uf.common.util
|
|
Export-Package: com.raytheon.uf.common.nc.bufr,
|
|
com.raytheon.uf.common.nc.bufr.tables,
|
|
com.raytheon.uf.common.nc.bufr.time,
|
|
com.raytheon.uf.common.nc.bufr.util
|
|
Bundle-ClassPath: .,
|
|
res/
|