I converted a csv file to projected SpatialPointsDataFrame in R, input it to bkde2D, converted the result to raster, saved the raster to a TIFF, and input that raster into the GME Isopleth tool.
Here is my R code:
data = read.csv("_PolarBearData.csv", na.strings = "NA", header = T)...