[ 
https://issues.apache.org/jira/browse/TIKA-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14241607#comment-14241607
 ] 

Vineet Ghatge commented on TIKA-1423:
-------------------------------------

[~tpalsulich]: Agreed, I made little more progress, I have gotten past the 
errors that I last reported. I have pushed in git. Now, I am getting this.  
Stack talks about - sgi.wiring.package=thredds.catalog not sure what it is.
ERROR: Bundle org.apache.tika.bundle [18] Error starting 
file:/home/afox/tika/tika/tika-bundle/target/test-bundles/tika-bundle.jar 
(org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.tika.bundle [18]: Unable to resolve 18.0: missing requirement [18.0] 
osgi.wiring.package; (osgi.wiring.package=thredds.catalog))
org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.tika.bundle [18]: Unable to resolve 18.0: missing requirement [18.0] 
osgi.wiring.package; (osgi.wiring.package=thredds.catalog)
        at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3980)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2043)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1297)
        at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
544 [main] ERROR org.ops4j.pax.exam.nat.internal.NativeTestContainer - Bundle 
[org.apache.tika.bundle [18]] is not resolved
878 [main] INFO org.ops4j.pax.exam.spi.reactors.ReactorManager - suite finished
Tests run: 6, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 0.945 sec <<< 
FAILURE!


> Build a parser to extract data from GRIB formats
> ------------------------------------------------
>
>                 Key: TIKA-1423
>                 URL: https://issues.apache.org/jira/browse/TIKA-1423
>             Project: Tika
>          Issue Type: New Feature
>          Components: metadata, mime, parser
>    Affects Versions: 1.6
>            Reporter: Vineet Ghatge
>            Assignee: Vineet Ghatge
>            Priority: Critical
>              Labels: features, newbie
>             Fix For: 1.8
>
>         Attachments: GRIBParsertest.java, GribParser.java, 
> NLDAS_FORA0125_H.A20130112.1200.002.grb, TIKA-1423.palsulich.120614.patch, 
> TIKA-1423.patch, fileName.html, gdas1.forecmwf.2014062612.grib2
>
>
> Arctic dataset contains a MIME format called GRIB -  General 
> Regularly­distributed information in Binary form 
> http://en.wikipedia.org/wiki/GRIB . GRIB is a well known data format which is 
> a concise data format used in meteorology to store historical and 
> weather data. There are 2 different types of the format ­ GRIB 0, GRIB 2.  
> The focus will be on GRIB 2 which is the most prevalent. Each GRIB record 
> intended for either transmission or storage contains a single parameter with 
> values located at an array of grid points, or represented as a set of 
> spectral coefficients, for a single level (or layer), encoded as a continuous 
> bit stream. Logical divisions of the record are designated as "sections", 
> each of which provides control information and/or data. A GRIB record 
> consists of six sections, two of which are optional: 
>  
> (0) Indicator Section 
> (1) Product Definition Section (PDS) 
> (2) Grid Description Section (GDS) ­ optional 
> (3) Bit Map Section (BMS) ­ optional 
> (4) Binary Data Section (BDS) 
> (5) '7777' (ASCII Characters)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to