#1696 closed defect (fixed)
rasql_clip with Multipolygon
Reported by: | Bang Pham Huu | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.6 |
Component: | rasql | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
Current, rasdaman with clip operator only supports 2 types of WKT: POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10)) and LINESTRING (30 10, 10 30, 40 40).
The vector data from GIS shapefile is usually in Multipolygon type (e.g: a territory containing land and islands). Then, rasdaman needs to support this to be useful in real use cases.
Example of a Multipolygon (2 polygons) from https://en.wikipedia.org/wiki/Well-known_text is:
MULTIPOLYGON ( ((40 40, 20 45, 45 30, 40 40)), -- Polygon1: only exterior ((20 35, 10 30, 10 10, 30 5, 45 20, 20 35), (30 20, 20 15, 20 25, 30 20)) -- Polygon2: 1 exterior and 1 interior )
Change History (2)
comment:1 by , 7 years ago
Milestone: | 9.5 → 9.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
Is this one fully addressed though?