I am working on making a shapefile data parser and there are some shapefiles that when I upload to QGIS and GEE work perfectly fine but my parser says its invalid because the latitude and longitude are big values like 1000 and more instead of the valid range -180 to 180 and -90 to 90. How do I project/map these big numbers to the valid range without looisng the information these coordiantes intend to contain?
I tried to take a mod but that doesn’t work.
MUHAMMAD ABDULLAH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.