Hi, I'm working with a movement dataset of 23 individuals spread over all of northern Australia, so a very large geographic area. Im working with large scale raster datasets which are in GDA94 / Albers Equal Area projection (EPSG:3577). This is a projected CRS so units are in metres which is particularly important for some of the environmental co-variates Im interested in such as distance to water (m) and elevation (m).
I imported my movement data as a csv, converted to an sf object, and then reprojected to Albers CRS. I then subsetted each individual from this dataset and converted to a telemetry object using <- as.telemetry. My thinking being this will spatially align my movement data with my environmental data in order to run RSF's for each of my individuals. I calculated their AKDE's and used these as rasters to form the grid in rsf.fit() so my predictions would be limited to the bounding box of the animals AKDE given Im using large-scale rasters in order to encompass all of my animals.
However, Im running into several issues and I've noticed that despite projecting my movement data to Albers it defaults back to WGS84 when converted to a telemetry object, as does the corresponding AKDE output. Therefore, the movement and home range data is misaligned with my environmental data when running the RSF.
Obviously I could reproject my rasters to WGS84 but wouldnt this change my unit of measurement from metres to degrees? Ive also aligned the resolution of all my rasters to 100m so theyre standardised and can run efficiently with the Riemann integrator. How are other folks dealing with this issue?
Hopefully Im not missing something super obvious. Thank you in advance.
Chris