rgeoda icon indicating copy to clipboard operation
rgeoda copied to clipboard

R library for spatial data analysis based on libgeoda and GeoDa

Results 23 rgeoda issues
Sort by recently updated
recently updated
newest added

Hi! I found that both Redcap and Skater algorithms randomly crash R when given too many polygons. The crash was recreated on different machines, including RStudio Cloud. ``` library(sf) library(rgeoda)...

Hi all, We runned geoda in the application and the R software, and there are a lot of differences, in the second case we have only high - high zones,...

Dear authors, is it possible to calculate inverse distances of every point to all other points and use the numbers as weights for Spatially Constrained Clustering instead of local neighborhood...

This will crash R: ``` library(sf) columbus

In an example just added to **spdep** on github, issue https://github.com/r-spatial/spdep/issues/68, I find that the `lisa_pvalues()` are not bounded by `[0, 0.5]` as in for example `local_moran()` for the same...

Hello! I have tried to run several version of maxp, but they fail with the following message (can only catch it when running R from console, RStudio crashes): ``` ***...

Hi ! I get this error "Error in as.geoda(sf_obj, with_table = FALSE) : as.geoda() takes either an 'sf' or 'sp' object. " when using queen_weights (). I'm using a class...

It seems that `queen_weights()` is wrong (unzip attached file) in CRAN version 0.0.8.3: [chk.zip](https://github.com/GeoDaCenter/rgeoda/files/6923951/chk.zip) ``` library(sf) chk

Hi, Please how can one load the saved load weight or .gwt file generated from the desktop Geoda? Thanks a lot for porting this to R.