Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#2790 fixed Fix - update coverage's metadata with extra local metadata not persisted properly Bang Pham Huu Bang Pham Huu
Description

This metadata below doesn't persist completely for section <TEST> in petascopedb when updating a coverage's metadata from file:

    <slices>
                        <slice>
                            <boundedBy>
                                <Envelope>
                                    <axisLabels>Lat Long</axisLabels>
                                    <srsDimension>2</srsDimension>
                                    <lowerCorner>-44.975 111.975</lowerCorner>
                                    <upperCorner>-8.975 130.975</upperCorner>
                                </Envelope>
                            </boundedBy>
                            <local_metadata_key>file1</local_metadata_key>
                            <TEST>
                                <metadaten>
                                    <Land>Land1</Land>
                                </metadaten>
                            </TEST>
                            <fileReferenceHistory>test_metadata_4515575.tiff</fileReferenceHistory>
                        </slice>
                        <slice>
                            <boundedBy>
                                <Envelope>
                                    <axisLabels>Lat Long</axisLabels>
                                    <srsDimension>2</srsDimension>
                                    <lowerCorner>-44.975 129.975</lowerCorner>
                                    <upperCorner>-8.975 135.975</upperCorner>
                                </Envelope>
                            </boundedBy>
                            <local_metadata_key>test_metadata_4515576</local_metadata_key>
                            <TEST>
                                <metadaten>
                                    <Land>Land2</Land>
                                </metadaten>
                            </TEST>
                            <fileReferenceHistory>test_metadata_4515576.tiff</fileReferenceHistory>
                        </slice>
                        <slice>
                            <boundedBy>
                                <Envelope>
                                    <axisLabels>Lat Long</axisLabels>
                                    <srsDimension>2</srsDimension>
                                    <lowerCorner>-44.975 134.975</lowerCorner>
                                    <upperCorner>-8.975 145.975</upperCorner>
                                </Envelope>
                            </boundedBy>
                            <local_metadata_key>test_metadata_4515577</local_metadata_key>
                            <TEST>
                                <metadaten>
                                    <Land>Land3</Land>
                                </metadaten>
                            </TEST>
                            <fileReferenceHistory>test_metadata_4515577.tiff</fileReferenceHistory>
                        </slice>
                        <slice>
                            <boundedBy>
                                <Envelope>
                                    <axisLabels>Lat Long</axisLabels>
                                    <srsDimension>2</srsDimension>
                                    <lowerCorner>-44.975 144.975</lowerCorner>
                                    <upperCorner>-8.975 155.975</upperCorner>
                                </Envelope>
                            </boundedBy>
                            <local_metadata_key>test_metadata_4525572</local_metadata_key>
                            <TEST>
                                <metadaten>
                                      <Land>Land4</Land>
                                </metadaten>
                            </TEST>
                            <fileReferenceHistory>test_metadata_4525572.tiff</fileReferenceHistory>
                        </slice>
                    </slices>
                    <Data_provider>Test</Data_provider>

#2789 fixed Fix - endpoint in petascope to return the version from rasql Bang Pham Huu Bang Pham Huu
Description

In petascope it has this endpoint /rasdaman/admin/version to return the rasdaman version by running query: select version() underneath.

The result is:

10.2.12 from the output of rasql:

Result element 1: rasdaman 10.2.12 on x86_64-linux-gnu, compiled by g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
#2788 fixed Fix - WsClient - Add options to get result for Wcs DescribeCoverage / GetCoverage in CIS 1.1 format Bang Pham Huu Bang Pham Huu
Description

in the WS client, coverages should be provided following the CIS 1.1 GeneralGridCoverage structure. to this end: in DescribeCoverage and GetCoverage, add a line "coverage type {drop-down-menu}", with default CIS 1.1 and options:

CIS 1.1 GeneralGridCoverage
CIS 1.0 GridCoverage / RectifiedGridCoverage / RectifiedGridCoverage (legacy)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.