Changes between Version 18 and Version 19 of Versions
- Timestamp:
- Nov 6, 2013, 7:57:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v18 v19 9 9 10 10 == Version 9.0.0 == 11 * For download and installation check the [wiki:Installationinstallation] 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. 12 12 13 13 === Changes and new features === 14 14 * tile ids are now stored as long ints in the database rather than double. 15 15 * '''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 schemahas 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] 17 17 * '''note:''' petascope 9.0 is incompatible with the old petascope schema, and requires running `update_petascopedb.sh --migrate` to make the old petascopedb compatible 18 18 * 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. 19 19 * 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. 21 29 * 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). 22 32 23 33 ''Quick upgrade guide''