NEWS
wkb 0.4-0 (2019-12-05)
- Change to which WKB representations SpatialPolygons convert to
- SpatialPolygons objects now convert to either WKB Polygons or WKB MultiPolygons
- If each Polygons object in the SpatialPolygons object contains a single Polygon object with only one exterior boundary then convert to WKB Polygon, otherwise convert to WKB MultiPolygon
- Previously SpatialPolygons were converted to WKB Polygon containing multiple rings
- Make changes for compatibility with R 4.0.0 (#12)
wkb 0.3-0 (2016-03-24)
- Improved performance of function
hex2raw()
(#10)
wkb 0.2-0 (2015-09-28)
- Added support for big-endian WKB (#2)
- Added function
hex2raw()
(#4)
- Added tests
wkb 0.1-0 (2015-02-28)