| 13 | === Changes and new features === |
| 14 | * tile ids are now stored as long in the database rather than double. |
| 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 schema has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE] |
| 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 | * 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 | * 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 | * 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. |
| 21 | |
| 22 | === Fixes === |