7 | | == Version 8.3 == |
| 7 | == Version 8.3.0 == |
| 8 | |
| 9 | Download link: [http://www.rasdaman.com/Download/rasdaman-8.3.0.tar.gz rasdaman 8.3.0] (latest stable version, recommended) |
| 10 | |
| 11 | === Sserver === |
| 12 | * compilation on OS X |
| 13 | * rasgeo tool for GDAL-based image file import added to applications |
| 14 | * rasdaman web client toolkit (raswct) has been added to applications |
| 15 | * accompanying developer's manual can be found in manuals_and_examples/manuals |
| 16 | * fixed returning wrong error code on exception in rasgeo |
| 17 | * CSV formatter properly prints point queries |
| 18 | * fix exporting data of base type uint8, int8, uint32, float, etc. to TIFF |
| 19 | * added support for multiband TIFF images |
| 20 | * synchronized RPM spec file |
| 21 | * specific netcdf variable can be imported/exported, e.g. netcdf($1, "var=Base_reflectivity") |
| 22 | * fix the default definition of the RPC server in rasmgr.conf |
| 23 | * added --with-docs option to the configure script, to control whether doxygen documentation should be generated during installation. |
| 24 | * added option for generating position independent code (PIC), usually necessary on 64bit systems for generating proper shared objects. |
| 25 | * fix rasdl segfaulting when executed with invalid parametars |
| 26 | * fix rasdl segfaulting when types with a specified extent are present in the database |
| 27 | * fix type checking when updating with a file in some specific format. At the type-checking stage the actual type is not yet known as the conversion hasn't been evaluated. |
| 28 | * fix rasmgr segfaulting on Debian Wheezy 64bit, gcc 4.6 |
| 29 | * fix make clean for java |
| 30 | * add rview binary and modify Makefiles so that it's properly installed on make install |
| 31 | * add includes for mkdir in rasmgr_config.cc |
| 32 | |
| 33 | === Petascope === |
| 34 | * moved to the applications directory |
| 35 | * integration with the 52n WPS server |
| 36 | * deploying via 'make deploy' instead of 'make install' |
| 37 | * cleanup WCPS logging and fix performance bug |
| 38 | * performance speedup by caching in WCPS |
| 39 | * fix req 11, request version was not matched well. |
| 40 | * the server should not fail if it fails reading some of the coverages |
| 41 | * fix parsing of CRS in WCS 2.0 |
| 42 | * fix failed post req2 by including an ows:Constraint under OperationsMetadata in the Capabilities response |
| 43 | * fix failed core req8 (URLs in OperationMetadata were same for different servlet locations), and failed core req12 (invalid KVP request didn't result with exception). |
| 44 | * fix req17 by adding XML schema validation of XML requests. |
| 45 | * perform initialization at servlet startup instead of at the first request. |
| 46 | * fix installation of petascope settings |
| 47 | * remove the version attribute of the ServiceMetadata element |
| 48 | * update CRS identifiers to URLs |
| 49 | |
| 50 | === Fixes === |
| 51 | * #60 importing and outputting multi-band tiff files via rasql |
| 52 | * #67 fix compilation of the png converter with libpng14 or greater |
| 53 | * #70 fix GetCoverage ill-formed XML response |
| 54 | * #71 fix petascope DB initialization |
| 55 | * #72 add proper rview/labels.txt |
| 56 | * #74 problem exporting float32 data |
| 57 | * #75 fix csv conversion for structs |
| 58 | * #83 clear cache in petascope at every request |
| 59 | * #84 fix subset parameters in WCS 2.0 GET-KVP |
| 60 | * #86 CSV converter fails if result is 0 dimensioned |
| 61 | * #87 internal error: The index found more cells than allowed |
| 62 | * #91 fix handling of WCS 1.1 in petascope |
| 63 | * #92 fix the SOAP protocol extension in petascope |
| 64 | * #93 fix struct component selection via an index |
| 65 | * #99 fix pixel shift in rasgeo |