I am dealing with a PNG map that has an associated text file with this content. This is the first line:
PROJCS["WGS 84 / UTM zone 32N",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","32632"]] Followed by this one
514155.34566467,2.7463545,0.00000000,5473409.172364855,0.00000000,-8.71548574 and this
3676,3092 The first line is quite long and I recognize it as SRS information.
The rest is likely a bounding box, but I am having an hard time realizing how woud it work, considering that there are six values rather than eight. So those would define three points rather than four according to my understanding.
And there's the last line which lets me totally clueless being it apparently in a different format (no decimals).
Any help would be appreciated. Thanks so much!
EDIT: the actual values has been changed because the source file might be copyrighted. Just in case.
أكثر...
PROJCS["WGS 84 / UTM zone 32N",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","32632"]] Followed by this one
514155.34566467,2.7463545,0.00000000,5473409.172364855,0.00000000,-8.71548574 and this
3676,3092 The first line is quite long and I recognize it as SRS information.
The rest is likely a bounding box, but I am having an hard time realizing how woud it work, considering that there are six values rather than eight. So those would define three points rather than four according to my understanding.
And there's the last line which lets me totally clueless being it apparently in a different format (no decimals).
Any help would be appreciated. Thanks so much!
EDIT: the actual values has been changed because the source file might be copyrighted. Just in case.
أكثر...