emrehanks / R-ArcGIS-LSM_ToolPack

This tool is to develop an easy-to-use tool package called Landslide Susceptibility Mapping Tool Pack (LSM Tool Pack) for producing landslide susceptibility maps based on integrating R with ArcMap Software. The proposed tool contains 5 main modules namely: (1) Data Preparation (DP), (2) Feature (Factor) Selection (FS), (3) Logistic Regression (LR), (4) Random Forest (RF), (5) Performance Evaluation (PE) and (6) Create Raster Stack (Multi-Bands).
Apache License 2.0
40 stars 11 forks source link

Some big changes in sp and other spatial packages in the recent releases #1

Open emrehanks opened 3 years ago

emrehanks commented 3 years ago

Dear Users, There were some big changes in sp and other spatial packages in the recent releases. Therefore, "sp" and "rgdal" libraries should be downgraded to an older version.

For sp (< 1.4-2) and rgdal (< 1.5-8).

Note: To the prevention of "sp" and "rgdal" packages warning massages, this code ("rgdal::set_thin_PROJ6_warnings(TRUE)") could be used.

Best regards Emrehan K. Sahin