Changes between Version 175 and Version 176 of Versions


Ignore:
Timestamp:
Jan 18, 2022, 12:42:46 PM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v175 v176  
    8787 - the start/stop rasdaman scripts can handle multiple rasdaman instances
    8888 - update_db.sh will check for free disk space before backing up RASBASE
     89
     90- [wiki:Versions10Migration breaking changes and migration from v9.8]
    8991
    9092
     
    827829
    828830
    829 
    830 == Version 9.7 ==
    831 
    832 '''Summary of changes:'''
    833 * petascope:
    834  - WMS extended to support 3D+ coverages ([wiki:WMSGuide#a3DcoverageasWMSlayer docs])
    835  - reintroduced support for pyramid creation for WMS ([wiki:WCSTImportGuide#Imagepyramids docs])
    836  - improve WMS rendering when reprojection is involved
    837  - support for ingestion of ''spatially overlapping'' data with wcst_import
    838  - allow expressions in WCPS subsets on grid axes
    839  - support for curtain/corridor clipping in WCS/WCPS
    840  - wcst_import can automatically ingest netcdf variable metadata
    841  - wcst_import allows appending slices to bottom of irregular axis
    842  - wcst_import can run in ''daemon'' mode and watch for new files to import
    843 * WS client:
    844  - support for 3D+ WMS layers
    845  - allow selecting WMS styles for preview
    846  - OWS metadata management has moved from /rasdaman/ows/admin to a tab in the WS client
    847 * rasdaman server:
    848  - allow ''floating-point'' null values
    849  - dynamic null values specification in queries for any array expression ([http://rasdaman.org/ticket/1763 more info])
    850  - clip() supports continuous and discrete corridors ([wiki:Clipping#Corridors docs])
    851  - clip() supports general expressions as point coordinates, instead of just literals
    852  - on updates, null value areas from the source array will not overwrite the target array ([http://rasdaman.org/ticket/1411 more info])
    853  - the UPDATE clause allows specifying source collections in a FROM clause ([http://rasdaman.org/ticket/1759 more info])
    854  - multiple fixes for operations on data of composite values
    855  - inf is recognized as a double literal
    856  - fixes with the project() function
    857  - acos/asin/atan are alias functions for arccos/arcsin/arctan
    858  - fixed compilation with g++ 8.1 and installation on Debian buster
    859  - C++ client API is thread-safe on demand
    860  - support for extended NetCDF primitive types (notably unsigned ints)
    861  - dependency on netcdf_c++ library has been removed
    862  - environment variable $RASDATA is ignored; the data directory is deduced from the connect string in rasmgr.conf
    863  - improved transaction failure handling on client/server side
    864  - clip Linestring supports WITH COORDINATES option to add coordinates to each value on the Linestring
    865 * documentation:
    866  - refactored and updated documentation is now [source:doc/main in the repo] and online [ [http://doc.rasdaman.org/ html] | [http://doc.rasdaman.org/rasdaman.pdf pdf] ]
    867 
    868 '''Contributors (by number of patches):'''
    869 
    870 - 87 Bang Pham Huu
    871 - 52 Dimitar Misev
    872 - 17 Dragi Kamov
    873 - 10 Bogdan Ciurezu
    874 - 10 Alexandru Hambasan
    875 - 7 Brennan Bell
    876 - 2 Vlad Merticariu
    877 
    878 === v9.7.0 ===
    879 
    880 Addressed tickets between v9.7.0-beta2 and v9.7.0:
    881 {{{
    882 git log --pretty=format:"* changeset:%h | %s (%an)" v9.7.0-beta2..v9.7.0 | sort -k 3 -t ':'
    883 }}}
    884 
    885 * changeset:939978c9f | ticket:000 - systemtest improvements (Dimitar Misev)
    886 * changeset:cc725adeb | ticket:1127 - templated systemtest for rasql + ticket:1874 - fix parallel transactions with sqlite backend and incorrect use of LFATAL log statements (Dimitar Misev)
    887 * changeset:0c38377e1 | ticket:1215 - fix thread-safety in rasodmg (Dimitar Misev)
    888 * changeset:24b15349c | ticket:1308 - fix error message transfer to rasj (Dimitar Misev)
    889 * changeset:95e8e92ec | ticket:1563 - fix type checking for case expressions when the then/else operands are of incompatible types (Dimitar Misev)
    890 * changeset:5321fd454 | ticket:1567 - valgrind for system tests (Dimitar Misev)
    891 * changeset:96f121d45 | ticket:1611 - support for unsigned types in netcdf convertor (Dimitar Misev)
    892 * changeset:7c65638e7 | ticket:1613 - encode to csv: transpose parameter is not considered (Dragi Kamov)
    893 * changeset:7e5c89f10 | ticket:1691 - throw proper exception on invalid hostname in rasmgr.conf / detect when rasservers fail to start N times in a row (Dimitar Misev)
    894 * changeset:7b5fa5078 | ticket:1756 - QGIS wcps plugin: editing a server doesn't work (dkamov)
    895 * changeset:b9dd50758 | ticket:1786 - WMS Client sliders for the GetMap request (Bogdan Ciurezu)
    896 * changeset:49a1ce104 | ticket:1801 - WCS-Client with background and logo (Bogdan Ciurezu)
    897 * changeset:b646e416e | ticket:1802 - Add error reporting for invalid options in ingredients file (Alexandru Hambasan)
    898 * changeset:bb70157ad | ticket:1802 - Allow comment attributes in ingredients file schema (Alexandru Hambasan)
    899 * changeset:e90246b49 | ticket:1802 - Change jsonschema not installed error to warning (Alexandru Hambasan)
    900 * changeset:32c372776 | ticket:1807 - WCPS update coverage's axes' metadata after scale/extend (Bang Pham Huu)
    901 * changeset:192cebdf0 | ticket:1818 - WCST_Import changes message about missing netCDF library (Bang Pham Huu)
    902 * changeset:c1d7c67aa | ticket:1819 - WCS-client GetCoverage download coverage on second click (Bogdan Ciurezu)
    903 * changeset:ab9055347 | ticket:1823 - Petascope supports clipping with curtain by Polygon/LineString on 3D+ coverage for WCS and WCPS (Bang Pham Huu)
    904 * changeset:7c3ec3b6e | ticket:1829 - Set WMS DescribeLayer axes' domain extents be the same as WCS DescribeCoverage (Bogdan Ciurezu)
    905 * changeset:e44a4fbe8 | ticket:1830 - WCS-Client Validation for trimmind and slicing (Bogdan Ciurezu)
    906 * changeset:0819445f1 | ticket:1831 - rasserver should no longer segfault or hang while clipping corridors with longer linestrings. (Brennan Bell)
    907 * changeset:dc98e47e5 | ticket:1833 - Petascope supports WCS and WCPS clipping corridor (Bang Pham Huu)
    908 * changeset:dbb2be3f2 | ticket:1838 - WCS-Client dropdown history queries (Bogdan Ciurezu)
    909 * changeset:f7d6e1fe4 | ticket:1839 - WMS GetMap requests optimized when bounding box is out of layer's geo bounds (Bang Pham Huu)
    910 * changeset:13d8105a3 | ticket:1841 - WCS-Client WMS Describe Layer warning message 4+ bands layer (Bogdan Ciurezu)
    911 * changeset:8f5e49503 | ticket:1843 - WCST_Import supports adding local metadata from input files to coverage's metadata in Petascope (Bang Pham Huu)
    912 * changeset:cd8cd20b3 | ticket:1846 - WCS-T no shift to [0,0,0...,0] as decode(<[0:0] does it already (Bang Pham Huu)
    913 * changeset:9a3c1904c | ticket:1847 - add tool to print binary output from rasdaman in the systemtest (Dimitar Misev)
    914 * changeset:f13c39480 | ticket:1848 - WCST_Import add colorPaletteTable from an external text file to coverage's global metadata (Bang Pham Huu)
    915 * changeset:cca8725a8 | ticket:1848 - WMS select lowest downscaled collection which has grid subsets almost matches input width and height (e.g: 256 x 256) input parameters from GetMap request (Bang Pham Huu)
    916 * changeset:d4b03ea84 | ticket:1849 - fix export of large data (Dimitar Misev)
    917 * changeset:08f51f94a | ticket:1850 - Fix rasdapy failure on queries resulting in more than 4MB data (Alexandru Hambasan)
    918 * changeset:f9c9f9dbf | ticket:1855 - Petascope throws exception if axis label in GML not exist in coverage's CRS defintions (Bang Pham Huu)
    919 * changeset:17db38df5 | ticket:1857 - Petascope filters local metadata to be encoded as metadata based on input trimming/slicing in WCS/WCPS (Bang Pham Huu)
    920 * changeset:bfa2101c2 | ticket:1860 - WCST_Import should not analyse files if they were imported and added in track file (*.resume.json) (Bang Pham Huu)
    921 * changeset:e4fb8af49 | ticket:1861 - Petascope allows to log petascope.log by time interval besides by maximum size and index (Bang Pham Huu)
    922 * changeset:348823f6c | ticket:1862 - WCST_Import supports sort coverage slices by descending datetime with import_order:descending (Bang Pham Huu)
    923 * changeset:a5b91f096 | ticket:1863 - Petascope supports adding coverage slices at bottom for irregular axis (Bang Pham Huu)
    924 * changeset:f507ccb8d | ticket:1865 - SECORE adds EPSG version 9.4.2 besides 8.5 and 8.9.2 (Bang Pham Huu)
    925 * changeset:69ae092f3 | ticket:1866 - WCPS enforce encode() if result is not scalar (Bang Pham Huu)
    926 * changeset:0bb503fa5 | ticket:1870 - Add 'watch' option in wcst_import (Alexandru Hambasan)
    927 * changeset:4eb317220 | ticket:1872 - Petascope translate irregular coefficients to grid indices properly when coverage's origin is not the zero index in list of coefficients (Bang Pham Huu)
    928 * changeset:2270a535b | ticket:1873 - Fix Rasserver Segmentation Fault (Alexandru Hambasan)
    929 * changeset:077c77b07 | ticket:1874 - fix parallel transactions with sqlite backend (Dimitar Misev)
    930 * changeset:79a0efc7f | ticket:1876 - WCST_Import checks coverage's exist from WCS GetCapabilities instead of WCS DescrobeCoverage to avoid exception in petascope's log (Bang Pham Huu)
    931 * changeset:a56a6c343 | ticket:1877 - remove support for $RASDATA (Dimitar Misev)
    932 * changeset:7242b79e0 | ticket:1878 - fix transaction abort when commit fails (Dimitar Misev)
    933 * changeset:2092ce646 | ticket:1879 - Add test for importing coverage from tuple list in GML file (Bang Pham Huu)
    934 * changeset:4c8db837b | ticket:1879 - Add test to import coverage from GML tuple list locally (Bang Pham Huu)
    935 * changeset:057c51f47 | ticket:1880 - Throw exception for negative indexes (Alexandru Hambasan)
    936 * changeset:c9d7e662e | ticket:1881 - Delete coverage should not throw exception if its rasdaman collection was deleted manually (Bang Pham Huu)
    937 * changeset:5005d64b8 | ticket:1882 - improve subsetting and fix small leaks in rasql (Dimitar Misev)
    938 * changeset:f6d88bc03 | ticket:1883 - WCSClient uses a specific GetCoverage button to download result (Bang Pham Huu)
    939 * changeset:4a4d12d58 | ticket:1884 - Deserialize old coverage's metadate error as it is not XML/JSON (Bang Pham Huu)
    940 * changeset:21ea38652 | ticket:1885 - Petascope WMS GetMap result'size should always set to width and height input parameters in case of project() (Bang Pham Huu)
    941 * changeset:ab458f2c8 | ticket:1886 - avoid copying data in shift if possible (Dimitar Misev)
    942 * changeset:71f52eade | ticket:1888 - catch exceptions when dropping a collection (Dimitar Misev)
    943 * changeset:abe8ede5e | ticket:1890 - WSClient GUI improvements (Bang Pham Huu)
    944 * changeset:8a4183395 | ticket:1891 - AxisExtent of time axis in coverage needs to be in datetime format (Bang Pham Huu)
    945 * changeset:1c045c3f1 | ticket:1892 - WMS add project() to each coverageExpression if request CRS is different from native CRS (Bang Pham Huu)
    946 * changeset:61363a751 | ticket:1893 - Fix problem with WMS when zooming out of layer (Bang Pham Huu)
    947 * changeset:df94d0d5f | ticket:1894 - enhance WMS filling gaps when projection needed (Bang Pham Huu)
    948 * changeset:95ca9d244 | ticket:1896 - Add daemon functionality to wcst_import script (Alexandru Hambasan)
    949 * changeset:d7ca76af0 | ticket:1896 - Add test for wcst_import daemon functionality (Alexandru Hambasan)
    950 * changeset:3debefb98 | ticket:1898 - WCPS subsetting by CRS:1 error when coverage imported with descending order in irregular axis (Bang Pham Huu)
    951 * changeset:707e6e1df | ticket:1899 - fix checking for available/free servers to make sure that servers are not dead (Dimitar Misev)
    952 * changeset:ed56117cc | ticket:1899 - fix destructor in gRPC causing rasmgr to abort on shutdown (Dimitar Misev)
    953 * changeset:869c02395 | ticket:1899 - fix order of db object validation and destruction (Dimitar Misev)
    954 * changeset:196cf1d84 | ticket:1899 - fix rasserver failure detection (Dimitar Misev)
    955 * changeset:ae4203b62 | ticket:1899 - improve signal handling in rasql, rasmgr and rasserver (Dimitar Misev)
    956 * changeset:6de2e2aaf | ticket:1901 - Generate rasdaman errtxts not found when running in rasdapy (Bang Pham Huu)
    957 * changeset:2d08cbb7e | ticket:1902 - WCST_Import time series recipes should import 3D coverages as t/x/y grid axes order (Bang Pham Huu)
    958 * changeset:d0375651a | ticket:1903 - improve rasdaman transaction management in petascope (Dimitar Misev)
    959 * changeset:be108b94d | ticket:1904 - Petascope logs error instead of throwing exception if coverage's metadata is malform (Bang Pham Huu)
    960 * changeset:521ae2f44 | ticket:1905 - Do not remove third_party built code on make clean (Dimitar Misev)
    961 * changeset:c5653811b | ticket:1906 - pointer offsets should be size_t (Dimitar Misev)
    962 * changeset:07e8b15df | ticket:1907 - stack/log traces should not print absolute source file paths (Dimitar Misev)
    963 * changeset:57952fa2e | ticket:1908 - test_open reduces output for testing CORS (Bang Pham Huu)
    964 * changeset:d15df9cbf | ticket:1909 - Petascope WMS insert scale levels error from multibands layer with data types 'ushort' (Bang Pham Huu)
    965 * changeset:5d51cd25c | ticket:1910 - Petascope clips LineString and with coordinates parameter will translate grid coordinates to geo coordinates according to geo CRS axes order (Bang Pham Huu)
    966 * changeset:6e604a302 | ticket:1910 - Petascope imports with_coordinates constant string properly (Bang Pham Huu)
    967 * changeset:6ab392210 | ticket:1910 - Petascope supports clip LineString with geocoordinates (Bang Pham Huu)
    968 * changeset:4b3dbfc79 | ticket:1910 - support with coordinates for linestring clip queries (Dimitar Misev)
    969 * changeset:7e5439732 | ticket:1912 - Disable an error test for JPEG2000 in Centos 7 (Bang Pham Huu)
    970 * changeset:f06129050 | ticket:1913 - fix projection of multiband arrays with component type size > 1 (Dimitar Misev)
    971 * changeset:4de93f787 | ticket:1914 - fix memory leak in clip() (Dimitar Misev)
    972 * changeset:1441e83a8 | ticket:1915 - Systemtest - test deleting coverage should return error message from Petascope (Bang Pham Huu)
    973 * changeset:bbe17940a | ticket:1916 - Rasql servlet returns proper result for 'select c from RAS_COLLECTIONNAMES' as c (Bang Pham Huu)
    974 * changeset:e76f954bc | ticket:1917 - if null values for the source object are not specified though, update should take the null values from the target object (Dimitar Misev)
    975 * changeset:b13e1e1cf | ticket:1920 - Rasql servlet null error if no data returned from rasdaman (Bang Pham Huu)
    976 * changeset:688d50e84 | ticket:1921 - Add warning about WebWorldWind in firefox not working (Bang Pham Huu)
    977 * changeset:1c30bfb08 | ticket:1923 - Petascope will not add missing_value to netCDF band variables (Bang Pham Huu)
    978 * changeset:f7713cda5 | ticket:1925 - WCST_Import more informative error message for importing grib and netCDF libraries (Bang Pham Huu)
    979 * changeset:6195464a7 | ticket:1928 - Test daemon failed on centos 7 in some cases (Bang Pham Huu)
    980 * changeset:e92a6fe44 | ticket:1930 - move gdal-java search in a cmake module (Dimitar Misev)
    981 * changeset:c371c7725 | ticket:1930 - print elapsed time to build each target on make (Dimitar Misev)
    982 * changeset:5db7e1f10 | ticket:1931 - Not extract gml.tar.gz every make (Bang Pham Huu)
    983 * changeset:4eca13688 | ticket:1932 - check SQLite error code for extended error codes as well (Dimitar Misev)
    984 * changeset:26233230b | ticket:1933 - Petascope fix MDD type not found when coverageId containing 'AS' (Bang Pham Huu)
    985 * changeset:703dc4d38 | ticket:1937 - Run embedded petascope with input path to petascope.properties file (Bang Pham Huu)
    986 * changeset:5cfc18968 | ticket:1938 - small improvements in start/stop_rasdaman.sh (Dimitar Misev)
    987 * changeset:043641df3 | ticket:1940 - throw error in rasj if result from rasdaman is too big (Dimitar Misev)
    988 * changeset:91dd2e234 | ticket:1941 - refactor HttpServer and fix minor memory problems in r_Error, clip, condense (Dimitar Misev)
    989 * changeset:aa420ffda | ticket:1944 - fix compilation with -DUSE_NETCDF=OFF (Dimitar Misev)
    990 * changeset:aee2f6bd6 | ticket:1946 - gdal-java libs should be copied more precisely (Dimitar Misev)
    991 * changeset:891956683 | ticket:1946 - improve error reporting on gdal-java loading error, and cache SpatialReferences in CrsProjectionUtil (Dimitar Misev)
    992 * changeset:0bf9d6f24 | ticket:1947 - add latex package files for building pdf documentation and update contribution section (Dimitar Misev)
    993 * changeset:8bd59ecfa | ticket:1947 - add new rasdaman documentation (Dimitar Misev)
    994 * changeset:2e98e6d0a | ticket:1947 - find pdflatex and latexmk needed to build pdf documentation (Dimitar Misev)
    995 
    996 
    997 === v9.7.0-beta2 ===
    998 
    999 Addressed tickets between v9.7.0-beta1 and v9.7.0-beta2:
    1000 {{{
    1001 git log --pretty=format:"* changeset:%h | %s (%an)" v9.7.0-beta1..v9.7.0-beta2 | sort -k 3 -t ':'
    1002 }}}
    1003 * changeset:c81dc7fa | ticket:1224 - Replace signal with sigaction (Dragi Kamov)
    1004 * changeset:30731ff5 | ticket:1440 - The systemtest should test compiling example C++ (Dragi Kamov)
    1005 * changeset:84ea81e7 | ticket:1543 - rasmgr segfaults when started with port < 1024 (Dragi Kamov)
    1006 * changeset:43be64ff | ticket:1563 - problem with type assignment while outputting to csv/json from a switch/case query with varying data types in each case (Dragi Kamov)
    1007 * changeset:117cc6c7 | ticket:1704 - Rasql_Segfault from a condenser with mismatching sdom (Dragi Kamov)
    1008 * changeset:5bfad4da | ticket:1719 - rasdaman should throw an error when importing array with wrong type (Dragi Kamov)
    1009 * changeset:6f3d81da | ticket:1733 - WCST_Import supports bands, variables metadata from netCDF file automatically (Bang Pham Huu)
    1010 * changeset:c2cc8c8f | ticket:1784 - WCS Client dropdown Extra metadata (Bogdan Ciurezu)
    1011 * changeset:0c49dbef | ticket:1785 - WCS Client Admin tab password input is of type password (Bogdan Ciurezu)
    1012 * changeset:62b01f49 | ticket:1795 - WCST_Import loads supported recipes manually and load user custom recipes automatically from $RMANHOME/share/rasdaman/wcst_import/recipes_custom (Bang Pham Huu)
    1013 * changeset:8434366f | ticket:1803 - discrete corridors in rasql (Brennan Bell)
    1014 * changeset:621e2edc | ticket:1804 - Range constructor with scale fails fixed (Dragi Kamov)
    1015 * changeset:3a957245 | ticket:1805 - WCPS imageCRSdomain should return axes' grid domains in Rasdaman order not geo CRS order (Bang Pham Huu)
    1016 * changeset:65348d51 | ticket:1806 - support clipping operations on general expressions (Brennan Bell)
    1017 * changeset:737d9c05 | ticket:1807 - WCPS update coverage's axes' metadata after scale/extend operators() accordingly (Bang Pham Huu)
    1018 * changeset:0ead59f8 | ticket:1808 - WCST_Import should send encoded URL to Petascope (Bang Pham Huu)
    1019 * changeset:79e02788 | ticket:1809 - System test reduces size of test cases services for Petascope (Bang Pham Huu)
    1020 * changeset:9907d249 | ticket:1810 - Petascope loads WSClient in Iframe should not rely only prefix /rasdaman in URL (Bang Pham Huu)
    1021 * changeset:dcc2bed1 | ticket:1811 - Error from WCPS should contain root exception if it exists (Bang Pham Huu)
    1022 * changeset:6693baf7 | ticket:1812 - Petascope should not ask SECORE for CRSs comparison (Bang Pham Huu)
    1023 * changeset:363f7a07 | ticket:1813 - C++ example doesn't compile (Dragi Kamov)
    1024 * changeset:1ed94ba9 | ticket:1814 - CMake should unpack/build in the build directory for Petascope, SECORE, GRPC (Bang Pham Huu)
    1025 * changeset:eb10f55c | ticket:1815 - WSClient - scroll to output console's bottom in WCS ProcessCoverages tab when a new WCPS query's result is added (Bang Pham Huu)
    1026 * changeset:22591763 | ticket:1816 - Add test java examples from manuals and examples folder in system test (Bang Pham Huu)
    1027 * changeset:d24733d7 | ticket:1821 - WCS GetCoverage in gml returns incorrect sequenceRule (Bang Pham Huu)
    1028 * changeset:68f7cdeb | ticket:1822 - Petascope throws exception when clipping on a 0D coverage instead of null exception (Bang Pham Huu)
    1029 * changeset:b9e85935 | ticket:1826 - add -DENABLE_ASAN cmake option, insert data with multiple tiles in the systemtest (Dimitar Misev)
    1030 
    1031 
    1032 === v9.7.0-beta1 ===
    1033 
    1034 Addressed tickets between v9.6.0 and v9.7.0-beta1:
    1035 {{{
    1036 git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0..v9.7.0-beta1 | sort -k 3 -t ':'
    1037 }}}
    1038 * changeset:02f127e7 | ticket:1273 - Rasql servlet returns consistent boolean, infinity values (Bang Pham Huu)
    1039 * changeset:8b9b66f1 | ticket:1304 - Petascope supports WMS on 3d+ coverages (Bang Pham Huu)
    1040 * changeset:a35b06bc | ticket:1342 - fix insertion of arrays with composite base type (Dimitar Misev)
    1041 * changeset:c0fb48f3 | ticket:1342 - struct band name referencing works (Brennan Bell)
    1042 * changeset:876e6518 | ticket:1401 - Fixed rasql_memory leak with Select into when insert with many MDDs (Dragi Kamov)
    1043 * changeset:48fd3769 | ticket:1413 - fix warnings about deprecated C++ 11 throw specifiers (Dragi Kamov)
    1044 * changeset:264d58c4 | ticket:1482 - Fixed problems with etc/rasmgr.auth (Dragi Kamov)
    1045 * changeset:91a7f969 | ticket:1549 - Fixed support for inf in rasdaman (Dragi Kamov)
    1046 * changeset:a7e57685 | ticket:1556 - Add aliases for trigonometric functions (Alex Hambasan)
    1047 * changeset:f45e3dbf | ticket:1687 + ticket:1688 + ticket:542 + ticket:1374 - fix comparison and complex operators on composite operands, and min/max_cells on boolean arrays (Dimitar Misev)
    1048 * changeset:404f61e3 | ticket:1740 - WCST_Import options in ingredient file should be optional if possible (Bang Pham Huu)
    1049 * changeset:3b79c3c7 | ticket:1742 - Exception for length of collection name overflow (Dragi Kamov)
    1050 * changeset:9c36ad3e | ticket:1742 - Exception for length of collection name overflow (Dragi Kamov)
    1051 * changeset:29ab4154 | ticket:1744 - Petascope WCS-T imports overlapping files on regular geo domain axes (Bang Pham Huu)
    1052 * changeset:47872c17 | ticket:1746 - WMSClient allows user to select style to view with layer on WebWorldWind globe (Bang Pham Huu)
    1053 * changeset:f8439ef7 | ticket:1750 - WCPS should display understandable error message for syntax error queries (Bang Pham Huu)
    1054 * changeset:05bd242f | ticket:1751 - added support for expressions inside WCPS subsets on grid axes (Vlad Merticariu)
    1055 * changeset:f8a5b8d7 | ticket:1751 - Fixed index in test query (Vlad Merticariu)
    1056 * changeset:94da61ea | ticket:1757 - Supports ImagePyramid for WCS-T, WMS to query on downscaled collections effectively (Bang Pham Huu)
    1057 * changeset:6a68e0f1 | ticket:1758 - Petascope OWS metadata management moved to WSClient's administration (Bang Pham Huu)
    1058 * changeset:eac0c408 | ticket:1759 - introduced syntax for updating with "FROM" clause (bbell)
    1059 * changeset:22b38c35 | ticket:1760 - restructure and clarification of clipping code (Brennan Bell)
    1060 * changeset:7dd58136 | ticket:1761 - Problem creating struct type (Dragi Kamov)
    1061 * changeset:6b187c95 | ticket:1762 - Petascope delete created set/mdd/cell types from associated coverages when they are not used anymore (Bang Pham Huu)
    1062 * changeset:c3b11667 | ticket:1764 - Test web interfaces reads petascope, secore properties for configurations (Bang Pham Huu)
    1063 * changeset:e20ae1c6 | ticket:1765 - WCPS output of crsTransform() should have updated axes in target CRS (Bang Pham Huu)
    1064 * changeset:83cf72c3 | ticket:1767 - result of project() should be at origin [0,0] (Dimitar Misev)
    1065 * changeset:ec395564 | ticket:1768 - WSClient add DescribeCoverage URL and change some texts in WCS GetCoverage tab for selected HTTP request (Bang Pham Huu)
    1066 * changeset:e8f24f8b | ticket:1769 - Petascope coverage's axes's CRSs should be intact with template format in petascopedb (Bang Pham Huu)
    1067 * changeset:f38774b1 | ticket:1770 - Petascope should contain rasql error message in exception for invalid queries (Bang Pham Huu)
    1068 * changeset:3860cbe0 | ticket:1772 - fix load optimization in project() (Dimitar Misev)
    1069 * changeset:0d2bc43f | ticket:1773 - Petascope endpoint for ows:HTTP element in GetCapabilities is wrong (Bang Pham Huu)
    1070 * changeset:395779cc | ticket:1776 - fix overlay on struct/primitive operands (Dimitar Misev)
    1071 * changeset:b66b3f73 | ticket:1779 - fix compiling rasdaman with g++ 8.1 (Dimitar Misev)
    1072 * changeset:fc2b5066 | ticket:1782 - WSClient shows 3D+ WMS layers on WebWorldWind (Bang Pham Huu)
    1073 * changeset:33786d49 | ticket:1783 - WCS clients header (bciurezu)
    1074 * changeset:29fc8f32 | ticket:1787 - Petascope releases the lock from Liquibase when it starts if any (Bang Pham Huu)
    1075 * changeset:83bea707 | ticket:1788 - fix cmake config for gdal-java on Debian testing (Dimitar Misev)
    1076 * changeset:ae6b65d3 | ticket:1789 - WCPS shift geo bounds after trimming subsets regarding to negative grid origin (Bang Pham Huu)
    1077 * changeset:c5e76574 | ticket:1790 - Petascope supports gdal_java version 2.x in pom.xml (Bang Pham Huu)
    1078 * changeset:c6f67120 | ticket:1796 - WCST_Import creates temp GML files at /tmp/rasdaman_wcst_import (Bang Pham Huu)
    1079 * changeset:73390a3e | ticket:1797 - rasdapy will not print binary error in exception to client (Bang Pham Huu)
    1080 * changeset:06e87e67 | ticket:1798 - WCS-T supports float null values (Bang Pham Huu)
    1081 * changeset:90f92b60 | ticket:1799 - introducing a solution to the continuous-trackline problem. (bbell)
    1082 * changeset:532229ba | ticket:950 + ticket:1763 + ticket:1411 - support floating point null values, allow specifying null values in place in the form of `generalExp NULL VALUES [..]` and take into account null values on update. ticket:1699 - temporary conversion files are put in /tmp/rasdaman and *.aux.xml files are properly removed in the end. (Dimitar Misev)
    1083 
    1084 
    1085 == Version 9.6 ==
    1086 
    1087 
    1088 '''Summary of changes:'''
    1089 * petascope:
    1090  - polygon clipping support in WCS and WCPS ([wiki:PetascopeClipping documentation])
    1091  - WCS !GetCapabilities requests do not require an !AcceptVersions parameter
    1092  - 2-D outputs are automatically transposed if they have YX grid axes order natively (e.g. from netcdf import)
    1093 * WS client:
    1094  - '''wwd''' widget type to display 2D results in the !ProcessCoverages tab with !WebWorldWind
    1095  - OWS admin page has been moved from /rasdaman/admin to /rasdaman/ows/admin
    1096  - support for POST requests, CRS and Clip extensions on the WCS !GetCoverage tab
    1097 * secore:
    1098  - security can be configured in secore.properties
    1099 * [https://pypi.python.org/pypi/rasdapy rasdapy] (python API for rasdaman)
    1100  - integrated in the rasdaman repository (source:applications/rasdapy) and systemtest
    1101  - interface streamlined with the Java/C++ API
    1102  - multiple bug fixes
    1103 * rasdaman server:
    1104  - support for multipolygon clipping + curtains + multiple fixes in the clip function ([wiki:Clipping more info])
    1105  - support for changing a collection type with an 'alter collection' statement
    1106  - fixed condenser output with respect to the null values of the input
    1107  - fixed avg_cells and stddev on areas that do not fully intersect physical tiles
    1108  - the output of floating-point scalar values from rasql is consistent with the csv/json format
    1109 
    1110 === v9.6.0 ===
    1111 
    1112 Addressed tickets between v9.6.0-beta2 and v9.6.0:
    1113 {{{
    1114 git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0-beta2..v9.6.0 | sort -k 3 -t ':'
    1115 }}}
    1116 * changeset:9ad96cb | ticket:1393 - RasJ select into is not valid query (Bang Pham Huu)
    1117 * changeset:2e0d252 | ticket:1408 - fix type checking in project(); ticket:1464 - set nodata value from the array null value if not specified in the format parameters already (Dimitar Misev)
    1118 * changeset:91c69b7 | ticket:1595 - tiles should not be executable (Dimitar Misev)
    1119 * changeset:f319dfb | ticket:1609 - fix compilation on ARM with rasnet enabled (Dimitar Misev)
    1120 * changeset:26a23af | ticket:1609 - fix compilation with OpenSSL 1.1.0 on Debian Testing (Dimitar Misev)
    1121 * changeset:5be8102 | ticket:1668 - curtain support enhanced for axis selection and nullvalue support introduced to clipping methods (Brennan Bell)
    1122 * changeset:2f0ebd2 | ticket:1683 - Generate Rasdaman error messages for rasj, rasdapy from bin/errtxts file (Bang Pham Huu)
    1123 * changeset:0225b98 | ticket:1713 - WSClient missing values in supported HTTP requests dropdown box from GetCoverage tab when selecting DescribeCoverage (Bang Pham Huu)
    1124 * changeset:9405608 | ticket:1714 - Petascope fix permission error for deleting /tmp folder for loading GDAL JNI (Bang Pham Huu)
    1125 * changeset:05bf59e | ticket:1714 - Petascope removes the check for loading GDAL JNI when starting up (Bang Pham Huu)
    1126 * changeset:d410185 | ticket:1714 - Petascope requires to restart Tomcat by throwing exception if gdal_java cannot be loaded via Java class loader (Bang Pham Huu)
    1127 * changeset:2d06068 | ticket:1720 - Fix null error when enconding WCPS coverage constructor in netCDF (Bang Pham Huu)
    1128 * changeset:f40fec4 | ticket:1724 - test.sh --drop missing drop_petascope_data function (Bang Pham Huu)
    1129 * changeset:25de723 | ticket:1726 - WCST_Import does not require pygrib if it is not necessary (Bang Pham Huu)
    1130 * changeset:e48cf81 | ticket:1727 - Log4j writes with datetime instead of only time to log files (Bang Pham Huu)
    1131 * changeset:fc75451 | ticket:1732 - Petascope refactor OWS admin pages from rasdaman/admin to rasdaman/ows/admin (Bang Pham Huu)
    1132 * changeset:49157df | ticket:1733 - WCST_Import error parsing number from coverage's metadata (Bang Pham Huu)
    1133 * changeset:f670b4d | ticket:1736 - support queries with ampersand in them in rasj (Dimitar Misev)
    1134 * changeset:eb4a417 | ticket:1737 - Petascope also works with main context path with adding slash (i.e: /rasdaman/ows/) (Bang Pham Huu)
    1135 * changeset:66b3fe8 | ticket:1738 - Petascope fix problem with comparison of irregular axis's coefficients from WCST_Import (Bang Pham Huu)
    1136 * changeset:225cbdf | ticket:1739 - fix subsetting with non-intersecting sdom that contains non-fixed bounds (Dimitar Misev)
    1137 * changeset:2805786 | ticket:1743 - Petascope cannot run with OpenJDK 10 (Bang Pham Huu)
    1138 * changeset:cba8c71 | ticket:1745 - Petascop supports encode format case insensitive (Bang Pham Huu)
    1139 * changeset:13e0bd6 | ticket:1747 - WSClient Add WebWorldWind widget to display 2D result in WCS ProcessCoverages tab (Bang Pham Huu)
    1140 * changeset:3f95975 | ticket:1748 - WSClient displays overview WMS layer on WebWorldWind as WMSLayer instead of ImageSurfaceLayer (Bang Pham Huu)
    1141 * changeset:2a63032 | ticket:1752 - Petascope WMS applies trimming subsets for coverage iteartors before scaling in generated Rasql query (Bang Pham Huu)
    1142 * changeset:155c43c | ticket:1753 - Petascope allows cross origin requests to sub-controllers (Bang Pham Huu)
    1143 * changeset:84958e1 | ticket:1755 - Petascope WMS should do extend before scale for GetMap request's result (Bang Pham Huu)
    1144 
    1145 
    1146 === v9.6.0-beta2 ===
    1147 
    1148 Addressed tickets between v9.6.0-beta1 and v9.6.0-beta2:
    1149 {{{
    1150 git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0-beta1..v9.6.0-beta2 | sort -k 3 -t ':'
    1151 }}}
    1152 
    1153 * changeset:8ccfa5a | ticket:000 - removed obsolete rview guide (Peter Baumann)
    1154 * changeset:fa34c1a | ticket:000 - support old config format in easylogging (Dimitar Misev)
    1155 * changeset:2d4999c | ticket:000 - updated documents to version 9.6 (Peter Baumann)
    1156 * changeset:338c9d0 | ticket:000 - upgrade grpc to v1.7.2 -> v1.10.0 and easyloggingpp v8.91 -> v9.96.2 (Dimitar Misev)
    1157 * changeset:ca239f9 | ticket:1657 - Merge petascope migration (rasdaman-geo-migration.jar) to petascope (rasdaman.war) (Bang Pham Huu)
    1158 * changeset:4f42a24 | ticket:1661 - improve log readability of rasql and rasserver (Dimitar Misev)
    1159 * changeset:e8ba3b2 | ticket:1675 - Update RasdaPy ReadMe and setup.py (Bang Pham Huu)
    1160 * changeset:c0843eb | ticket:1686 - WCST_Import adds silence (-q/--quiet) command line argument (Bang Pham Huu)
    1161 * changeset:d805bae | ticket:1695 - WSClient add boxes for subsettingCRS, outputCRS, clip parameters in WCS - GetCoverage tab (Bang Pham Huu)
    1162 * changeset:cb3638d | ticket:1696 - polygon clipping with interior values supported (Brennan Bell)
    1163 * changeset:50fe997 | ticket:1707 - updated documentation with alter statement (Peter Baumann)
    1164 * changeset:66dc490 | ticket:1713 - WSClient GetCoverage supports POST KVP request (Bang Pham Huu)
    1165 * changeset:3423b06 | ticket:1716 - unset http_proxy env variable in rasql (Dimitar Misev)
    1166 * changeset:48e32a8 | ticket:1718 - cmake should properly support -DCMAKE_BUILD_TYPE (Dimitar Misev)
    1167 * changeset:972da7d | ticket:1721 - add test that sends concurrent requests to petascope (Dimitar Misev)
    1168 * changeset:a21fd7b | ticket:1722 - Fix stop_rasdaman.sh for multiple rasdaman installations (Dimitar Misev)
    1169 * changeset:8e15949 | ticket:1723 - Error when clipping linestring with coverageIterator with $ (Bang Pham Huu)
    1170 
    1171 === v9.6.0-beta1 ===
    1172 
    1173 Addressed tickets between v9.5.0 and v9.6.0-beta1:
    1174 {{{
    1175 git log --pretty=format:"* changeset:%h | %s (%an)" v9.5.0..v9.6.0-beta1 | sort -k 3 -t ':'
    1176 }}}
    1177 * changeset:e0f0a2a | ticket:000 - add option to the systemtest to disable ingestion (Dimitar Misev)
    1178 * changeset:88481e1 | ticket:000 - update version to 9.6 (Dimitar Misev)
    1179 * changeset:7d35fed | ticket:1644 - fix some errors with SECORE with BaseX version 8.6.7 (Bang Pham Huu)
    1180 * changeset:a2967de | ticket:1668 - bugfixes for polygon floodfill, query update for WKT in clip methods, restructuring of code in clip methods, and updating of test_clipping (Brennan Bell)
    1181 * changeset:9b5e756 | ticket:1675 - Test RasdaPy in system test (Bang Pham Huu)
    1182 * changeset:7a76050 | ticket:1685 - RasdaPy return results in Numpy ndarray properly (Bang Pham Huu)
    1183 * changeset:99dad06 | ticket:1692 - WCS/WCPS Polygon clipping extension (Bang Pham Huu)
    1184 * changeset:bbc02d5 | ticket:1694 - WS client sends GetCapabilities request based on domain name (Bang Pham Huu)
    1185 * changeset:ac4cbef | ticket:1696 - multipolygon support introduced. (Brennan Bell)
    1186 * changeset:4a58de7 | ticket:1697 - Secure SECORE with username, password from secore.properties file (Bang Pham Huu)
    1187 * changeset:fda7d79 | ticket:1698 - RasdaPy insert into values from file query with mdddomain, mdddtype (Bang Pham Huu)
    1188 * changeset:9f6a10d | ticket:1700 - Petascope accepts WCS GetCapabilities request without acceptversions parameter (Bang Pham Huu)
    1189 * changeset:a2114bf | ticket:1701 - WCPS automatically transposes 2D output result if it is imported as YX grid axes order (Bang Pham Huu)
    1190 * changeset:a4ff12c | ticket:1702 - Petascope_Wrong coefficients for irregular time axis when trimming (Bang Pham Huu)
    1191 * changeset:4bf1c80 | ticket:1706 - condenser output should not have any null values attached (Dimitar Misev)
    1192 * changeset:47ba0ad | ticket:1707 - alter collection statement to update type of collection (Dimitar Misev)
    1193 * changeset:3345901 | ticket:1708 - float precision more uniform (Brennan Bell)
    1194 * changeset:715cab6 | ticket:1709 - WCST_Import error with wms_import:true and mock:true in ingredient file (Bang Pham Huu)
    1195 * changeset:1155b8c | ticket:1711 - fix avg_cells and stddev condensers on areas that do not fully intersect physical tiles (Dimitar Misev)
    1196 
    1197 
    1198 == Version 9.5 and older ==
     831== Version 9.7 and older ==
    1199832
    1200833Older releases are documented on the [wiki:VersionsArchive versions archive page].