geography/R-raster: import R-raster-3.0.12
Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported. There is a also support for vector data operations such as intersections. See the manual and tutorials on <https://rspatial.org/> to get started.
This commit is contained in:
parent
819b2d8f1c
commit
65fbcc28bb
4 changed files with 31 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.91 2020/08/08 23:23:04 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.92 2020/08/08 23:28:07 brook Exp $
|
||||
#
|
||||
|
||||
COMMENT= Software for geographical-related uses
|
||||
|
@ -10,6 +10,7 @@ SUBDIR+= R-mapdata
|
|||
SUBDIR+= R-maps
|
||||
SUBDIR+= R-maptools
|
||||
SUBDIR+= R-prettymapr
|
||||
SUBDIR+= R-raster
|
||||
SUBDIR+= R-rgeos
|
||||
SUBDIR+= R-rosm
|
||||
SUBDIR+= R-sf
|
||||
|
|
5
geography/R-raster/DESCR
Normal file
5
geography/R-raster/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Reading, writing, manipulating, analyzing and modeling of gridded
|
||||
spatial data. The package implements basic and high-level functions.
|
||||
Processing of very large files is supported. There is a also support
|
||||
for vector data operations such as intersections. See the manual and
|
||||
tutorials on <https://rspatial.org/> to get started.
|
18
geography/R-raster/Makefile
Normal file
18
geography/R-raster/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/08 23:28:07 brook Exp $
|
||||
|
||||
R_PKGNAME= raster
|
||||
R_PKGVER= 3.0-12
|
||||
CATEGORIES= geography
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Geographic Data Analysis and Modeling
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES+= c c++
|
||||
|
||||
DEPENDS+= R-sp>=1.2.0:../../math/R-sp
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../devel/R-Rcpp/buildlink3.mk"
|
||||
.include "../../math/R-sp/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
geography/R-raster/distinfo
Normal file
6
geography/R-raster/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/08 23:28:07 brook Exp $
|
||||
|
||||
SHA1 (R/raster_3.0-12.tar.gz) = 419401fc6672a92b9b2864290fa67c2f7be5c438
|
||||
RMD160 (R/raster_3.0-12.tar.gz) = b8a2611da17b84547ab352653063062c37e396cd
|
||||
SHA512 (R/raster_3.0-12.tar.gz) = a60fd8001424b4000514478c9c80f2d6771a2986aa083b7a7393509892762ac633a977455529baa33a9ff5a9c802767f6c38405d4884fa4b532e9c8704caa320
|
||||
Size (R/raster_3.0-12.tar.gz) = 608634 bytes
|
Loading…
Reference in a new issue