79408371

Date: 2025-02-03 09:53:52
Score: 1
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Trisp Cee