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. |
| 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. |