Opened 11 months ago
Closed 11 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: | |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | server | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
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 , 11 months ago
Description: | modified (diff) |
---|
comment:2 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Disagree with this, the examples are consistent with other sections of the QL guide.