Opened 5 months ago

Closed 5 months ago

#2791 closed defect (fixed)

Fix - rasql polygonize doesn't work because temp folder doesn't exist

Reported by: Bang Pham Huu Owned by: mrodionych@…
Priority: major Milestone: 10.2
Component: server Version: 10.2
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description (last modified by Dimitar Misev)

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.

Change History (2)

comment:1 by Dimitar Misev, 5 months ago

Description: modified (diff)

Also update the queries example

Disagree with this, the examples are consistent with other sections of the QL guide.

comment:2 by Bang Pham Huu, 5 months ago

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