一、R语言Task View–Spatial 空间数据分析

Task View index:  https://cloud.r-project.org/web/views/Spatial.html


Task View 安装方法:

(1)安装 CRAN Task Views 

install.packages("ctv")

library("ctv")

(2)安装Spatial 

install.views("Spatial")

或者

update.views("Spatial")

Spatial 的 CRAN Task Views 已经有的包如下所示:

 R包含许多可用于读取、可视化和分析空间数据的函数,这个Task View 的重点是关注地理空间数据处理,所提供的包涉及两个广泛的领域,将空间数据导入和导出到R中,和用R语言分析空间数据,这个Task View可以大致分为一下几类:

  (1)针对空间数据的类

    1、sp

    2、sf

    3、rgdal

    4、maptools

    5、rgeos

    6、 shp2graph

    7、cleangeo

    8、rasterVis

    9、raster

    10、RecMap

    11、PBSmapping

    12、GEOmap

    13、geomapdata

    14、Grid2Polygons

    15、statebins

  (2)处理操作空间数据

    1、gdistance

    2、geosphere

    3、dggridR

    4、spsurvey

    5、trip

    6、hdeco

    7、spcosa

    8、magclass

    9、raster

    10、UScensus2000 suite of packages (UScensus2000cdp, UScensus2000tract)

    11、Guerry

    12、marmap

    13、rworldmap

    14、cshapes

    15、landsat

    16、taRifx

    17、gdalUtils

    18、geojson, geojsonio, geoaxe and lawn

    19、rgbif

    20、geoaxe

    21、

  (3)读与写空间数据

    1、rgdal

    2、The rOpenSci geospatial suite

             https://ropensci.org/blog/2016/11/22/geospatial-suite/

             3、maps (with mapdata and mapproj)

             4、maptools

             5、shapefiles

             6、 ncdf4 or RNetCDF

             7、PBSmapping and spatstat 

             8、geonames

             9、 OpenStreetMap

             10、osmar

             11、rpostgis

             12、postGIStools

              13、 spgrass6RSAGA, RQGIS、rgrass7. RPyGeo

  (4)空间数据可视化

  (5)点模式分析

  (6)地统计

  (7)疾病和区域数据分析

  (8)空间回归

  (9)生态分析


转载自:https://blog.csdn.net/u011596455/article/details/79596482

You may also like...