-
Initially, I used GDAL function `gdal.ReprojectImage()` for reproject. But its nodata value default is 0. Then I try to use `rasterio.warp.reproject` to replace `gdal.ReprojectImage()` .
I find t…
-
Nick suggests a tiered approach. Ben will do a survey and see how many classifiers there are and whether it could be done.
-
I'm trying to evaluate NNN against conventional KNN on a simple test case.
The test case is to find the 5 nearest neighbour for a permutation of indices (for easy intuitive verification).
The proble…
-
Hi,
I am back again with a issue :). I recently updated to the latest version of Bioconductor (3.20) and have encountered issues when trying to subset a SpatialFeatureExperiment (SFE) object. The SFE…
-
Hey team!
I was using your awesome geocoding engine when I noticed something interesting.
I'm deeply sorry if this is not a bug or if it's the desired final behavior of pelias, but I've been look…
-
If in #11970 we decide to not support the C rounding modes, these functions are not really useful. If we do decide to support that particular style of rounding mode, we should camelCase `nearbyint` t…
-
Thanks for this code Eric
The public method RadialSearch returns multiple neighbors when I pass the parameter as 1.
This method is not using the neighbors parameter properly, and is not returning th…
-
A recommender system, for suggesting songs to users. For this we would also need a login system for the users. We also need to decide which attributes we will be working upon (like genre etc.). @kaiva…
-
#### Describe the bug
Trying to use KNNImputer with a Pandas dataframe to impute missing values. It always just uses the mean value of the column instead of actually trying to impute smoother values.…
-
It seems that today, if someone needs an efficient GIS/geometry (either lat,lon or x,y) lookup in a general-purpose database, the only (?🗡️) choice is the PostGIS extension for PostgreSQL.
🗡️
Some…