Opened 2 years ago

Closed 2 years ago

#2554 closed enhancement (fixed)

Petascope - WCS GetCapabilities add metadata for the size of a coverage plus its pyramid sizes

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

  • sizeInBytes element shows the base coverage's size
  • sizeInBytesWithPyramidLevels element show the base coverage's size plus all pyramid levels which it contains.
        <ows:AdditionalParameters>

            <ows:AdditionalParameter>
                <ows:Name>sizeInBytes</ows:Name>
                <ows:Value>100</ows:Value>
            </ows:AdditionalParameter>

            <ows:AdditionalParameter>
                <ows:Name>sizeInBytesWithPyramidLevels</ows:Name>
                <ows:Value>158866</ows:Value>
            </ows:AdditionalParameter>

        </ows:AdditionalParameters>   

Change History (1)

comment:1 by Bang Pham Huu, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.