In python you could use indiagrid library
$pip install indiagrid #!/usr/bin/python from indiagrid import wgs84_to_igs res=wgs84_to_igs(31.53081,77.79669) print(res['Easting'],res['Northing'],res['Grid'])
3671165.57 849719.97 I