GreenExp_R
GreenExp_R copied to clipboard
This is a R toolkit and developer version package to estimate multidimensional aspects of greenness and nature exposure, such as availability, accessibility and visibility using various geospatial dat...
Hello. The code in examples runs error on my computer, it reports `'no slot of name "ptr" for this object of class "SpatRaster"'` ``` #For this example, we first need...
Fix typos
I am facing different types of error a problem with installing this software.
Build-generated files like those ending with .so, .o and .dll should not be in the repository, and should be added to .gitignore to prevent them from being accidentally added.
https://github.com/Spatial-Data-Science-and-GEO-AI-Lab/GreenExp_R/blob/7a52a5d6615088e50a4ba11ee25524cadab8b46d/R/vgvi_from_address.R#L386 This seems to assume that there is a 1:1 inverse proportional correlation between number of 'cores' used for processing and running time. But that is not something you can...
https://github.com/Spatial-Data-Science-and-GEO-AI-Lab/GreenExp_R/blob/7a52a5d6615088e50a4ba11ee25524cadab8b46d/R/green_cover.R#L301 Note that constructing pathnames with string concatenation like this can cause problems on systems that don't use forward slash as directory separator. Although these days that is mostly just...