Alex
Alex
Manually resetting `GDAL_DATA` via `Sys.setenv()` in R does reset the path, but rgdal functions still fail to execute. ``` library("rgdal") Sys.getenv("GDAL_DATA") # [1] "C:/Users/socce/Documents/R/win-library/3.6/rgdal/gdal" gdal_path
It seems like if you convert an object from sp to sf you can use QGIS operations for projected data (instead of just WGS84 lat/long) albeit with some error messages....
There also is still an issue of connecting with grass7 as mentioned in issue #13. Grass commands work from QGIS (when the "with grass" version is opened), and the path...
@rsbivand that's reasonable. Initially I thought that all of rgdal's functionality was breaking and that was preventing using any sort of projections, which is important for my work since I...
The documentation says the most likely location is "C:/Python27/." Do you have that folder with an ArcGIS folder within it? I don't have pro, but but for me this path...
@jasonjb82 @wjivan I now have access to ArcGIS Pro. Initially I got the error ``` Error in py_run_string_impl(code, local, convert) : SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in...
@krlmlr changing `"en_US"` to `"English_United States.1252" ` removed the warning for me on Windows. ``` cd_format_date
Thanks @Nowosad, I'll try running a few different values with `clean=FALSE`. In terms of what "equal weighting" would mean, I was mainly thinking that the extremes are clustering based only...
Additionally in the original [Achanta et al 2012 paper](https://doi.org/10.1109/TPAMI.2012.120) they state "simply defining D to be the five-dimenensional Euclidean distance in labxy space will cause inconsistencies in clustering behavior for...
I actually kind of like it as it's own function `run_ce` because `supercells` requires you specify a compactness. `meta_dists` (or maybe `include_distances`) though could be useful for providing additional quality...