6f2e37ca95
Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/08 23:35:17 brook Exp $
|
|
|
|
R_PKGNAME= spData
|
|
R_PKGVER= 0.3.3
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Datasets for Spatial Analysis
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
DEPENDS+= R-raster>=3.0.12:../../geography/R-raster
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../math/R-sp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|