can not find GridIP-Tile in ADL5.3's database

Issues related to installation of ADL
Post Reply
wzchen
Posts: 89
Joined: Wed Jul 18, 2012 3:01 pm

can not find GridIP-Tile in ADL5.3's database

Post by wzchen »

I created a new database by using:
$ADL_HOME/script/DMS/createSQLiteDMS.csh
Then I imported all Tiles by using:
"$ADL_HOME/script/importdms $dir"
However, I got no results when I searched "N_Dataset_Type_Tag" with "GridIP-Tile" by using:
$ADL_HOME/script/DMS/DmsInvGui.sh
However, I can get correct results if I search database by using "N_Collection_Short_Name". For example, I got 1580 results for "GridIP-VIIRS-Ann-Max-Min-Ndvi-Quarterly-Tile".

Did I do anything wrong?
Thanks,
jhkmal
Posts: 1
Joined: Thu Feb 18, 2016 1:36 am

Re: can not find GridIP-Tile in ADL5.3's database

Post by jhkmal »

Everything is correct
dstuhmer
Posts: 5
Joined: Thu Jul 14, 2011 11:23 am

Re: can not find GridIP-Tile in ADL5.3's database

Post by dstuhmer »

Since you are using the GUI it is difficult to tell for sure.
1. Did you spell the Metadata string and value correctly?
2. Did you remember to click the "query" button on the right hand side to add your query?
When I try to replicate what you have done with the default ADL DMS it does work.
I've attached a GIF file showing a screenshot of a successful query.

This command queries for all GridIP-Tiles, the grep looks for the shortened string of the key
name for the N_Collection_Short_Name, and the wc counts them (of course). This is what I
see from the default DMS shipped with ADL 5.3 after installing and running the example
test data set.
> $ADL_HOME/script/querydms -d GridIP-Tile | grep N_Collect | wc
540 6480 89689
> $ADL_HOME/script/querydms -s GridIP-VIIRS-Ann-Max-Min-Ndvi-Quarterly-Tile | grep N_Coll | wc
32 384 5568
Attachments
DMS GUI screen shot
DMS GUI screen shot
dms_query.gif (75.93 KiB) Viewed 14883 times
-- Derek Stuhmer
Raytheon Company
Post Reply