I have a task to convert some incoming geo data to Longitude/Latitude. The data elements in the json are identified as xCoordinate and yCoordinate.
However, the data in my sample does not look like any geographic x/y coordinate data I've looked at online, so I have a couple questions that I could use expert help on, please forgive the lack of knowledge regarding this data, I've never worked with geo data prior.
An example from my sample dataset:
- xCoordinate: 0981829
- yCoordinate: 0197525
Couple questions:
- Do these look like valid X/Y coordinates? Online examples seem to be in decimal format.
- I need a package to import into a .net core application which converts X/Y data to Longitude/Latitude, any suggestions would be appreciated.
Thanks in advance for any help.