Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 2765)

Ticket Resolution Summary Owner Reporter
#77 fixed Data exchange format wrong file name extension Dimitar Misev Damiano Barboni <barboni@…>
Description

bug derived by a discussion on rasdaman-users mailing list at http://groups.google.com/group/rasdaman-users/browse_thread/thread/54d698e038a98fb9?hl=en

I'm working with the latest rasdaman version available by git.

When I select data from a collection and I try to encode results into a specific file format, the files selected are always saved with the ".unknown" extension instead of the correct file type suffix.

It seems a little problem related only to the file name because the data are encoded correctly.

X Peter and Dimitar, if you want to verify this issue you can use the System provided in Munich by EOX. Also the rasdaman installed on the Key is affected by this problem. I can not verify if the virtual machines provided for the Earth Server project by EOX are OK. Currently i'm working with an own installation of Rasdaman and I don't use the packages prepared by EOX.

Examples:

rasql -q "select tiff(i) from rgb as i" —out file rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 14.10.2011 17:27:00. opening database RASBASE at localhost:7001...ok Executing retrieval query…ok Query result collection has 1 element(s):

Result object 1: going into file rasql_1.unknown…ok.

rasql done.

rasql -q "select png(i) from mr as i" —out file rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 14.10.2011 17:27:00. opening database RASBASE at localhost:7001...ok Executing retrieval query…ok Query result collection has 3 element(s):

Result object 1: going into file rasql_1.unknown…ok. Result object 2: going into file rasql_2.unknown…ok. Result object 3: going into file rasql_3.unknown…ok.

rasql done.

rasql -q "select jpeg(i) from aatsr as i" —out file rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 14.10.2011 17:27:00. opening database RASBASE at localhost:7001...ok Executing retrieval query…ok Query result collection has 8 element(s):

Result object 1: going into file rasql_1.unknown…ok. Result object 2: going into file rasql_2.unknown…ok. Result object 3: going into file rasql_3.unknown…ok. Result object 4: going into file rasql_4.unknown…ok. Result object 5: going into file rasql_5.unknown…ok. Result object 6: going into file rasql_6.unknown…ok. Result object 7: going into file rasql_7.unknown…ok. Result object 8: going into file rasql_8.unknown…ok.

rasql done.

Damiano

#78 fixed Allow Rasdaman to compile on OS X Peter Baumann chuck@…
Description

Attached is a set of four patches that allows Rasdaman to compile successfully on OS X. make check executes fine. I can also execute all the examples from Chapter 2 of the Installation and Administration guide.

These patches should be applied against a commit newer than 29c260d634565df3808608bc5562d9bcc5783989 on the master branch or rasmgr will segfault upon startup.

The first patch, "Disable libgcrypt and libnsl in configure.ac", most likely breaks the build on Linux. I don't have enough experience with autotools to figure out how to remove libraries only when configre is run on OS X—-but I'm sure this is a trivial task for someone who knows what they are doing.

If these patches seem interesting or useful, I would be more than happy to submit them to the patch manager and accept the terms of the contribution agreement.

#79 fixed integration with Enterprise Linux Community Dimitar Misev Peter Baumann
Description

Are we working with the Enterprise Linux Community [1] to get this package included in official builds?

Bruce

[1] http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS

(suggested by Bruce Bannerman, rasdaman OSGeo incubation mentor)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.