Hi Dan Patterson - Do you know about projected versus geographic coordinate systems with the Densify tool? It says to pick an 'appropriate' spatial reference but I don't see more details. I want to make sure I densify a planar line and keep it planar. The densified lines come out ~30 meters apart depending on whether I use a PCS or GCS. I'm unclear on why, and if it's because one is planar or geodesic, or if something else is going on.
Thanks for any ideas.
They can't be shifted at all points hopefully, that would imply a datum shift (ie NAD27 to NAD83). I won't address that but assume that the issues are due to the densification process.
My thoughts...
A big widths, long lengths, large spacing for example (ie E-W) :
Geodetic Densify—Help | ArcGIS for Desktop
B small (less than UTM zone width maybe) :
Densify—Help | ArcGIS for Desktop
I don't have my test results here, but I tested using the following procedure:
If you use a PCS, it should be densifying relative to the plane. A GCS should densify the line based on the geodesic line between the two points.
I thought so too...what got me confused was some very strange behavior where the densified GCS line (assumed to be geodesic) did not match the the same GCS line densified using Geodetic Densify. And the densified PCS line matched the Geodetic Densified lines that were both GCS and PCS. Could it be that the planar and geodesic lines over this distance (~40km) are just too similar to tell the difference?
In which case the one outlier was the GCS line that was Densified...that line would just be wrong.
Melita Kennedy do you agree that using 'Densify' on a GCS produces an error? Or perhaps I made an error myself?
Visualize
76,45 to -74,45 E-W defines two points on a parallel... aka a line of latitude.
The distance along a line of latitude (parallel) is going to be greater than the great circle distance between those two points. Calculate distance and bearing between two Latitude/Longitude points using haversine formula in Java... for an interactive example (157.3 vs 157.2 km for my examples)
So you will see deflection between the two. See Melita's answer to me.
Certainly - that makes sense.
I am actually wondering about the two different tools, "Densify" and "Geodetic Densify".
Melita stated that if I use the Densify tool with a layer in a GCS it will produce a geodesic line. It seems like, then, if I also used the same line in the Geodetic Densify tool, it should match result of the Densify tool (at least one output, since the Geodetic Densify has options).
However, when I have a layer in a GCS these two tools produce different results -- none of the Geodetic Densify outputs match Densify. What underlying assumption is in the Densify tool for a feature in GCS?
Hopefully I am making sense. Here is another graphic to try to explain my question.
Sarah did you ever get to the bottom of this?
I did not.
I think I had it wrong, and confused Densify with Buffer. Because the Densify with NAD83 is closer to the loxodrome line, I think it's doing a 2D Cartesian densification. If you don't know, a loxodrome is a straight line in Mercator, and may or may not be straight in a different coordinate system.
I'm sorry for the confusion.