Changes between Version 6 and Version 7 of PetascopeTimeHandling


Ignore:
Timestamp:
Feb 7, 2013, 2:20:43 PM (11 years ago)
Author:
Piero Campalani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PetascopeTimeHandling

    v6 v7  
    44
    55
    6 [[span(NOTE: ''No improvements or feature changes will be applied for maintenance of the 8.4 release.'', style=color: Black; font-size: 80%, id=git)]]
     6[[span(NOTE: ''No improvements or feature changes will be applied for maintenance of the 8.4 release.'', style=color: Black; font-size: 80%)]]
    77
    88
     
    4444The features in future releases are going to provide custom temporal resolutions with regular/irregular spacing, by implementing a new design for the management of spatiotemporal CRSs, and supporting the new [[span(`GML 3.3`, style=color: SeaGReen; font-size: 90%)]] [https://portal.opengeospatial.org/files/?artifact_id=46568 referenceable grids]. See next section for further insight.
    4545
     46=== Numerical examples ===
     47
     48==== 1-day resolution : __Time series of ''daily'' 2D aggregates from 1st January 2010 to 31st December 2010__ ====
     49  i. set the ''label'' ([[span(`petascopedb::ps_domain.name`, style=color: IndianRed; font-size: 90%)]]) of the temporal axis to "'''[[span(`t`, style=color: DodgerBlue; font-size: 90%)]]'''";
     50  i. set [[span(`ps_domain`, style=color: IndianRed; font-size: 90%)]] bounds ([[span(`numlo`, style=color: IndianRed; font-size: 90%)]], [[span(`numhi`, style=color: IndianRed; font-size: 90%)]]) to the correspondent ANSI dates [[span([`149385:149749]`, style=color: black; font-size: 90%)]];
     51  i. set the CRS of the temporal axis to some value other than `CRS:1`;
     52  i. now requests can be done with [[span(`YYYY-MM-DD`, style=color: DodgerBlue; font-size: 90%)]] temporal subsets.
     53
     54==== N-days resolution : __Time series of ''weekly'' 2D aggregates from 1st January 2010 to 31st December 2010__ ====
     55  i. set the ''label'' ([[span(`petascopedb::ps_domain.name`, style=color: IndianRed; font-size: 90%)]]) of the temporal axis to "'''[[span(`t`, style=color: DodgerBlue; font-size: 90%)]]'''";
     56  i. set [[span(`ps_domain`, style=color: IndianRed; font-size: 90%)]] bounds ([[span(`numlo`, style=color: IndianRed; font-size: 90%)]], [[span(`numhi`, style=color: IndianRed; font-size: 90%)]]) to the correspondent ANSI dates [[span(`[149385:`, style=color: black; font-size: 90%)]][[span(`149748`, style=color: black; font-size: 90%; text-decoration:underline)]][[span(`]`, style=color: black; font-size: 90%)]];
     57  i. set the CRS of the temporal axis to some value other than `CRS:1`;
     58  i. now requests can be done with [[span(`YYYY-MM-DD`, style=color: DodgerBlue; font-size: 90%)]] temporal subsets.
     59
    4660== Ongoing development (towards `rasdaman_9.0`) ==
    4761