Monday 4 April 2016

coordinate system - Transformation parameters for Everest datum to WGS84


I have a shapefile with the following projection information:


PROJCS["Nepal_india_boundary",GEOGCS["Nepal_india_Geo",DATUM["D_Everest_India_Nepal",SPHEROID["Everest_Definition_1962",6377301.243,300.8017255]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Central_Meridian",84.0],PARAMETER["Standard_Parallel_1",26.666667],PARAMETER["Standard_Parallel_2",29.333333],PARAMETER["Scale_Factor",0.9997],PARAMETER["Latitude_Of_Origin",28.002808],UNIT["Meter",1.0]]


Which transformation parameters (preferably 7 parameters) can I use to transform the shapefile into WGS84 (decimal degree) system?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...