diff options
author | brook <brook@pkgsrc.org> | 2020-08-08 23:35:17 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-08 23:35:17 +0000 |
commit | 7d6404c77c9ab84e8e551718ebf1bb8b04b9fe95 (patch) | |
tree | fd0f05b14cdb1dd840eefd73ed8c17d7b33ab18f /geography/Makefile | |
parent | 86677730ff69dc913fc8c091b2d8dc254637f52a (diff) | |
download | pkgsrc-7d6404c77c9ab84e8e551718ebf1bb8b04b9fe95.tar.gz |
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.
Diffstat (limited to 'geography/Makefile')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |