Changes between Version 1 and Version 2 of Ticket #1568
- Timestamp:
- May 29, 2017, 9:40:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1568
- Property Milestone 10.0 → 9.5
-
Ticket #1568 – Description
v1 v2 7 7 8 8 and exceptions should be thrown where the queries are not working/implemented. 9 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.