Changes between Version 194 and Version 195 of Versions
- Timestamp:
- Feb 7, 2022, 9:22:54 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v194 v195 16 16 - WCPS requires only one spatial X or Y axis to be set when scaling ([https://doc.rasdaman.org/05_geo-services-guide.html#auto-ratio-for-spatial-scaling docs]), and does not require specification of non-spatial axes if they are not to be scaled ([https://doc.rasdaman.org/05_geo-services-guide.html#non-scaled-axes-are-optional docs]) 17 17 - WCPS and WCS support scaling down on irregular axes 18 - WCPS supports ''decode'' function ([https://doc.rasdaman.org/05_geo-services-guide.html#decode-operator-in-wcps docs]) and positional parameters ([https://doc.rasdaman.org/05_geo-services-guide.html#positional-parameter -in-wcps docs])19 - WCPS supports ''mod'' function , and domain(C) function for whole coverage C([https://doc.rasdaman.org/11_cheatsheets.html#metadata-operations docs])18 - WCPS supports ''decode'' function ([https://doc.rasdaman.org/05_geo-services-guide.html#decode-operator-in-wcps docs]) and positional parameters ([https://doc.rasdaman.org/05_geo-services-guide.html#positional-parameters docs]) 19 - WCPS supports ''mod'' function and ''domain'' function on whole coverage ([https://doc.rasdaman.org/11_cheatsheets.html#metadata-operations docs]) 20 20 - WCPS supports ''describe'' function which returns result like WCS DescribeCoverage ([https://doc.rasdaman.org/05_geo-services-guide.html#describe-operator-in-wcps docs]) 21 - WCPS supports ''min''/''max'' functions ([https://doc.rasdaman.org/05_geo-services-guide.html# binary-min-max-operations-in-wcps docs])21 - WCPS supports ''min''/''max'' functions ([https://doc.rasdaman.org/05_geo-services-guide.html#min-and-max-functions docs]) 22 22 - WCPS supports the ''crsSet'' function to return the coverage CRS as output ([https://doc.rasdaman.org/11_cheatsheets.html#metadata-operations docs]) 23 23 - WCPS supports binary operations on mixed geo and non-geo coverages … … 128 128 129 129 - installation 130 - 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 ([https://doc.rasdaman.org/02_inst-guide.html# deb-packages deb] and [https://doc.rasdaman.org/02_inst-guide.html#rpm-packages rpm])130 - 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 ([https://doc.rasdaman.org/02_inst-guide.html#official-packages docs]) 131 131 - On new installation, petascope will be deployed in standalone embedded mode by default, so that it does not require a system Tomcat to run ([https://doc.rasdaman.org/05_geo-services-guide.html#petascope-standalone-deployment docs]) 132 132 - petascope will use the locally installed gdal-java library instead of embedding it into rasdaman.war