rasterfaster:R 中 Raster 对象的更快操作

时间:2021-06-01 15:35:36
【文件属性】:
文件名称:rasterfaster:R 中 Raster 对象的更快操作
文件大小:23KB
文件格式:ZIP
更新时间:2021-06-01 15:35:36
C++ 光栅速度更快 此包旨在提供比raster包本身可用的更快但可能不太通用/灵活的光栅操作。 主要目标之一是使用对大型光栅数据文件的近实时探索。 特征 重采样(最近邻和双线性) WGS84 到 Web Mercator 投影,以及地图瓦片提取 目前仅支持带有numeric数据的.grd文件(由raster::writeRaster创建)。 甚至不要考虑使用这个包进行任何真正的分析。 用法 r <- raster( " yourfile.grd " ) plot(resampleBy( r , 2.3 )) # 2.3X larger plot(resampleTo( r , 90 , 180 )) # 90 rows by 180 columns createMapTile( r , 256 , 256 , xtile = 2624 , ytile = 5719 , zoom = 1
【文件预览】:
rasterfaster-master
----.gitignore(62B)
----NAMESPACE(261B)
----R()
--------RcppExports.R(1KB)
--------rasterfaster.R(9KB)
----src()
--------colors.cpp(9KB)
--------RcppExports.cpp(6KB)
--------project_algos.hpp(5KB)
--------project.cpp(4KB)
--------mmfile.hpp(835B)
--------resample.cpp(4KB)
--------Makevars.win(159B)
--------aggregate.cpp(1KB)
--------aggregate.hpp(3KB)
--------resample_algos.hpp(2KB)
--------grid.hpp(992B)
--------Makevars(81B)
----.Rbuildignore(39B)
----rasterfaster.Rproj(396B)
----man()
--------resampleBy.Rd(967B)
--------createColorRamp.Rd(2KB)
--------createMapTile.Rd(944B)
--------findMode.Rd(693B)
----README.md(957B)
----inst()
--------sample.gri(72B)
--------sample.grd(406B)
----DESCRIPTION(461B)

网友评论