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/>.
master
Brook Milligan 2023-12-01 13:22:30 -07:00
parent ca354a0ab5
commit c4b9940714
4 changed files with 43 additions and 0 deletions

View File

@ -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

11
R-elevatr/DESCR Normal file
View File

@ -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/>.

26
R-elevatr/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $NetBSD$
R_PKGNAME= elevatr
R_PKGVER= 0.99.0
CATEGORIES= geography R
MAINTAINER= pkgsrc-users@NetBSD.org
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"

5
R-elevatr/distinfo Normal file
View File

@ -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