-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 949 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
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: parcelareadev
Type: Package
Title: To test and develop parcel area calculations
Version: 0.1.0
Author: Darren Norris
Maintainer: Darren Norris <[email protected]>
URL: https://github.com/darrennorris/parcelareadev
BugReports: https://github.com/darrennorris/parcelareadev/issues
Description: Idea to provide simple interface for calculating RAPELD parcel areas for ppbio.
Not pretty but it works.
Takes compass bearings and distances recorded during plot installation
and then:
1) derives coordinates and calculates the survey area of nonlinear plots.
2) exports .pdf files showing plots
3) exports calculated areas as .csv
4) Exports plot lines as shapefiles and .kml
Depends:
R (>= 2.10)
Imports:
graphics,
stats,
utils,
maptools,
plyr,
dplyr,
plotKML,
raster,
rlist,
rgeos,
rgdal,
stringr,
sp,
geosphere
License: file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1