Changes between Version 2 and Version 4 of Ticket #1568


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1568

    • Property Cc Peter Baumann added
  • Ticket #1568 – Description

    v2 v4  
    88and exceptions should be thrown where the queries are not working/implemented.
    99
    10 Furthermore, 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.
     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.