I'm trying to do spatial analysis without geospatial components.
Here is the use case I'm trying to solve for:
I have a file that contains a list of shelves (Fixtures) and shelving units (Segments for a store and I'm trying to determine if a fixture is contained within a given segment. Sometimes fixtures can span segments, sometimes they will only be contained within part of the segment. I was looking at spatial analytics as I've done similar things at a geospatial level, but I can not seem to get the results I'm looking for for something on this small a scale, since the geospatial analysis works within set geospatial rules (which don't work when dealing with feet and inches, I've found).
In my initial test scenario, all shelves span all segments, but that will not always be the case for live production data. I have provided sample data as well.
I would appreciate any help that can be provided.
Thanks!
Thomas