wiki:Versions

Version 173 (modified by Dimitar Misev, 3 years ago) ( diff )

Version History

This page lists rasdaman versions, together with the change history. Starting with version 8.2 we provide summaries of the main changes done with each roll-out.

Alternative ways of obtaining rasdaman are listed in the Download area.

Version 10.0

Summary of changes:

  • petascope
    • WCPS supports LET clause for defining variables (docs)
    • WCPS supports interpolation parameter in crsTransform() (docs)
    • WMS styles support SLD color tables (docs)
    • WMS style query fragments support multiple layer iterators (docs)
    • support for importing data via GDAL virtual file systems (file paths starting with /vsi)
    • fix overlay of 2D slices in WCPS
    • WCPS adds non-XY axes to scale() if they are not specified
    • support basic authentication headers for rasql servlet
    • delete only a WMS layer (doc)
    • support UpdateCoverageId request to rename an existing coverage id (doc).
    • WCS ProcessingCoverage supports q parameter in addition to query (doc)
    • support decode() operator in WCPS (doc) and positional parameters (doc)
    • experimental support for OGC API (OAPI) requests
  • wcst_import
    • requires Python 3 to run now
    • import of individual bands in GDAL general recipe
    • support for servers behind basic-authentication; credentials specified with options -u and -i (check wcst_import.sh -h)
    • custom recipe for Sentinel 1 data ingestion (docs)
    • coverage local metadata can be imported from external text files
    • metadata option supported in map_mosaic, time_series_regular and time_series_irregular recipes
    • auto fetching of global metadata and colorTable from tiff files for GDAL general_coverage recipe
    • significantly improved performance of netcdf data import
    • improved performance of importing a large number of files
    • support for importing data from Amazon S3 object stores via GDAL /vsis3 driver
    • fixed management of daemon mode
    • fixed evaluation of skip setting in general_coverage recipe
    • support SingedByte type from 2D tiff's metadata in wcst_import
    • get the message index ${grib:messagenumber} in grib expression in the ingredients file (doc)
  • rasdaman server
    • deprecated network protocols RNP and RPC have been removed; clients compiled against these old protocols will need to be recompiled with the latest client API libs in order to be able to communicate with v10.0 rasdaman servers
    • deprecated tool rasdl has been removed; type management is possible only with rasql queries (docs)
    • updated the type coercion rules for less surprising behavior in query processing; they have been designed to minimize the risk for overflow as well as type inflation (docs)
    • consistent behavior when casting from larger to smaller type; "clamping" will be applied to values outside of the valid range of the new smaller type (docs)
    • subsetting domain must be strictly within the array sdom, otherwise an exception will be thrown; when a subset needs to extend outside the array sdom, use the extend function
    • complex and complexd types are deprecated; use cfloat32 and cfloat64 instead (docs)
    • axis names specified during array type creation are properly persisted; they can be used for flexible positionally-independent subsetting (docs)
    • the dbinfo function will print the set and mdd type names (docs)
    • the dbinfo function supports SVG and JSON outputs for tiling (docs)
    • the encode function supports values, interval and ramp color tables (docs)
    • the project function allows a target resolution to be specified (docs)
    • new virtual collection RAS_TYPES allows to select all rasdaman types (docs)
    • start_rasdaman.sh and stop_rasdaman.sh accept rasmgr —port, —help, etc. (docs)
    • induced condenser works correctly on arrays with null values
    • fixed issue with min/max condensers and pow function on multiband arrays
    • fixed issue in marray queries with multiple iterators
    • improved evaluation of complex numbers, with support for cint16, cint32, cfloat32, and cfloat64
    • improved performance of case statements
    • rasmgr will correctly forward -xp parameters in rasmgr.conf to spawned rasservers
    • fixed segfault when running updates with invalid sdom
    • fixed segfault in dem conversion on invalid input
    • fixed segfault when inserting an array with non-domain type
    • improved rascontrol/rasmgr help sections and error handling
    • improved performance of tile merging on client side
    • fixed support for signedByte in GDAL decode/encode
  • clients
    • a new rasql-web-console client is now available, installed in /opt/rasdaman/share/rasdaman/www/
    • rasdapy has been updated to work on Python 3 (docs)
      • rasdapy on Python 2 is not maintained anymore, migrating to rasdapy3 is hence very recommended
    • wcs-client supports a text>> widget for text outputs
    • wcs-client can work via https
    • improved error handling in raswct
  • documentation
    • new section with cheatsheets for WCS / WCPS / WMS / clients (docs)
  • installation
    • a testing repository is now available, with more frequent package releases than the stable repository, but still manually reviewed and hence more stable than the nightly repository (deb and rpm)
    • package installation can be customized with an installation profile (cf. Note on RAS_INSTALL_PATH in docs)
    • the rasdaman service script for starting/stopping rasdaman can be customized with configuration in /etc/default/rasdaman (docs)
    • the start/stop rasdaman scripts can handle multiple rasdaman instances
    • update_db.sh will check for free disk space before backing up RASBASE

Contributors (by number of patches):

  • 130 Bang Pham Huu
  • 96 Dimitar Misev
  • 37 Arsenij Percov
  • 24 Dragi Kamov
  • 7 Vlad Merticariu
  • 6 Jef Lecomte
  • 2 Otoniel Campos

v10.0.0-beta2

Addressed tickets between v10.0.0-beta1 and v10.0.0-beta2 with 205 commits:

echo "||= changeset =||= author =||= ticket =||= subject =||"
git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.0-beta1..v10.0.0-beta2 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
changeset:6f0319f39 Dimitar Misev ticket:000 document installation of Ubuntu 20.04 packages
changeset:26c96dd8c Bang Pham Huu ticket:1395 Petascope transplates proper XY geo coordinates to grid coordinates
changeset:b2a833360 Dimitar Misev ticket:1484 fix start/stop_rasdaman.sh for multiple rasdaman instances
changeset:17c855c2f Bang Pham Huu ticket:1894 Petascope WMS handlers with no gaps between tiles
changeset:d9d1610cd Bang Pham Huu ticket:1913 petascope set the resolutions for XY axes for gdal
changeset:261979371 Bang Pham Huu ticket:1958 wcst_import null error if wms_import is missing in the ingredients file
changeset:a9bb03ce6 Bang Pham Huu ticket:1988 update rasdaman doc
changeset:d391ef2f0 Bang Pham Huu ticket:1988 update rasdaman doc
changeset:d2b2978f2 Bang Pham Huu ticket:2018 systemtest: test web interfaces increase time to wait before triggering the event
changeset:63f73802c Bang Pham Huu ticket:2027 petascope enhances the check for coverages / layers in local caches
changeset:6d685f303 Bang Pham Huu ticket:2141 wcst_import - Sentinel 1 SLC custom recipe should not set 0 as default null values
changeset:733c280ca Bang Pham Huu ticket:2141 wcst_import sentinel 1 recipes allows to import file with different extesion than .tiff
changeset:b78b9c0a8 Bang Pham Huu ticket:2198 Petascope adjusts ExceptionCode for CRS extension
changeset:464defd89 Bang Pham Huu ticket:2237 system test skips SECORE with randomly failed tests
changeset:185f3a57a Bang Pham Huu ticket:2238 Update oracle files for testcase services
changeset:551893b03 Bang Pham Huu ticket:2248 Doc updates WCPS metadata
changeset:68118fea5 Dimitar Misev ticket:2248 Update doc about coverage metadata
changeset:8ce3ab11d Bang Pham Huu ticket:2248 Update doc about coverage's bands and axes metadata
changeset:b23d86001 Bang Pham Huu ticket:2257 WSClient counts coverage sizes
changeset:d7e87daa1 Arsenij Percov ticket:2264 made most testcases pass in release (exception rasdapy3)
changeset:1ac1719ff Bang Pham Huu ticket:2266 leading spaces in config cause petascope to not work
changeset:10a0411c1 Bang Pham Huu ticket:2269 rasdapy3 updates homepage on pypi.org
changeset:69c7073a4 Bang Pham Huu ticket:2272 wcst_import uses localhost CRS in ingredients file
changeset:618166947 Arsenij Percov ticket:2286 made every subset to be checked for belonging into sdom
changeset:5c3185aa1 Dragi Kamov ticket:2288 adding documentation for the rasql web console
changeset:9b412623b Arsenij Percov ticket:2291 added version output to all scripts in systemtest, applications, rasserver, rasmgr and some others
changeset:0b1faeadb Dragi Kamov ticket:2296 fix raswct to grasp error messages
changeset:b1dd1e292 Dragi Kamov ticket:2296 adding raswct missing images
changeset:9b12455e9 Dragi Kamov ticket:2304 removing diagram>> empty space on axis
changeset:4b4d6fde9 Bang Pham Huu ticket:2305 petascope checks mime type of uploaded file to update coverage's metadata
changeset:5d9a7deeb Bang Pham Huu ticket:2305 WSClient update coverages metadata and OWS metadata
changeset:2fdec8d08 Bang Pham Huu ticket:2308 petascope catches error with invalid coverage's extent in EPSG:4326
changeset:c6d54b1f4 Arsenij Percov ticket:2309 Fixed the segmentation fault in update with wrong domain
changeset:a6f457108 Arsenij Percov ticket:2310 Fixed the segmentation fault in dem.cc, added testcases
changeset:737cd149e Bang Pham Huu ticket:2311 Petascope - collection's tiling doesn't save with all information to database
changeset:5955f98e0 Bang Pham Huu ticket:2312 wcst_import misses trailing zero in scientifical null value from netcdf file
changeset:6809669fc Bang Pham Huu ticket:2313 wcst_import cannot parse scientific notation as interval in null values
changeset:dd81769b0 Vlad Merticariu ticket:2314 updatedb script for fixing inconsitent RASBASE sdom values
changeset:da9b3e172 Dimitar Misev ticket:2315 fix updates of floating point data with interval null values
changeset:4516f2a13 Dragi Kamov ticket:2316 defining rasql-web-console queries in a different manner
changeset:6ae7600c1 Dimitar Misev ticket:2317 fix segfault during mdd insertion when the mdd type is not a domain type
changeset:5fd51bb03 Bang Pham Huu ticket:2319 Petascope clips by polygon returns the same bounding box as trimming by polygon's convex hull
changeset:2cf190327 Dimitar Misev ticket:2321 add partial updates section to documentation
changeset:0cced1ea7 Bang Pham Huu ticket:2323 Petascope sets null values to rasql encode()
changeset:55658f280 Bang Pham Huu ticket:2325 Petascope supports GDAL 3 to transform coordinates regarding to EPSG CRS YX axes orders
changeset:f6c3d50ee Bang Pham Huu ticket:2326 Petascope - incorrect coordinates for clipping after subsetting
changeset:dbeee99a0 Dimitar Misev ticket:2329 fix return code of petascope_insertdemo.sh
changeset:f1f025bc2 Bang Pham Huu ticket:2329 petascope_insertdemo.sh does not report errors
changeset:6d8392d52 Dimitar Misev ticket:2330 fix reading db connection in update_db.sh
changeset:deee963bb Bang Pham Huu ticket:2330 update_db.sh should read db connection string from rasmgr.conf
changeset:455034865 Otoniel Campos ticket:2331 Fixed passwords can contain special characters no rights rights behaviour.
changeset:477a86d8d Otoniel Campos ticket:2332 fixed segfault if width is 0 in project() exception by handling with an appropiate error message.
changeset:fef1bf844 Bang Pham Huu ticket:2333 WCPS adds non-XY axes to scale() if they are not specified
changeset:9f2195deb Dimitar Misev ticket:2334 add instructions for configuring Qt Creator for rasdaman C++ development
changeset:03e68b214 Dimitar Misev ticket:2335 document migrate_petascopedb.sh
changeset:14b5c7681 Dimitar Misev ticket:2335 improve petascope dev and jenkins docs
changeset:6ebc8409c Bang Pham Huu ticket:2335 Doc: instructions for petascope development and jenkins
changeset:6924b0470 Bang Pham Huu ticket:2336 Petascope saves non-ascii characters in coverage's metadata
changeset:9325d83dd Bang Pham Huu ticket:2338 Petascope reduces time to return WMS GetCapabilities results
changeset:5f56c2361 Dimitar Misev ticket:2341 improve rascontrol help texts
changeset:825436a72 Dimitar Misev ticket:2341 improve rasmgr exception handling
changeset:027a97617 Bang Pham Huu ticket:2343 Petascope creates pyramid for downscaled collections with odd levels
changeset:d48695f17 Bang Pham Huu ticket:2346 petascope throws error with rasdaman transaction instead of logging it
changeset:8d1c1e03a Bang Pham Huu ticket:2347 Petacope with WCPS null error in range constructor
changeset:f66c13fba Bang Pham Huu ticket:2348 petascope returns better error messages for trimming on non-existing coefficients of irregular axis
changeset:57539cf82 Bang Pham Huu ticket:2349 petascope supports basic authentication headers for rasql servlet
changeset:6de9fe073 Bang Pham Huu ticket:2350 Petascope deletes WMS layer but not the associated WCS Coverage
changeset:558763d19 Bang Pham Huu ticket:2351 petascope allows write requests with petascope admin user credentials to by pass the check with allowed IP addresses
changeset:4acfb506d Bang Pham Huu ticket:2352 Petascope changes results of WCPS crsSet()
changeset:e820169f5 Bang Pham Huu ticket:2353 petascope returns rasql error message and query in different XML ExceptionText elements
changeset:ed2fc368c Dimitar Misev ticket:2354 update_db.sh should for free disk space before backing up RASBASE
changeset:9b585b96c Bang Pham Huu ticket:2355 WCPS support binary operator between geo coverage and grid coverage
changeset:629cf6c5d Bang Pham Huu ticket:2357 Add document for wcst_import statements setting
changeset:52922040f Bang Pham Huu ticket:2358 petascope - request from rasql servlet should not be recognized as WCPS request
changeset:98d3c60ea Bang Pham Huu ticket:2359 wsclient only displays filtered rows's footprints on globe
changeset:9c09a46d4 Bang Pham Huu ticket:2360 Petascope adds the list of axis names in the result of each coverage in WCS GetCapabilities request
changeset:863102b6c Dimitar Misev ticket:2361 improve performance of tile merging on client side
changeset:dd25bb48b Bang Pham Huu ticket:2362 Petascope unifies an endpoint for authentication
changeset:08a17c528 Bang Pham Huu ticket:2363 supports SingedByte type in wcst_import and petascope
changeset:295167916 Vlad Merticariu ticket:2363 fixed gdal type signedbyte translation to rasdaman type
changeset:935cd3033 Dimitar Misev ticket:2364 use std::vector in r_Minterval for the r_Sintervals
changeset:c8cdc090a Dimitar Misev ticket:2364 fix failing conversion test
changeset:3833a4a40 Bang Pham Huu ticket:2365 Petascope updates downscaled levels for collections
changeset:fdb1a7d6b Bang Pham Huu ticket:2366 Petascope returns WMS GetCapabilities when an associated coverage with a layer does not exist
changeset:cb052d344 Bang Pham Huu ticket:2367 Petascope supports UpdateCoverageId request to rename an existing coverage id
changeset:6743d494d Bang Pham Huu ticket:2368 Petascope - wms error with grid bounds at corner cases
changeset:197d74e07 Bang Pham Huu ticket:2369 petascope creates wgs84 bboxes for geo-referenced coverages more precisely
changeset:4bd443ee5 Bang Pham Huu ticket:2370 Add documents for WCPS range field atomic types
changeset:409a83812 Bang Pham Huu ticket:2373 wcst_import - get the message index in grib expression in the ingredients file
changeset:7adc91ad8 Bang Pham Huu ticket:2376 WCS ProcessingCoverage supports q paramater besides query parameter
changeset:15629d096 Bang Pham Huu ticket:2381 fix null error in petascope POST request
changeset:f6e5d3ae9 Bang Pham Huu ticket:2381 Petascope supports WCPS's decode() operator
changeset:7b29dacfd Bang Pham Huu ticket:2383 Petascope evalutes expressions from coverage iterators by rasql
changeset:5417288ec Bang Pham Huu ticket:2389 port OAPI to petascope in master branch
changeset:963fb71c5 Bang Pham Huu ticket:2390 petascope removes XML <rasdaman:covMetadata> element in case metadata has its own namespaces
changeset:af291bd3b Dimitar Misev ticket:2391 document aggregation behavior when all input cells are null
changeset:1c09e8cea jlecomte ticket:2392 rasql - wrong result with scale / Rasdapy3 version

v10.0.0-beta1

Addressed tickets between v9.8.1 and v10.0.0-beta1 with 205 commits:

echo "||= changeset =||= author =||= ticket =||= subject =||"
git log --pretty=format:"|| changeset:%h || %an || %s" v9.8.1..v10.0.0-beta1 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
changeset author ticket subject
changeset:470d4918d Dimitar Misev ticket:000 remove obsolete static rcsid variables and add cotire cmake module
changeset:841c28096 Dimitar Misev ticket:000 fix compilation with warnings on
changeset:91bc0b89b Dimitar Misev ticket:000 change version from 9.8.1 to 10.0.0
changeset:7e12aeb2b Vlad Merticariu ticket:211 changed coverage crs after reprojection
changeset:59d151b87 Dimitar Misev ticket:903 remove all use of deprecated rminit logging
changeset:3204adfcc Arsenij Percov ticket:1049 implemented the correct behavior for rasql intersections
changeset:7c89628fb Arsenij Percov ticket:1157 changed r_Long to long long for oid
changeset:f79624592 Arsenij Percov ticket:1157 changed oid type from double to long in the code
changeset:e64d820da Dimitar Misev ticket:1166 make sure that globals.hh is used for default values, and add —port option sto start_rasdaman.sh and stop_rasdaman.sh
changeset:3f7cd1a9e Dimitar Misev ticket:1175 fix database update script
changeset:7a60837d3 Dragi Kamov ticket:1175 rasql create type not preserving the axis names
changeset:7d700065e Dimitar Misev ticket:1175 make database update script idempotent
changeset:aa3a0efb5 Dragi Kamov ticket:1248 Remove DE/FR errtxts
changeset:c10a0e386 apercov ticket:1293 fixed the misguiding error in condenser implemenation
changeset:ebf36949b Bang Pham Huu ticket:1489 Update link to install RRasdaman in document
changeset:3cd788d69 Dragi Kamov ticket:1517 unit tests for tiling
changeset:5e5184c9d Dimitar Misev ticket:1571 improve rasql systemtest
changeset:48408a112 Bang Pham Huu ticket:1649 petascopedb does not delete table if it does not exist
changeset:14a77a1cf Bang Pham Huu ticket:1666 update_properties.sh should not copy comments as settings
changeset:a4a2377c2 Bang Pham Huu ticket:1666 update_properties.sh should not create backup file if no deperacated settings are added
changeset:d8ac94671 Bang Pham Huu ticket:1788 Petascope uses local jar file for gdal-java instead of figuring it out manually
changeset:326db6581 Dimitar Misev ticket:1791 add debian 11 specific oracles for systemtest
changeset:489a254c0 Bang Pham Huu ticket:1870 fix wcst_import watch daemon with float interval
changeset:8427491c1 Bang Pham Huu ticket:1889 Petascope: Fixed problem with bounding box for WMS style by clipping
changeset:05caa81d3 Bang Pham Huu ticket:1890 WSClient prolem with URL containing ows strings
changeset:9de7f246c Bang Pham Huu ticket:1890 petascope does not need to load wsclient via iframe
changeset:8fda3cf30 Bang Pham Huu ticket:1938 wcst_import should not show unnecessary information
changeset:6b15c3c4a Dragi Kamov ticket:1953 fix petascope_insertdemo.sh wrong secore port
changeset:0abb00069 Bang Pham Huu ticket:1962 wcst_import reduces GRIB file openings to save time
changeset:db373d94c Dragi Kamov ticket:1966 migrating wcst_import to python 3
changeset:2a16182fb Bang Pham Huu ticket:1972 Fix problem in SECORE to return GML for version 0
changeset:36bf9d8c8 Arsenij Percov ticket:1987 added option for prinitng all elements of RASTYPEs
changeset:b0c106bc0 Arsenij Percov ticket:1987 added option for prinitng all elements of RASTYPEs
changeset:39a057331 Vlad Merticariu ticket:1993 documented RAS_INSTALL_PATH
changeset:77add41a8 Bang Pham Huu ticket:2016 wsclient: WMS style should show unencoded < > characters for query
changeset:098f0f946 Dimitar Misev ticket:2042 remove deprecated sources in rasodmg
changeset:369725e5e Dimitar Misev ticket:2042 move rasnetprotocol to servercomm
changeset:5518f3bd2 Dimitar Misev ticket:2042 fix header includes
changeset:61acbac7e Dimitar Misev ticket:2042 remove use of template_inst.hh
changeset:7610e22e4 Dimitar Misev ticket:2042 move template_inst.hh from raslib to rasodmg, use unity builds and precompiled headers if cmake 3.16+
changeset:8d004de6a Dimitar Misev ticket:2042 fix includes in rasodmg and raslib
changeset:ae04ec6aa Dimitar Misev ticket:2042 remove deprecated sources in raslib
changeset:b41aa7124 Dimitar Misev ticket:2042 remove deprecated protocols rnp and rpc
changeset:cad9ab868 Dimitar Misev ticket:2042 fix unity build of reladminif
changeset:a016868a2 Dimitar Misev ticket:2061 refactor blob file storage module and remove temporary _x suffix from rasnet directories
changeset:e20748a60 Dimitar Misev ticket:2061 refactor relstorageif and server/comm
changeset:f8ea9954e Dimitar Misev ticket:2061 refactor hierindex and fix cppcheck make target
changeset:c8ab0935e Arsenij Percov ticket:2068 Added option for treating nullvalues differently for most of ops (excluding complex numbers by now). Allows to use induced condenser with null values correctly.
changeset:66fe7efeb Bang Pham Huu ticket:2077 Petascope gets forwarded IP address behind apache proxy properly
changeset:e0cf4de35 Bang Pham Huu ticket:2085 Petascope WCS supports interpolation in case of projection()
changeset:837ffe055 ArsenijPercov ticket:2117 added additional input to gdinfo()
changeset:9e4f4b1b6 Dragi Kamov ticket:2118 Make petascope_insertdemo.sh and watch_rasdaman.sh POSIX compliant
changeset:928fd8f05 Bang Pham Huu ticket:2122 wcst_import filters comment lines from ingredient file
changeset:5058ff971 Bang Pham Huu ticket:2123 WSClient displays first/previous/next/last buttons in GetCapabilities tabs and ticket:2124 - WSClient display coverages' sizes in appropriate units instead of the fixed GB unit.
changeset:14744c325 Dragi Kamov ticket:2127 adding support for values, interval and ramp color tables in encode
changeset:a7f002f8a Dimitar Misev ticket:2127 refactor support for color mapping in encode + ticket:1099 - remove deprecated rasdl
changeset:b8acca806 Bang Pham Huu ticket:2130 WCST_Import allows to select bands to import in GDAL general recipe
changeset:1bf14e807 Bang Pham Huu ticket:2132 Petascope supports colorTable in WMS style and ticket:2181 - Drop a downscaled collection when corresponding collection is missing and ticket:2125 - WSClient shows axis names in GetCoverage's scaling extension
changeset:7ce03500d Bang Pham Huu ticket:2132 wms returns transparent image with nodata in json
changeset:9166a508d Bang Pham Huu ticket:2132 Fix problems with WMS in petascope
changeset:15aa3b8e1 Dimitar Misev ticket:2133 + ticket:2148 - fix assumption about tomcat group in installation docs
changeset:de5ff9868 Dimitar Misev ticket:2134 fix TODOs in installation docs
changeset:55a9e09a4 Dimitar Misev ticket:2136 update installer documentation and reference from the introduction
changeset:9f2d997e1 Dimitar Misev ticket:2137 improve documentation on running cmake
changeset:32785aff4 apercov ticket:2138 made the output regarding converters more clear
changeset:88aedc090 ArsenijPercov ticket:2139 added check for -DCMAKE_INSTALL_PREFIX
changeset:9d8c8031a Bang Pham Huu ticket:2140 wcst_import.sh parses username from input paramater -u
changeset:f16bae26d Bang Pham Huu ticket:2140 wcst_import.py parses input arguments by key value pairs
changeset:1b2c6ba41 Bang Pham Huu ticket:2141 WCST_Import suports Sentinel 1 SLC with the sentinel 1 custom recipe
changeset:a86f4c456 Dimitar Misev ticket:2144 set gdal-java version to 2.2.1 for gdal 2
changeset:f539979e5 Bang Pham Huu ticket:2144 Petascope loads gdal-java native library from default path
changeset:f2bf2a884 Dimitar Misev ticket:2145 backup before update_db.sh modifies RASBASE
changeset:bea30c510 Dragi Kamov ticket:2146 Fix wrong stderr output in petascope_insertdemo.sh
changeset:a500fe51e Dimitar Misev ticket:2147 turn on numbering up to level 5 headings in documentation
changeset:8f43eff3d Bang Pham Huu ticket:2149 Petascope extends WMS style with multiple layer iterators
changeset:f636dd265 Dimitar Misev ticket:2150 fix netcdf systemtest
changeset:b812478dd apercov ticket:2153 added check for WAR_DIR
changeset:d1e76ee04 Dragi Kamov ticket:2154 fix wrong struct type while band subsetting
changeset:66d562956 Dimitar Misev ticket:2155 Add a how to update section in installation from source
changeset:d165d64af Dimitar Misev ticket:2156 fix rasdaman startup in Ubuntu 18.04 vagrant box
changeset:aad0e1e3f Bang Pham Huu ticket:2158 Fix system tests for Ubuntu 18.04
changeset:3784992f5 Dimitar Misev ticket:2159 remove deprecated manuals, add sqlite2dot script
changeset:11347ed20 Arsenij Percov ticket:2160 added support for open bound at constant arrays
changeset:757b4f7ea Dimitar Misev ticket:2161 improve create_db.sh
changeset:e20cb309a Arsenij Percov ticket:2162 added nullvalues union
changeset:e8dfaf091 Bang Pham Huu ticket:2165 WCST_Import error when importing irregular axis with IndexCRS using general GDAL recipe
changeset:fa066ecb7 Bang Pham Huu ticket:2166 WCST_Import shows grid domains of imported files
changeset:a3ce9d4c7 Dimitar Misev ticket:2167 fix compilation with -DENABLE_PROFILING, ticket:2168 - fix update_db.sh
changeset:bd062a8b2 Arsenij Percov ticket:2170 fixed wrong behaviour of complex numbers
changeset:d8462e400 Arsenij Percov ticket:2170 fixed the avg_cells with cint16 and cfloat32
changeset:28a6705ef Arsenij Percov ticket:2171 fixed the pow operator for structs
changeset:52eaf67a7 Arsenij Percov ticket:2172 fixed segmentation fault for overlay between incompatible types
changeset:754645fd6 Dimitar Misev ticket:2173 update templated rasql systemtest
changeset:b6c33f07f Dimitar Misev ticket:2174 fix array result output in directql
changeset:52a5eeb7e Bang Pham Huu ticket:2175 Petascope throws exception for nonvald parameters in WCS requests and ticket:2088 - Petascope will not add coverage's null values in encode()
changeset:7f4335e63 Dimitar Misev ticket:2177 Update documentation about VM download and OS support
changeset:44584cfde Bang Pham Huu ticket:2178 WCPS translates wrong queries in switch case boolean expressions
changeset:945f22344 Dimitar Misev ticket:2178 fix downloading array result via rasj on 32-bit systems
changeset:ab746f050 Dimitar Misev ticket:2179 fix problem when scaling to a larger negative target domain
changeset:e9d192acd Arsenij Percov ticket:2183 fixed memory leak
changeset:58a31672c Arsenij Percov ticket:2185 added option to specify axes rsolution for target CRS of project()
changeset:6c5f8c351 Bang Pham Huu ticket:2186 wcst_import imports coverage's local metadata from external text files
changeset:21c8c71dc Dimitar Misev ticket:2188 fix compilation with debug enabled
changeset:e78ca6926 Arsenij Percov ticket:2188 added execution timer to log output at servercomm
changeset:f51b2061f Bang Pham Huu ticket:2189 WCPS subsettingCRS error with XY axes swapping and ticket:2289 - WCPS encode coverage constructor returns null error and ticket:2246 - fix some wrong element names for CIS 1.1 GML result
changeset:59e6ab73e Arsenij Percov ticket:2190 fixed casting 2 byte type to 4 byte types
changeset:db0a7e7ba Arsenij Percov ticket:2190 case evaluation model update
changeset:a8e0cb781 Bang Pham Huu ticket:2192 WCPS throws unknown type casting exception
changeset:63ec8a592 Bang Pham Huu ticket:2194 WCPS: Introduce LET clause
changeset:2455c2968 Bang Pham Huu ticket:2195 Petascope shows valid coefficients for irregular axes with DescribeCoverage and encode in GML
changeset:82a2d82b5 Arsenij Percov ticket:2196 fixed memory problem causing segfault
changeset:d4c7010e0 Bang Pham Huu ticket:2198 Catch exception when reading coverages' metadata in WCS GetCapabilities and ticket:2199 - Delete coverage should check coverage exists in system test before doing it
changeset:223c360aa Dimitar Misev ticket:2200 fix broken links to C++ and Java API docs
changeset:6d2f2172f Dimitar Misev ticket:2200 fix javadoc generation on ubuntu 18.04
changeset:5c1b88168 Arsenij Percov ticket:2201 implemented pos-independent subsetting
changeset:5c964479c Vlad Merticariu ticket:2202 documented switch in wcps
changeset:0a8cd5a11 Dimitar Misev ticket:2204 add wcs and wms cheatsheets; fix cast of float/double to integer
changeset:28ade56bd Bang Pham Huu ticket:2204 Update doc for embedded applications
changeset:57adb2267 Dimitar Misev ticket:2204 fix warnings in documentation and javadoc generation on centos
changeset:86260c198 Dimitar Misev ticket:2204 Add cheatsheets section in the rasdaman documentation
changeset:a53a29607 Bang Pham Huu ticket:2204 update doc about petascope
changeset:a0a355412 Dimitar Misev ticket:2205 fix segfault caused by googlemock
changeset:2abbabd55 Bang Pham Huu ticket:2206 wcst_import send WCS-T requests to petascope as POST
changeset:8891d08d0 Bang Pham Huu ticket:2208 WSClient supports requests with basic authentication header
changeset:25d20a3b7 Dimitar Misev ticket:2210 Fix type coercion rules
changeset:2f3848f92 Dimitar Misev ticket:2210 update type coercion rules
changeset:408f9b3b5 Dimitar Misev ticket:2210 update documentation with type coercion rules
changeset:84420ff8a Dimitar Misev ticket:2210 add type coercion systemtest
changeset:155803bb7 Bang Pham Huu ticket:2211 Petascope removes oid clause for generated rasql queries
changeset:3864eff65 Bang Pham Huu ticket:2212 WCPS supports interpolation type in crsTransform() and ticket:2085 - WCS adds more supported interpolation types in WCS GetCapabilities
changeset:8ac63f139 Dimitar Misev ticket:2213 fix evaluation of multiple marray variables
changeset:fddba847e Dimitar Misev ticket:2215 add rasql test for concurrent updates
changeset:5235b1ff1 Dimitar Misev ticket:2216 consistent behavior when casting from larger to smaller integer type
changeset:1b3dc9883 Bang Pham Huu ticket:2217 wsclient hides DeleteCoverage and InsertCoverage tabs and ticket:2218 - wsclient selects output format in GetCoverage tab based on coverage's dimensions
changeset:964972949 Dimitar Misev ticket:2219 fix bug in min/max condense on composite types
changeset:5f62b7df7 zwergon ticket:2222 add tiling by extending ras_storage_layout
changeset:8ebe8a86b jlecomte ticket:2222 create rasdapy3 for python3
changeset:f091eb94f Dimitar Misev ticket:2222 run rasdapy3 test only on centos 8 / ubuntu 18.04+
changeset:f2d5af1a2 Dimitar Misev ticket:2222 update rasdapy3 documentation
changeset:5af1c2666 Bang Pham Huu ticket:2224 wcst_import loads global metadata automatically for gdal general recipe and ticket:2227 - wcst_import fetches colorTable automatically for gdal general recipe
changeset:e2b6b7617 Bang Pham Huu ticket:2225 wcst_import - supports metadata option for old recipes
changeset:326791c88 Dimitar Misev ticket:2229 add owslib example to cheatsheets
changeset:4265b59e6 Dimitar Misev ticket:2229 update owslib example in cheatsheets
changeset:96c2b39e6 Bang Pham Huu ticket:2229 Document cheatsheets for WMS clients and WSClient
changeset:9cacfbe20 Bang Pham Huu ticket:2230 WSClient manages WMS layer's downscaled collection levels
changeset:c9b651c03 Bang Pham Huu ticket:2231 Petascope throws wrong error with subsettingCRS and ticket:2232 - Petascope allows subsettingCRS with only one X/Y axis in subsets
changeset:afc94991b Dimitar Misev ticket:2233 remove trac plugin from main rasdaman repo
changeset:d38b5ad96 Bang Pham Huu ticket:2234 petascope catches duplicate type creating error from rasdaman with lowercase
changeset:31edda46d Dragi Kamov ticket:2236 compilation errors with cmake 3.13
changeset:f6ca533a1 Bang Pham Huu ticket:2238 Petascope translates wrong cofficients when encoding in netCDF for irregular axis
changeset:040bf732a Dimitar Misev ticket:2239 run mvn only if source files changed
changeset:9bcc01f1b Arsenij Percov ticket:2240 add support for svg and json output of tiling as option for dbinfo()
changeset:400007f54 Dragi Kamov ticket:2241 Add Makefile to build wcs-client
changeset:73c91ec9c Dragi Kamov ticket:2241 TypeScript causing angular error
changeset:ff4fd0ad9 Dimitar Misev ticket:2245 sync wcst_import util package with installer util
changeset:265293573 Dimitar Misev ticket:2250 fix shellcheck warnings in start/stop_rasdaman.sh, and possible memory leak when java client interrupts result data transfer from rasdaman
changeset:979bfe040 Dimitar Misev ticket:2250 add documentation for customizing rasdaman service script
changeset:ceedd9a47 Dimitar Misev ticket:2250 update documentation for customizing rasdaman service script
changeset:4898fe3e6 Bang Pham Huu ticket:2251 petascope loads version from the configured setting by cmake and ticket:2252 - update_properties.sh should append deprecated settings to the end of properties file
changeset:649b893f9 Bang Pham Huu ticket:2253 WCST_Import handles colorPaltteTable for non-general recipes
changeset:ad87e8f35 Arsenij Percov ticket:2254 fixed the error message for when the subset is outside of sdom
changeset:2de897ad7 Dragi Kamov ticket:2257 adding text>> widget to wcs-client
changeset:ce7c3c281 Dragi Kamov ticket:2257 adding text>> widget to rasql-web-console
changeset:e61fc2906 Bang Pham Huu ticket:2257 wsclient problem with diagram widget
changeset:97b37ae20 Dimitar Misev ticket:2258 improve wcst_import analysis performance on netcdf data
changeset:a575a7fbc Bang Pham Huu ticket:2259 wcst_import retry:false does not work
changeset:3b072a44d Arsenij Percov ticket:2260 Introduced more user friendly error in encode with colorPalette by PNG format
changeset:40ccb92af Dimitar Misev ticket:2261 improve doc section on how to contribute to documentation
changeset:49a0ecf66 Dimitar Misev ticket:2263 add support for foldable code blocks in documentation
changeset:97882f492 Dimitar Misev ticket:2263 add development guide on using rasdaman installer to replicate jenkins testing locally
changeset:2bde94924 Arsenij Percov ticket:2264 made rasdaman compile with postgresql
changeset:361644c62 Dimitar Misev ticket:2264 fix compilation with postgresql in Release mode
changeset:dd8262227 Dimitar Misev ticket:2265 rasmgr passes -xp options from rasmgr.conf to rasservers
changeset:43ccd2d1f Dragi Kamov ticket:2267 wcs_extract recipe should remove files in case of error
changeset:3c166381c Dragi Kamov ticket:2268 wcs_extract - mock : true not working
changeset:514e31a05 Jef ticket:2269 update with rasdapy3 - refactoring http → non-http
changeset:81f513153 Jef ticket:2269 rasdapy3 - add complex and dbinfo
changeset:013d6608f Bang Pham Huu ticket:2272 wcst_import collects Amazon S3 files
changeset:5d37bc502 Arsenij Percov ticket:2274 fixed error text
changeset:3f0c75501 Dimitar Misev ticket:2275 replace rasdapy with rasdapy3
changeset:f3379daa9 Arsenij Percov ticket:2276 fixed json output for printiles=1
changeset:d5c94c411 Bang Pham Huu ticket:2278 petascope supports importing gdal /vsi full path
changeset:50840439e Vlad Merticariu ticket:2279 wcst_import_daemon doesn't get stopped by exceptions thwon in wcst_import
changeset:dae54fe72 Jef ticket:2280 set unlimited size in server message
changeset:7fe8f26cc Vlad Merticariu ticket:2281 sdom persisted in RAS_DOMAINVALUES after update queries
changeset:864247753 Arsenij Percov ticket:2282 made axisnames persisted in RASBASE
changeset:1e1fe3014 Bang Pham Huu ticket:2283 update test for wcst_import in system test
changeset:103cd5d56 Dragi Kamov ticket:2288 adding rasql web console to rasdaman repo
changeset:3d603b217 Dragi Kamov ticket:2288 add rasql web console to rasdaman repo
changeset:4b20aacbb Bang Pham Huu ticket:2288 check raswct callback result properly
changeset:da0d30d51 Dimitar Misev ticket:2290 remove rview from docs, ticket:2291 - all executable programs to output version nunmber
changeset:073aec981 Bang Pham Huu ticket:2292 update systemtest oracles for updated petascope
changeset:6d5e6ce4f Dimitar Misev ticket:2292 fix rasdaman_insertdemo.sh and update scalar wcps queries to not encode to csv
changeset:9544f8ee0 Dimitar Misev ticket:2292 fix systemtest on python 3.7
changeset:b2ea9b59e Bang Pham Huu ticket:2293 wcst_import - enhancement for importing with large number of input files
changeset:38b16c24a Bang Pham Huu ticket:2295 wcst_import with skip:true should continue if input file is error in general recipe
changeset:ad4ee0273 Bang Pham Huu ticket:2296 raswct hides the error diaglor after seconds
changeset:22fb766c6 Dragi Kamov ticket:2297 wcs-client - show number of coverages
changeset:de1532fe6 Dimitar Misev ticket:2298 improve petascope and secore properties
changeset:221886e39 Bang Pham Huu ticket:2301 WCPS overlay 2D slices without error
changeset:fd2122c8f Arsenij Percov ticket:2303 Added Appendix with tokens reserved by rasql
changeset:95add0439 Bang Pham Huu ticket:2305 Petascope - update coverage's metadata with petascope admin user
changeset:efa156057 Bang Pham Huu ticket:2305 Petascope not return empty coverage's metadata
changeset:8568ab691 Dimitar Misev ticket:2306 fix building with boost 1.70+
changeset:e0e551ced Dimitar Misev ticket:2307 fix start_rasdaman.sh on ubuntu 20.04

Version 9.8

Summary of changes:

  • petascope:
    • support for WCS version 2.1 request (docs)
    • support for exporting to CIS 1.1 GML format (docs)
    • support for ingestion of GDAL subdatasets
    • standalone deployment supports specifying a path to a custom petascope.properties
    • WMS uses new project() function, by default approximate reprojection with nearest neighbor interpolation
    • WMS supports a non-standard interpolation method parameter
    • WMS maximum cache size can be configured in petascope.properties
    • improved type management
    • the default petascope log policy changes to daily rotation with compression of past logs
    • support for specifying a color palette from external file
    • WCPS scale supports specifying only one spatial axis; aspect ratio will be automatically determined in this case
    • WCPS condensers supports coverage expressions in the where clause
    • support for white-listing IP addresses from which write WCS-T requests are allowed (replacing option disable_write_requests in petascope.properties)
    • petascope can load HTML pages from directory outside of rasdaman.war (configure in petascope.properties)
    • support for lo() / hi() in domain() / imageCrsdomain() in WCPS (docs)
    • support for specifying a subset with the domain() function (docs)
    • WSClient shows total volume of coverages / layers
  • secore:
    • EPSG/0 points to the latest EPSG dataset version (docs)
    • support for manually adding EPSG datasets by dropping them in secoredb/ (docs)
    • improved handling of multiple concurrent requests
  • wcst_import:
    • support for before/after ingestion hooks: commands automatically executed during data ingestion (docs)
    • support for non-blocking ingestion: analyze/import each file individually (not always possible, docs)
    • support for custom axis labels in general_coverage recipe (docs)
    • support for automatically reading axis and band metadata for netCDF data (docs)
    • custom recipe sentinel2 has been added for convenient import of Sentinel 2 data (works only with recent GDAL 2.1+, docs)
    • improved file handling for recipes import gdal, netcdf and Sentinel 2 data
    • support for grouping multiple input files into a single slice on irregular axis
    • support for HTTPS with self-signed certificate
    • support for CInt16 and CInt32 data in wcst_import.sh
  • rasdaman server:
    • extended project() with two more powerful variants that allow to specify output bounds and extent, as well as resampling algorithm and error threshold (docs)
    • support for NaNf and Inff floating-point constants, in addition to double NaN and Inf (docs)
    • support for NaN, NaNf and Infinity in the encode format parameters (docs)
    • default PNG compression on encode has changed from level 6 to 2 (docs)
    • on scalar results rasql properly writes the result to a file if —out file is specified
    • allow specifying empty null values to clear the null values of an expression (doc)
    • fixed updates with null values + proper initialization with null values when clipping multi-band arrays
    • fixed null value handling in min/max operators
    • base type compatibility is checked on array updates
    • improve checking for port availability in start/stop_rasdaman.sh
    • several bug fixes and improvements in the server/client protocol
    • directql and rasdl functionality moved to the rasserver binary; rasdl is deprecated and will be removed in the next version
    • start_rasdaman.sh and stop_rasdaman.sh support selectively starting core rasdaman and (embedded) petascope/secore services
    • support for CInt16 and CInt32 base types
    • support conditional compilation of internally implemented png, jpeg, and tiff converters

Contributors (by number of patches):

  • 107 Bang Pham Huu
  • 56 Dimitar Misev
  • 10 Arsenij Percov
  • 9 Alexandru Hambasan
  • 4 Dragi Kamov
  • 1 Sebastian Villarroya
  • 1 aahmed

v9.8.1

Addressed tickets between v9.8.0 and v9.8.1:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.8.0..v9.8.1 | sort -k 3 -t ':'

v9.8.0

Addressed tickets between v9.8.0-beta3 and v9.8.0:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.8.0-beta3..v9.8.0 | sort -k 3 -t ':'

v9.8.0-beta3

Addressed tickets between v9.8.0-beta2 and v9.8.0-beta3:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.8.0-beta2..v9.8.0-beta3 | sort -k 3 -t ':'

v9.8.0-beta2

Addressed tickets between v9.8.0-beta1 and v9.8.0-beta2:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.8.0-beta1..v9.8.0-beta2 | sort -k 3 -t ':'

v9.8.0-beta1

Addressed tickets between v9.7.0 and v9.8.0-beta1:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.7.0..v9.8.0-beta1 | sort -k 3 -t ':'

Version 9.7

Summary of changes:

  • petascope:
    • WMS extended to support 3D+ coverages (docs)
    • reintroduced support for pyramid creation for WMS (docs)
    • improve WMS rendering when reprojection is involved
    • support for ingestion of spatially overlapping data with wcst_import
    • allow expressions in WCPS subsets on grid axes
    • support for curtain/corridor clipping in WCS/WCPS
    • wcst_import can automatically ingest netcdf variable metadata
    • wcst_import allows appending slices to bottom of irregular axis
    • wcst_import can run in daemon mode and watch for new files to import
  • WS client:
    • support for 3D+ WMS layers
    • allow selecting WMS styles for preview
    • OWS metadata management has moved from /rasdaman/ows/admin to a tab in the WS client
  • rasdaman server:
    • allow floating-point null values
    • dynamic null values specification in queries for any array expression (more info)
    • clip() supports continuous and discrete corridors (docs)
    • clip() supports general expressions as point coordinates, instead of just literals
    • on updates, null value areas from the source array will not overwrite the target array (more info)
    • the UPDATE clause allows specifying source collections in a FROM clause (more info)
    • multiple fixes for operations on data of composite values
    • inf is recognized as a double literal
    • fixes with the project() function
    • acos/asin/atan are alias functions for arccos/arcsin/arctan
    • fixed compilation with g++ 8.1 and installation on Debian buster
    • C++ client API is thread-safe on demand
    • support for extended NetCDF primitive types (notably unsigned ints)
    • dependency on netcdf_c++ library has been removed
    • environment variable $RASDATA is ignored; the data directory is deduced from the connect string in rasmgr.conf
    • improved transaction failure handling on client/server side
    • clip Linestring supports WITH COORDINATES option to add coordinates to each value on the Linestring
  • documentation:

Contributors (by number of patches):

  • 87 Bang Pham Huu
  • 52 Dimitar Misev
  • 17 Dragi Kamov
  • 10 Bogdan Ciurezu
  • 10 Alexandru Hambasan
  • 7 Brennan Bell
  • 2 Vlad Merticariu

v9.7.0

Addressed tickets between v9.7.0-beta2 and v9.7.0:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.7.0-beta2..v9.7.0 | sort -k 3 -t ':'

v9.7.0-beta2

Addressed tickets between v9.7.0-beta1 and v9.7.0-beta2:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.7.0-beta1..v9.7.0-beta2 | sort -k 3 -t ':'

v9.7.0-beta1

Addressed tickets between v9.6.0 and v9.7.0-beta1:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0..v9.7.0-beta1 | sort -k 3 -t ':'

Version 9.6

Summary of changes:

  • petascope:
    • polygon clipping support in WCS and WCPS (documentation)
    • WCS GetCapabilities requests do not require an AcceptVersions parameter
    • 2-D outputs are automatically transposed if they have YX grid axes order natively (e.g. from netcdf import)
  • WS client:
    • wwd widget type to display 2D results in the ProcessCoverages tab with WebWorldWind
    • OWS admin page has been moved from /rasdaman/admin to /rasdaman/ows/admin
    • support for POST requests, CRS and Clip extensions on the WCS GetCoverage tab
  • secore:
    • security can be configured in secore.properties
  • rasdapy (python API for rasdaman)
    • integrated in the rasdaman repository (source:applications/rasdapy) and systemtest
    • interface streamlined with the Java/C++ API
    • multiple bug fixes
  • rasdaman server:
    • support for multipolygon clipping + curtains + multiple fixes in the clip function (more info)
    • support for changing a collection type with an 'alter collection' statement
    • fixed condenser output with respect to the null values of the input
    • fixed avg_cells and stddev on areas that do not fully intersect physical tiles
    • the output of floating-point scalar values from rasql is consistent with the csv/json format

v9.6.0

Addressed tickets between v9.6.0-beta2 and v9.6.0:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0-beta2..v9.6.0 | sort -k 3 -t ':'

v9.6.0-beta2

Addressed tickets between v9.6.0-beta1 and v9.6.0-beta2:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0-beta1..v9.6.0-beta2 | sort -k 3 -t ':'

v9.6.0-beta1

Addressed tickets between v9.5.0 and v9.6.0-beta1:

git log --pretty=format:"* changeset:%h | %s (%an)" v9.5.0..v9.6.0-beta1 | sort -k 3 -t ':'

Version 9.5 and older

Older releases are documented on the versions archive page.

Note: See TracWiki for help on using the wiki.