83 | | |
84 | | ---- |
85 | | [From Dimitar] |
86 | | |
87 | | - WCPS supports LET clause for defining variables ([https://doc.rasdaman.org/05_geo-services-guide.html#let-clause-in-wcps docs]) |
88 | | - WCPS supports interpolation parameter in crsTransform() ([https://doc.rasdaman.org/05_geo-services-guide.html#interpolation-value docs]) |
89 | | - WCPS supports mod() function, and domain() function for whole coverage |
90 | | - 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]) |
91 | | - 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]) |
92 | | - WCS supports INSPIRE coverages ([https://doc.rasdaman.org/05_geo-services-guide.html#make-a-coverage-to-be-inspire-coverage docs]) |
93 | | - WCS ProcessingCoverage supports `q` parameter in addition to `query` ([https://doc.rasdaman.org/05_geo-services-guide.html#general docs]) |
94 | | - WMS styles support SLD color tables ([https://doc.rasdaman.org/05_geo-services-guide.html#style-creation docs]) |
95 | | - WMS style query fragments support multiple layer iterators ([https://doc.rasdaman.org/05_geo-services-guide.html#style-creation docs]) |
96 | | - support for importing data via GDAL virtual file systems (file paths starting with /vsi) |
97 | | - 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]) |
98 | | - 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 |
99 | | - support basic authentication headers for rasql servlet |
100 | | - delete only a WMS layer ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-layer-management docs]) |
101 | | - support `UpdateCoverageId` request to rename an existing coverage id ([https://doc.rasdaman.org/05_geo-services-guide.html#renaming-coverage docs]). |
102 | | - experimental support for OGC API (OAPI) requests |
103 | | - fix overlay of 2D slices in WCPS |
104 | | - improved startup performance |
105 | | - improved logging of requests in petascope.log |
106 | | - remove petascope_admin_user and petascope_admin_pass from petascope.properties |
107 | | - 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 |