Changes between Version 18 and Version 19 of Versions


Ignore:
Timestamp:
Nov 6, 2013, 7:57:29 PM (10 years ago)
Author:
Piero Campalani
Comment:

add some more changelog

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v18 v19  
    99
    1010== Version 9.0.0 ==
    11  * For download and installation check the [wiki:Installation installation] and [wiki:RasdamanReleaseProcess release process] guides.
     11 * For download and installation check the ([wiki:RasdamanQuickInstall debian]) [wiki:Install installation] and [wiki:RasdamanReleaseProcess release process] guides.
    1212
    1313=== Changes and new features ===
    1414 * tile ids are now stored as long ints in the database rather than double.
    1515   * '''note:''' this is a backwards incompatible change over rasdaman 8.x, i.e. once `update_db.sh` is run, the database (RASBASE) will be converted to the new format and will be only readable by rasdaman 9+
    16  * the petascope schema has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE]
     16 * the petascopedb schema (tables with prefix `'PS9_'`) has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE]
    1717  * '''note:''' petascope 9.0 is incompatible with the old petascope schema, and requires running `update_petascopedb.sh --migrate` to make the old petascopedb compatible
    1818  * before running `update_petascopedb.sh --migrate`, it is necessary to remove the `$RMANHOME/share/rasdaman/petascope/update*.sql` files, which may have been left from an earlier installation.
    1919  * similarly it is necessary to remove `$RMANHOME/etc/petascope.properties`, as more parameters have been added and `make install` will not overwrite and outdated configuration file.
    20  * support for irregularly gridded coverages
     20 * support for CRS-aligned irregularly gridded coverages (''referenceable'' grids as by GML nomenclature, with axis parallel to the axes of the CRS).
     21 * support for compound CRS, either spatial, temporal, or spatio-temporal.
     22 * support for Index CRSs for unreferenced images.
     23 * support for CRS slicing (interim `@<axis1>,__,<axisN>` notation).
     24 * support for ISO8601 timestamps in WC*S subsettings (use double-quotes delimiters to switch from numeric coordinate to date).
     25 * WCS service and service provider metadata is moved from Java templates to the database.
     26 * GMLCOV coverage metadata is richer and more flexible: all GML fields are configurable in the database.
     27 * rasdaman collections and WC*S coverage names can be different: a coverage corresponds to an MDD, while a collection can contain multiple MDDs.
     28 * more powerful systemtests, with oracles support and scripting.
    2129 * initial support for multi-coverages is available in petascope (specifically multipoint coverages). To enable this feature PostGIS 2.0+ is required, otherwise it will be disabled.
     30 * the WCS CRS extension, partially implemented in the previous version (subsettings but no output reprojection) has been removed.
     31 * OGC WCS compliance is ensured (KVP protocol extension).
    2232
    2333''Quick upgrade guide''