Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 2765)

Ticket Owner Reporter Resolution Summary
#353 Peter Baumann abeccati fixed Provide SECORE user manual documentation
Description

SECORE is going to be officially part of rasdaman in upcoming versions, hence we need some tutorial/user manual for it on http://rasdaman.eecs.jacobs-university.de/trac/rasdaman/wiki/SecoreUserGuide

#355 mrusu Piero Campalani duplicate SECORE issues with parametrized CRSs in a compounding
Description

It seems SECORE does not parse additional parameters of parametrized URIs when they are part of a compound CRS.

Examples:

http://kahlua.eecs.jacobs-university.de:8080/def/crs-compound?
   1=http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/32633&
   2=http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date?label='myLabel'

Percent-encoding the ? does not work either!

#357 Dimitar Misev Piero Campalani fixed Implement `pow()' WCPS function
Description

Despite all exponentialExpr are implemented in Petascope (see WCPS standard Sec.7.1.17), only pow(C,p) function is missing, and should be implemented despite easily reproducible by means of sequences of products.

Pow is a unary expression (src/main/java/petascope/wcps/server/core/UnaryOperationCoverageExpr.java).

Examples:

for c in (mean_summer_airtemp)
   return encode(
      coverage averagesOverTime
      over     $T t(1:5)
      values   pow($T,3),
   "csv")
for c in (mean_summer_airtemp)
  return encode(
       pow(c[x:"CRS:1"(100:101),y:"CRS:1"(300)],3),
    "csv")

See how other similar operators are implemented, e.g. log, ln, exp.

Depends on #374

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