Custom Query (2764 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2764)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#2792 fixed Fix - add authentication_type=basic_header in petascope.properties Bang Pham Huu Bang Pham Huu
Description

The behavior of petascope community should be like below:

  • If authentication_type = basic_header
    • If rasdaman_user is set → use this one for unauthenticated
    • If rasdaman_user is not set → require credentials and throw error if not exist
  • If authentication_type = empty
    • If rasdaman_user is set → use this one
    • If rasdaman_user is not set → petascope will not start as it doesn't know the user to run WCS/WCPS requests
#2791 fixed Fix - rasql polygonize doesn't work because temp folder doesn't exist mrodionych@… Bang Pham Huu
Description

Because this temp folder /tmp/rasdaman/polygonize/ does not exist, then, the polygonize query doesn't work:

 [INFO] - 2023-12-10 20:29:50,395: Request: 'select polygonize(c, "ESRI Shapefile") from test_mr as c'... parsing... checking semantics... evaluating... [ERROR] - 2023-12-10 20:29:50,395, qlparser/qtpolygonize.cc:477: 

Error creating directory of base filename /tmp/rasdaman/polygonize/
no explanation text available for error code 723

Also update the queries example in https://doc.rasdaman.org/04_ql-guide.html#polygonize-operation

to have this format:

rasql -q 'select ...' --out file

otherwise, nobody knows how to get the output files from the query.

#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>

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.