Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2765)

Ticket Owner Reporter Resolution Summary
#58 Peter Baumann fixed allow trimming with and without extending
Description

sometimes trimming needs to be safe in that it is a proper subset. Sometimes an area overlapping with the input array is required whereby outside areas are filled with nulls. Both should be supported. Suggested approach:

  • add function: trim( mddExpr, pointExpr )
  • generalize existing trimming to combine trim() and extend(): a[trimExpr]
#62 Peter Baumann julio.morales@… duplicate png_info has no member named trans_values on slackware 13.37
Description

When installing in slackware I found an error in conversion/png.cc:

png.cc:216:67: error: 'struct png_info' has no member named 'trans_values'

I applied the changes suggested here http://tuxthink.blogspot.com/2010/08/pnginfo-has-no-member-by-name-trans.html

and changed all occurrences of trans_values for trans_color and compilation went on.

Still stops in rasmanager/rasmgr_conf.cc (ticket #61)

#71 Dimitar Misev barboni@… fixed Error in petascope update query
Description

Hello,

There is a little error in file "rasdaman/petascope/db/update0.sql" at row # 292 the PK is duplicated and the FK is wrong.

the original query: INSERT INTO ps_descriptions VALUES (1, 1, 'mean_summer_airtemp', 'This coverage shows the mean summer air temperatures over Australia in the period 2001-2007', 'summere temperature, australia');

probably you want to insert the coverage description like INSERT INTO ps_descriptions VALUES (2, 2, 'mean_summer_airtemp', 'This coverage shows the mean summer air temperatures over Australia in the period 2001-2007', 'summer temperature, australia');

Regards

Damiano

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