HICO ancillary data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
obdaac_forum_user
Posts: 86
Joined: Wed Jan 27, 2021 1:52 pm America/New_York
Answers: 0

HICO ancillary data

by obdaac_forum_user » Wed Feb 12, 2014 8:44 am America/New_York

Hi,
How can I access ancillary data used for HICO processing?
(wind speed and direction, atmospheric pressure, ozone and water vapour content)

best regards

Christophe

Tags:

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

HICO ancillary data

by OB.DAAC - SeanBailey » Wed Feb 12, 2014 1:10 pm America/New_York

Christophe,

We have not fully integrated HICO processing support.  The code *can* process HICO, but we've not had the time
to evaluate it or generate reasonable calibration adjustments.

We will eventually add support for HICO to the getanc.py script, until then you can call getanc.py with the
--start option (and optionally --stop, although HICO scenes are sufficiently small to not likely require it)

For example, given the file: H2013304171748.L1B_ISS
you would call getanc.py as:

    getanc.py --start=2013304171748

Regards,
Sean

obdaac_forum_user
Posts: 86
Joined: Wed Jan 27, 2021 1:52 pm America/New_York
Answers: 0

HICO ancillary data

by obdaac_forum_user » Mon Feb 17, 2014 12:45 pm America/New_York

Dear Sean,

thank you very much for your reply.
How can I read the *_NCEP.MET files?

I tried with wgrib tools but it did not work out.

best regards

Christophe

bryanfranz
Posts: 9
Joined: Fri Jan 30, 2004 12:27 pm America/New_York
Answers: 0

HICO ancillary data

by bryanfranz » Mon Feb 17, 2014 2:09 pm America/New_York

They are in HDF4 format.

-- bryan

obdaac_forum_user
Posts: 86
Joined: Wed Jan 27, 2021 1:52 pm America/New_York
Answers: 0

HICO ancillary data

by obdaac_forum_user » Tue Feb 18, 2014 10:13 am America/New_York

thanks Bryan.

Christophe

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

HICO ancillary data

by gnwiii » Tue Feb 18, 2014 10:54 am America/New_York

For future reference, the file command can often identify the type of a file:


$ file S200616718_NCEP.MET
S200616718_NCEP.MET: Hierarchical Data Format (version 4) data


The hdfview program (part of hdf-java) can usually read netcdf and hdf files (both older and current versions of the formats).

Post Reply