Opened 12 months ago

Last modified 11 months ago

#2791 closed defect

Fix - rasql polygonize doesn't work because temp folder doesn't exist — at Initial Version

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

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 (0)

Note: See TracTickets for help on using tickets.