-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
23 lines (23 loc) · 965 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: wkb
Type: Package
Title: Convert Between Spatial Objects and Well-Known Binary Geometry
Version: 0.4-0.9000
Imports: sp
Suggests: testthat
Date: 2019-12-05
Author: TIBCO Software Inc.
Maintainer: Ian Cook <[email protected]>
Description: Utility functions to convert between the 'Spatial' classes
specified by the package 'sp', and the well-known binary '(WKB)'
representation for geometry specified by the 'Open Geospatial Consortium'.
Supports 'Spatial' objects of class 'SpatialPoints',
'SpatialPointsDataFrame', 'SpatialLines', 'SpatialLinesDataFrame',
'SpatialPolygons', and 'SpatialPolygonsDataFrame'. Supports 'WKB' geometry
types 'Point', 'LineString', 'Polygon', 'MultiPoint', 'MultiLineString', and
'MultiPolygon'. Includes extensions to enable creation of maps with
'TIBCO Spotfire'.
BugReports: https://github.com/ianmcook/wkb/issues
NeedsCompilation: no
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.1.1