forked from ianmcook/wkb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 901 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: wkb
Type: Package
Title: Convert Between Spatial Objects and Well-Known Binary Geometry
Version: 0.1-0.9000
Imports: sp
Suggests: geosphere, rgdal
Date: 2015-02-28
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 (OGC). 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