I have a very simple question, I have two line datasets that cross each other. The goal is to get a count of how many times each line in dataset 1 crosses a line in dataset 2 (total crossing, ie if line 1 crosses line 2 twice, would like to track that). To do this, I was using a spatial relator with the attached parameters. The problem is that the "related suppliers count attribute" is 0 across the board. I have used "Requester Crosses Supplied" and "Requester Intersects Supplier" with no success. Is there a parameter I am missing?
Page 1 / 1
Hi @goskoog Do the two datasets have the same coordinate system? Look at both together in the Data Inspector without background maps.
@danatsafe Thank you for the reply, it turns out without background maps it does look like they have different coordinate systems... the data is coming from two sources I can't modify, is there a recommended way to re-project into a coordinate system? The output needs to be WGS 1984 Web Mercator (Auxiliary Sphere).
@goskoog You can use the Repojector transformer to align Requestor & Supplier coordinate systems.
@goskoog You can use the Repojector transformer to align Requestor & Supplier coordinate systems.
@Mark Stoakes Thank you Mark, this gets me exactly what I need.