Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 2765)

1 2 3 4 5 6 7 8 9 10 11
Ticket Owner Reporter Resolution Summary
#105 Dimitar Misev joachim.ungar@… fixed bug with multiband TIFF files
Description

follow-up of ticket #104

after transforming the TIFF into an untiled one, again results in a 0-filled collection.

rasql -q "select m[0:10,0:10] from mr as m" —out hex

rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 23.12.2011 09:32:23.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result object 1:  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 
rasql done.

N?.log output:

...
Request: 'insert into test2 values inv_tiff( #MDD0# )'...parsing...checking semantics...
QtConversion::checkType() for conversion inv_tiff assume the result marray <char>
evaluating...TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 33550 (0x830e) encountered
TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 33922 (0x8482) encountered
TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 34735 (0x87af) encountered
TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 34736 (0x87b0) encountered
TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 34737 (0x87b1) encountered
TIFF warning: /tmp/0x1b5c720.tif: unknown field with tag 42113 (0xa481) encountered
 QtConversion::evaluate() for conversion inv_tiff real result is marray <struct { char red, char green, char nir, char swir }>
ok
[2012-01-12 15:44:58] request completed in 1226612 usecs.
...

Ticket #69 gave me the hint that the TIFF may be too big (~6000x6000px).

For testing I created a smaller TIFF (sub.tif) which has a size of 100x100px.

hex output now seems to be fine:

rasql: rasdaman query tool v1.0, rasdaman v8 -- generated on 23.12.2011 09:32:23.
opening database RASBASE at localhost:7001...ok
Executing retrieval query...ok
Query result collection has 1 element(s):
  Result object 1: f1 a9 80 68 ec a5 7c 67 ec a5 7f 68 f6 ac 82 6a ed a2 7b 68 db 95 72 5d b1 87 26  0 13  0  2  8  0  0  1  0 72 18  6  8  0  0  1  0 8e 23  9  8 d3 8a 69 54 cd 88 67 52 ca 87 65 50 cd 89 67 52 cd 8c 6b 54 d2 8f 6a 55 c9 85 64 4f c7 85 63 4e c5 89 63 4f ca 8a 67 53 d0 8b 6c 55 d3 8e 6c 56 d2 8e 6d 54 cc 8e 6b 50 c8 8b 69 52 ca 8b 68 52 d2 8d 6b 55 d0 8b 68 52 e5 9d 7a 60 da 98 74 5b cf 8e 6c 56 cf 8d 69 52 d1 8c 6a 53 cf 8c 69 53 
rasql done.

but the TIFF output not:

  • gdal_translate: sub2.tif
  • rasql: rasql_1.tif

So in facts we have two problems here. (1) bigger TIFFs are imported but just their extent/size, not their actual values and (2) imported smaller TIFFs do have values but they are mixed up somehow.

#185 Alireza beccati@… fixed HDF4 should be optional for compilation of rasdaman
Description

It appears that HDF4 is now mandatory to compile, please make optional again since on modern distributions it has to be compiled by hand and conflicts with hdf5

Configuring with option: —without-hdf4 gives this error:

configure: error: libdf.a not found! Please install.

#189 j.oosthoek@… fixed rasimport: Segmentation fault (core dumped)
Description

I receive an error running rasimport on http://planetary-earthserver.jacobs-university.de after yum update to the latest rasdaman community version. I tried the following rasimport commands which fail: cd /mnt/miraculix-earthserver/lighthouse_planetary_data_repository/pre_processed_early_service_DEMO_11-2011/May2012/Background/ rasimport -f themisday.tif -t GreyImage:GreySet -coll themisday I get the following error: Segmentation fault (core dumped)

themisday.tif is HUGE (22GB) so I first though the size might be the reason. But then I tried to add the following data which I had already added before:

cd /mnt/miraculix-earthserver/lighthouse_planetary_data_repository/pre_processed_early_service_DEMO_11-2011/May2012/CRISM/ rasimport -f crism_vnir.tif -t CRISMVNIRImage:CRISMVNIRSet -coll tempcrism I get the same error.

Any idea what might be the problem here?

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.