Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#594 fixed Add .lo and .hi selections in domain( ) and imagecrsdomain( ) WCPS functions Piero Campalani Piero Campalani
Description

Self-explanatory title.

In practice, it would be a useful feature to extend to WCPS the RasQL capability to extract high and low bounds of an sdom.

Use case:

# Eg: weekly-aggregated pixel history on daily time-series
for c in (eobstest) return encode (
   coverage averaged_pixel_history
       over $t t ( imagecrsdomain(c,t).lo : imagecrsdomain(c,t).hi / 7 )
     values avg(c[Lat(0), Long(51:52), t:"CRS:1"($t:$t+6)])
, "csv")

The WCPS standard does not foresee this feature, but might be added to the upcoming WCPS 2.0.

#770 fixed Add Index 4D/5D CRS Piero Campalani Piero Campalani
Description

After adding a new 4D GridCoverage test dataset to our systemtests, index 4D (and just in case: 5D too - MetOcean use cases) should be added to SECORE.

See related: #760.

#2241 fixed Add Makefile to build wcs-client dkamov Dimitar Misev
Description

One should be able to

cd applications/wcs-client
make

to rebuild the wcs-client.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.