Changes between Version 1 and Version 2 of Ticket #1568


Ignore:
Timestamp:
May 29, 2017, 9:40:59 AM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1568

    • Property Milestone 10.09.5
  • Ticket #1568 – Description

    v1 v2  
    77
    88and exceptions should be thrown where the queries are not working/implemented.
     9
     10Furthermore, it's worth thinking about how polygons are specified in rasql. Currently, D399 implements a simple representation of `[x1,y1,x2,y2,x3,y3]` (x/y[/z] coordinates of each polygon vertex are enumerated as one long list). Instead we could adopt [https://en.wikipedia.org/wiki/Well-known_text WKT syntax], e.g. POLYGON ((x1 y1, x2 y2, x3 y3)), or something else more appropriate.