Hello Chris,
Hope you are doing well!
I was looking at exporting the UDs to use it on the habitat raster on ArcGIS Pro (for e.g. trying to overlay it on the habitat raster to get the proportion of UD volume in each habitat type).
However, when I exported the UDs using the code below, the lower values are showed areas of high UD and vice versa. Am I missing something in the code?
writeRaster(d10_UD,
filename = "d10_UDw", DF="PDF", format= "GTiff", overwrite = TRUE)
Also, wanted to ask if there's a way to delete locations that were recorded more frequently than 1 hour (and just keep a standard interval of 1hr)? Wanted to use that information for another purpose (I have already estimated the home ranges using the wAKDE).
Thanks,
Soham Mehta