Freeform not trigger..
Denis Nadeau
denis.nadeau at gmail.com
Fri Apr 27 15:20:38 PDT 2007
Nathan,
Thanks for the TypeMatch line. That was my main problem.
But, I still have an issue with endianness and FreeForm. I have a
file that seems to have been created as MSB and my machines are LSB.
It is not the first time I fall in this problem and cannot find how to
set up the form file.
I found data_byte_order on some FreeForm web site but did not get
success with it.
Do you know how to specify a data_byte_order(MSB) in the free form file.
BTW, I have just set up opendap at home.
Take a look.
http://denisnadeau.homeip.net/opendap/
Best Regards,
Denis
2007/4/27, Nathan Potter <ndp at opendap.org>:
> Denis,
>
> Some how the file name is not matching the regular expression for the
> freeform handler in catalog TypeMatch declaration in your bes.conf file.
>
> Mine is set like this:
>
> BES.Catalog.catalog.TypeMatch=ff:.*.dat(.bz2|.gz|.Z)?$;h4:.*.(hdf|HDF|
> eos)(.bz2|.gz|.Z)?$;nc:.*.nc(.bz2|.gz|.Z)?$;
>
>
> So freeform is:
>
> ff:.*.dat(.bz2|.gz|.Z)?$
>
> In the above example.
>
>
>
> On Apr 27, 2007, at 8:26 AM, Denis Nadeau wrote:
>
> > Guys,
> >
> > I have setup a filed called .bin.dat with the following information.
> >
> >
> > When I click on the file the freeform handler is not triggered, but
> > when I try to use the bescmdln manually I can get to the data (by
> > setting ff).
> > It seems that show info on the file set IsData to false.
> >
> > Any clue why IsData returns false?
> >
> > Here is my BES output.
> >
> > Best.
> > Denis
> >
> > BESClient> show info for
> > "/TRMM_L3/TRMM_3B42_daily/2004/162/3B42_daily.2004.06.11.6.bin";
> > <?xml version="1.0" encoding="UTF-8"?>
> > <showInfo>
> > <response>
> > <dataset isData="false" thredds_collection="false">
> >
> > <name>/TRMM_L3/TRMM_3B42_daily/2004/162/3B42_daily.
> > 2004.06.11.6.bin</name>
> > <size>2304000</size>
> > <lastmodified>
> > <date>2006-09-19</date>
> > <time>18:27:45</time>
> > </lastmodified>
> > </dataset>
> > </response>
> > </showInfo>
> > BESClient> set container in catalog values
> > s,/TRMM_L3/TRMM_3B42_daily/2004/162/3B42_daily.2004.06.11.6.bin,ff;
> > BESClient> define d1 as s;
> > BESClient> get dds for d1;
> > Dataset {
> > Float32 data[rows = 1440][cols = 400];
> > } 3B42_daily.2004.06.11.6.bin;
> > BESClient>
> > BESClient> get das for d1;
> > Attributes {
> > FF_GLOBAL {
> > String Server "DODS FreeFrom based on FFND release 4.2.3";
> > }
> > data {
> > }
> > }
> > BESClient>
> >
> > --
> > Denis Nadeau
> > Goddard Earth Sciences Data & Information Services Center
> > Code 610.2
> > NASA Goddard Space Flight Center, Greenbelt, MD 20771
> > Phone: (301) 614-5514
> > Fax: (301) 614-5268
> > email: dnadeau at pop600.gsfc.nasa.gov
> > http://disc.gsfc.nasa.gov
> > http://giovanni.gsfc.nasa.gov
> >
> >
>
> =
> Nathan Potter ndp at opendap.org
> OPeNDAP, Inc. 541.752.1852
>
>
>
More information about the Opendap-tech
mailing list