21 | | - WMS passed OGC CITE WMS raster conformance tests |
22 | | - Creating pyramid member coverage should not run UPDATE query from empty base coverage |
23 | | - WMTS passed OGC CITE tests |
| 23 | - WMTS (OGC Web Map Tile Service) support added + pass OGC CITE tests [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#ogc-web-map-tile-service-wmts docs] |
| 24 | - WMS pass OGC CITE WMS raster conformance tests |
| 25 | - WMS supports a non-standard random parameter to bypass Web browser cache |
| 26 | - WMS query fragment styles support combining coverages with mismatching irregular axes |
| 27 | - WMS fixed invalid XML element names in GetCapabilities |
| 28 | - WMS GetMap requests support non XY axis labels as request parameters |
| 29 | - WMS fix style with WCPS query fragment with fixed subset domains |
| 30 | - WCPS supports sort operator [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#sort-operator-in-wcps docs] |
| 31 | - WCPS supports flip operator [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#flip-operator-in-wcps docs] |
| 32 | - WCPS supports crsTransform() shorthand operator |
25 | | - WCPS fixed combines different grid domains in coverage condense |
26 | | - WMS fixed invalid XML element names in GetCapabilities |
27 | | - WCPS `LET` clause supports WKT expressions |
28 | | - Add new non-standard: random parameter to avoid web browser's cache for WMS requests |
29 | | - Support combining coverages with mismatching irregular axes in WMS query fragment styles |
30 | | - Fix the slowness to process a WCPS request with multiple binary expressions |
31 | | - Support WMS GetMap requests with non XY axis labels as request parameters |
32 | | - Fix null error when parsing compound CRS |
33 | | - Fix WMS style with WCPS query fragment with fixed subset domains |
34 | | - Optimize WCPS queries with scale and subset operators |
35 | | - New WCPS query tree building for optimization |
36 | | - Support sort operator in WCPS |
37 | | - Support flip operator in WCPS |
38 | | - Support Web Map Tile service (WMTS) |
39 | | - Support importing local files to external endpoint |
40 | | - Support WCPS crsTransform() shorthand |
| 34 | - WCPS fixed combination of different grid domains in coverage condense |
| 35 | - WCPS builds a query tree internally which can support optimizations |
| 36 | - WCPS optimize queries with scale and subset operators to use pyramids if applicable |
| 37 | - WCPS fix slow processing of queries with multiple binary expressions |
| 38 | - WCPS `LET` clause supports WKT expressions [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#let-clause docs] |
| 39 | - WCS-T creating pyramid member coverage should not run UPDATE query from empty base coverage |
| 40 | - WCS-T supports importing local files to external endpoint [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#wcst-import-service-is-local docs] |
| 41 | - Fix null error when parsing compound CRS |
47 | | - If `replace_imported_pixels` set to `true`, then grid domains of a collection corresponding to an input updating file, will replace existing pixel values with null values before updating these grid domains with the actual values from the input updating file. |
48 | | - If `default_null_values` set to `[]`, then a coverage without null values is created |
49 | | - Add setting `filterMessagesMatching` to filter non-wanted GRIB messages |
50 | | - Automate setting gridOrder in ingredients |
51 | | - Support `${bbox}` expression used in after_import hook |
52 | | - Support importing local files to external endpoint |
| 48 | - If `default_null_values` set to `[]`, then a coverage without null values is created [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#data-import-default-null-values docs] |
| 49 | - Add setting `filterMessagesMatching` to filter non-wanted GRIB messages [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#slicer-section docs] |
| 50 | - Automate setting gridOrder in ingredients [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#slicer-section docs] |
| 51 | - Support `${bbox}` expression used in after_import hook [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#bbox docs] |
| 52 | - Support importing local files to external endpoint [https://doc.rasdaman.org/10.1/05_geo-services-guide.html#wcst-import-service-is-local docs] |
67 | | ||= changeset =||= author =||= ticket =||= subject =|| |
| 75 | || changeset:2a583aa53 || Bang Pham Huu || ticket:000 || FIX - remove unused authentication_type in petascope.properties.in |
| 76 | || changeset:3d0c5eae5 || Bang Pham Huu || ticket:000 || FIX - update tilings in test wcst_import for some test cases |
| 77 | || changeset:4af3a61a5 || Dimitar Misev || ticket:000 || [FIX] improve test_all_wcst_import test script |
| 78 | || changeset:aa074ac27 || Bang Pham Huu || ticket:000 || FIX - wcst_import.py not throw exception if -c ( gdal-cache-size) not specified |
| 79 | || changeset:e5d2684a0 || Dimitar Misev || ticket:000 || [FIX] improve test_all_wcst_import test script part 2 |
| 80 | || changeset:ab86f3737 || Bang Pham Huu || ticket:1730 || FIX - Allow QGIS WCPS plugin to use HTTPS in server endpoints |
| 101 | || changeset:e97b946c1 || Bang Pham Huu || ticket:2619 || FIX - some scaling errors with LET clause in WCPS queries |
| 102 | || changeset:3a67aa7fa || Bang Pham Huu || ticket:2620 || NEW - add new setting in GRIB recipe to select the wanted messages only |
| 103 | || changeset:50752b710 || Bang Pham Huu || ticket:2621 || FIX - DescribeCoverage shows wrong coefficients for irregular axes when coverage slice is added at the bottom |
| 104 | || changeset:0d621ce53 || Bang Pham Huu || ticket:2622 || wcst_import - FIX - default_null_values: [] should create a coverage will no null values |
| 105 | || changeset:99828ddc0 || Bang Pham Huu || ticket:2623 || FIX - WMS allows to add request subset inside coverage expression in WCPS query fragment |
| 106 | || changeset:a7a33b437 || Bang Pham Huu || ticket:2624 || FIX - null error when parsing compound-CRS while updating coverage |
| 107 | || changeset:cbb7974c5 || Bang Pham Huu || ticket:2625 || FIX - WMS GetMap requests with non XY axis labels as request parameters |
| 108 | || changeset:05e2143cc || Bang Pham Huu || ticket:2626 || FIX - WSClient non-XY axes sliders do not work properly |
| 109 | || changeset:2e77861bf || Bang Pham Huu || ticket:2629 || FIX - WCPS is slow to process in case of having multiple binary expressions |
| 110 | || changeset:b98147a14 || Bang Pham Huu || ticket:2630 || FIX - wcst_import netCDF recipe sets default irregular axis resolution = 1 if minBound = maxBound |
| 111 | || changeset:56200af64 || Bang Pham Huu || ticket:2631 || FIX - WMS with mismached coefficients in irregular axes of coverages |
| 112 | || changeset:f295b2cdf || Bang Pham Huu || ticket:2632 || NEW - WMS - support non-standard: random parameter to bypass browser's cache |
| 113 | || changeset:f295b2cdf || Bang Pham Huu || ticket:2633 || FIX - only update WMS caches intersecting with a coverage slice when updating a coverage |
| 114 | || changeset:fda9d624b || Bang Pham Huu || ticket:2633 || FIX - remove the WMS caches intersecting with an updating coverage slice's WGS84 bbox |
| 115 | || changeset:97452821e || Bang Pham Huu || ticket:2634 || FIX - WCPS LET clause supports WKT expressions |
| 116 | || changeset:7aebc947e || Bang Pham Huu || ticket:2636 || FIX - QGIS doesn't send GetMap requests to Petascope |
| 117 | || changeset:7fc3e8321 || Bang Pham Huu || ticket:2636 || FIX - Use https for petascope endpoint by capturing X-Forwarded-Proto header |
| 118 | || changeset:2ffa0bcbf || Bang Pham Huu || ticket:2637 || FIX - WCPS combines different grid domains in coverage condenser |
| 119 | || changeset:21a0c98f1 || Bang Pham Huu || ticket:2638 || NEW - Allow trimming by imageCrsDomain expression |
| 120 | || changeset:61f352236 || Bang Pham Huu || ticket:2639 || Fix- when creating pyramid members, it should not run UPDATE query from an empty base coverage |
| 121 | || changeset:24e39d19d || Bang Pham Huu || ticket:2640 || FIX - wcst_import - timeout for analyzing input files |
| 122 | || changeset:65ff2f583 || Dimitar Misev || ticket:2641 || run systemtest queries in parallel part 3 |
| 123 | || changeset:e00fc6a21 || Dimitar Misev || ticket:2641 || run systemtest queries in parallel |
| 124 | || changeset:f27454b99 || Dimitar Misev || ticket:2641 || run systemtest queries in parallel part 2 |
| 125 | || changeset:ff1054599 || Bang Pham Huu || ticket:2642 || FIX - petascope passes OGC CITE raster conformance |
| 126 | || changeset:d9765c2b7 || Bang Pham Huu || ticket:2643 || FIX - wcst_import import_order: none to disable sorting file paths |
| 127 | || changeset:fe148b68b || Bang Pham Huu || ticket:2644 || FIX - Petascope updates doesn't update associated WMS layer |