From 7d6404c77c9ab84e8e551718ebf1bb8b04b9fe95 Mon Sep 17 00:00:00 2001 From: brook Date: Sat, 8 Aug 2020 23:35:17 +0000 Subject: 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. --- geography/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'geography/Makefile') diff --git a/geography/Makefile b/geography/Makefile index 0c8e8426756..3bcd7ac4e18 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2020/08/08 23:32:09 brook Exp $ +# $NetBSD: Makefile,v 1.94 2020/08/08 23:35:17 brook Exp $ # COMMENT= Software for geographical-related uses @@ -15,6 +15,7 @@ SUBDIR+= R-raster SUBDIR+= R-rgeos SUBDIR+= R-rosm SUBDIR+= R-sf +SUBDIR+= R-spData SUBDIR+= R-spatstat SUBDIR+= R-spatstat.data SUBDIR+= R-spatstat.utils -- cgit v1.2.3