diff options
author | brook <brook@pkgsrc.org> | 2020-08-08 23:12:17 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-08 23:12:17 +0000 |
commit | e978f376f12eb31cd8cbb2d1c3d25e20d72f2a46 (patch) | |
tree | 755267066c08001d872d1d421176479ad405ca87 /geography/Makefile | |
parent | 556b204b6ac98d5017c8889e8a84aead5c0847c5 (diff) | |
download | pkgsrc-e978f376f12eb31cd8cbb2d1c3d25e20d72f2a46.tar.gz |
geography/R-sf: import R-sf-0.9.5
Support for simple features, a standardized way to encode spatial
vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
for geometrical operations, and to 'PROJ' for projection conversions
and datum transformations. Optionally uses the 's2' package for
spherical geometry operations on geographic coordinates.
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 8da682e0b93..9b44dbfffa6 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2020/08/07 03:55:17 brook Exp $ +# $NetBSD: Makefile,v 1.90 2020/08/08 23:12:17 brook Exp $ # COMMENT= Software for geographical-related uses @@ -11,6 +11,7 @@ SUBDIR+= R-maps SUBDIR+= R-maptools SUBDIR+= R-prettymapr SUBDIR+= R-rgeos +SUBDIR+= R-sf SUBDIR+= R-spatstat SUBDIR+= R-spatstat.data SUBDIR+= R-spatstat.utils |