Changes between Version 179 and Version 180 of Versions
- Timestamp:
- Jan 24, 2022, 5:52:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v179 v180 15 15 - WCPS supports LET clause for defining variables ([https://doc.rasdaman.org/05_geo-services-guide.html#let-clause-in-wcps docs]) 16 16 - WCPS supports interpolation parameter in crsTransform() ([https://doc.rasdaman.org/05_geo-services-guide.html#interpolation-value docs]) 17 - WCPS supports mod() function, and domain() function for whole coverage 18 - WCPS supports decode() operator ([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 adds non-XY axes to `scale()` if they are not specified ([https://doc.rasdaman.org/05_geo-services-guide.html#auto-ratio-for-scaling-x-or-y-axis-in-wcps docs]) 20 - WCS supports INSPIRE coverages ([https://doc.rasdaman.org/05_geo-services-guide.html#make-a-coverage-to-be-inspire-coverage docs]) 21 - WCS ProcessingCoverage supports `q` parameter in addition to `query` ([https://doc.rasdaman.org/05_geo-services-guide.html#general docs]) 17 22 - WMS styles support SLD color tables ([https://doc.rasdaman.org/05_geo-services-guide.html#style-creation docs]) 18 23 - WMS style query fragments support multiple layer iterators ([https://doc.rasdaman.org/05_geo-services-guide.html#style-creation docs]) 19 24 - support for importing data via GDAL virtual file systems (file paths starting with /vsi) 25 - 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]) 26 - embed secore into petascope, so that it does not get installed as a separate service anymore; accordingly, remove the --service secore option from start_rasdaman.sh and stop_rasdaman.sh 27 - support basic authentication headers for rasql servlet 28 - delete only a WMS layer ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-layer-management docs]) 29 - support `UpdateCoverageId` request to rename an existing coverage id ([https://doc.rasdaman.org/05_geo-services-guide.html#renaming-coverage docs]). 30 - experimental support for OGC API (OAPI) requests 20 31 - fix overlay of 2D slices in WCPS 21 - WCPS adds non-XY axes to `scale()` if they are not specified 22 - support basic authentication headers for rasql servlet 23 - delete only a WMS layer ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-layer-management doc]) 24 - support `UpdateCoverageId` request to rename an existing coverage id ([https://doc.rasdaman.org/05_geo-services-guide.html#renaming-coverage doc]). 25 - WCS ProcessingCoverage supports `q` parameter in addition to `query` ([https://doc.rasdaman.org/05_geo-services-guide.html#general doc]) 26 - support `decode()` operator in WCPS ([https://doc.rasdaman.org/05_geo-services-guide.html#decode-operator-in-wcps doc]) and positional parameters ([https://doc.rasdaman.org/05_geo-services-guide.html#positional-parameter-in-wcps doc]) 27 - experimental support for OGC API (OAPI) requests 32 - improved startup performance 33 - improved logging of requests in petascope.log 34 - remove petascope_admin_user and petascope_admin_pass from petascope.properties 35 - petascope will filter out exception stacktraces to show only lines in rasdaman code; this can be controlled with the `full_stacktraces` option in petascope.properties 28 36 29 37 - wcst_import … … 57 65 - new virtual collection RAS_TYPES allows to select all rasdaman types ([https://doc.rasdaman.org/04_ql-guide.html#list-available-types docs]) 58 66 - start_rasdaman.sh and stop_rasdaman.sh accept rasmgr --port, --help, etc. ([https://doc.rasdaman.org/02_inst-guide.html#executables docs]) 67 - start_rasdaman.sh will exit if executed by root user; specify --allow-root to override this behavior ([https://doc.rasdaman.org/02_inst-guide.html#start-rasdaman-sh doc]) 68 - start_rasdaman.sh supports a user-defined env variable JAVA_OPTS, which can be used to pass options to embedded petascope 69 - stop_rasdaman.sh supports --force option to forcibly stop rasdaman 59 70 - induced condenser works correctly on arrays with null values 60 71 - fixed issue with min/max condensers and pow function on multiband arrays … … 69 80 - improved performance of tile merging on client side 70 81 - fixed support for signedByte in GDAL decode/encode 82 - fixed permissions of rasdaman log files to be only owner/group readable 83 - add script `prepare_issue_report.sh` for automating issue reporting 71 84 72 85 - clients … … 80 93 - documentation 81 94 - new section with cheatsheets for WCS / WCPS / WMS / clients ([https://doc.rasdaman.org/11_cheatsheets.html docs]) 95 - new section for petascope configuration ([https://doc.rasdaman.org/05_geo-services-guide.html#configuration docs]) 96 - new section with guidelines for backup of rasdaman ([https://doc.rasdaman.org/02_inst-guide.html#backup docs]) 82 97 83 98 - installation