pkgsrc/geography/R-spData/Makefile
brook 6f2e37ca95 geography/R-spData: import R-spData-0.3.3
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.
2020-08-08 23:35:17 +00:00

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"