I am using a CsmapAttributeReprojector to convert between a source coordinate system and my own local destination coordinate system.
I expect that the Y value should only change, however, this change does not take into account a negative value
So if the source Y value is -50
Instead of adding 200 to - 50, it adds 200 and 50 which results in 250 instead of 150.
I have a python script that reads the header of my CSV file and finds the Y column in the header and this value is given to the reprojector, this does find the right column but as said above, my transformations aren't subtracting