pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

R-elevatr: import R-elevatr-0.99.0 as wip/R-elevatr



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Fri Dec 1 13:22:30 2023 -0700
Changeset:	c4b9940714975fcc028e1ad2c8227294459344cb

Modified Files:
	Makefile
Added Files:
	R-elevatr/DESCR
	R-elevatr/Makefile
	R-elevatr/distinfo

Log Message:
R-elevatr: import R-elevatr-0.99.0 as wip/R-elevatr

Several web services are available that provide access to elevation
data. This package provides access to many of those services and
returns elevation data either as an 'sf' simple features object from
point elevation services or as a 'raster' object from raster elevation
services. In future versions, 'elevatr' will drop support for 'raster'
and will instead return 'terra' objects. Currently, the package
supports access to the Amazon Web Services Terrain Tiles
<https://registry.opendata.aws/terrain-tiles/>, the Open Topography
Global Datasets API <https://opentopography.org/developers/>, and the
USGS Elevation Point Query Service
<https://apps.nationalmap.gov/epqs/>.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4b9940714975fcc028e1ad2c8227294459344cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 R-elevatr/DESCR    | 11 +++++++++++
 R-elevatr/Makefile | 26 ++++++++++++++++++++++++++
 R-elevatr/distinfo |  5 +++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6d5ad6bad1..6d557b18cb 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SUBDIR+=	R-crul
 SUBDIR+=	R-cubature
 SUBDIR+=	R-doParallel
 SUBDIR+=	R-easySVG
+SUBDIR+=	R-elevatr
 SUBDIR+=	R-entropy
 SUBDIR+=	R-fitdistrplus
 SUBDIR+=	R-foreach
diff --git a/R-elevatr/DESCR b/R-elevatr/DESCR
new file mode 100644
index 0000000000..ef98090a4a
--- /dev/null
+++ b/R-elevatr/DESCR
@@ -0,0 +1,11 @@
+Several web services are available that provide access to elevation
+data. This package provides access to many of those services and
+returns elevation data either as an 'sf' simple features object from
+point elevation services or as a 'raster' object from raster elevation
+services. In future versions, 'elevatr' will drop support for 'raster'
+and will instead return 'terra' objects. Currently, the package
+supports access to the Amazon Web Services Terrain Tiles
+<https://registry.opendata.aws/terrain-tiles/>, the Open Topography
+Global Datasets API <https://opentopography.org/developers/>, and the
+USGS Elevation Point Query Service
+<https://apps.nationalmap.gov/epqs/>.
diff --git a/R-elevatr/Makefile b/R-elevatr/Makefile
new file mode 100644
index 0000000000..46c9bf1370
--- /dev/null
+++ b/R-elevatr/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+R_PKGNAME=	elevatr
+R_PKGVER=	0.99.0
+CATEGORIES=	geography R
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Access elevation data from various APIs
+LICENSE=	mit
+
+DEPENDS+=	R-purrr>=1.0.1:../../devel/R-purrr
+DEPENDS+=	R-raster>=3.4.13:../../geography/R-raster
+DEPENDS+=	R-terra>=1.7.39:../../geography/R-terra
+DEPENDS+=	R-units>=0.8.2:../../math/R-units
+DEPENDS+=	R-jsonlite>=1.8.7:../../textproc/R-jsonlite
+DEPENDS+=	R-future>=1.33.0:../../wip/R-future
+DEPENDS+=	R-progressr>=0.11.0:../../wip/R-progressr
+DEPENDS+=	R-curl>=5.0.0:../../www/R-curl
+DEPENDS+=	R-httr>=1.4.6:../../www/R-httr
+DEPENDS+=	R-slippymath>=0.3.1:../../wip/R-slippymath
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../geography/R-sf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-elevatr/distinfo b/R-elevatr/distinfo
new file mode 100644
index 0000000000..dd3ef276e0
--- /dev/null
+++ b/R-elevatr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/elevatr_0.99.0.tar.gz) = 11a956d215c80bee5531f11fd98df4d5ed3cabebbaaa001c1c1bf6e30b5f017e
+SHA512 (R/elevatr_0.99.0.tar.gz) = 1ea391ba0c12d4fa870e86a16e1ea6bac223fdaf93a4a5c66f15515edd505e1882524feef11426100853167b11df23a5d8c2411076fd2100fbc151059883f903
+Size (R/elevatr_0.99.0.tar.gz) = 1178359 bytes


Home | Main Index | Thread Index | Old Index