I am working with a model that is using distances between points as a significant input. My initial study area is in Texas, but eventually will cover portions of the entire US (mostly urban areas).
My question is: what should my projections be for my two point feature classes? Currently I'm using WGS 1985 WebMerAuxSph (3857) as my projected coordinate system and WGS 1984 (4326) as my geographic coordinate system.
When I am generating near tables I am using planar distance, but could also use geodesic.
The distances in question for each study area shouldn't be more than a 5 or 10 miles between points, but could be as close as 10m (or 0 probably).
Any suggestions on the most accurate projections to use?