Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2765)

Ticket Resolution Summary Owner Reporter
#2743 fixed FIX - if `random` parameter exists in requests, petascope should not validate them Bang Pham Huu Bang Pham Huu
Description

A random=randomVAlue KVP pair is used to bypass cached from web browser, so petascope should ignore this parameter instead of throwing an exception.

#2742 fixed FIX - adjust WMS GetCapabilities response with XML schema Bang Pham Huu Bang Pham Huu
Description

This ticket is a break change → for major release version.

A quick check shows that, this section (valid in WCS GetCapabilities schema) should not exist directly under <Layer> element, it should be put under <Abstract> element instead (like with rasdaman-query style's <Abstract> element which contains query fragment).

                <ows:AdditionalParameters xmlns:ows="http://www.opengis.net/ows/2.0">
                    <ows:AdditionalParameter>
                        <ows:Name>sizeInBytes</ows:Name>
                        <ows:Value>5359440</ows:Value>
                    </ows:AdditionalParameter>
                    <ows:AdditionalParameter>
                        <ows:Name>axisList</ows:Name>
                        <ows:Value>era,model,scenario,snowpack,X,Y</ows:Value>
                    </ows:AdditionalParameter>
                </ows:AdditionalParameters>

And with some small invalid elements as well.

#2741 fixed FIX - WMS GetCapabilities - Dimension elements need to contains units attribute Bang Pham Huu Bang Pham Huu
Description

In WMS GetCapabilities, it should contain units with attribute (units come from Axis's UoM), for example:

<Dimension name="time" units="d">"2016-06-05"</Dimension>
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.