Skip to content

Instantly share code, notes, and snippets.

View GISConsortium's full-sized avatar

Nitin Kandpal GISConsortium

  • Nitin Kandpal
  • India
View GitHub Profile
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# File: i_space_assignment.py
# Description: This program provides the elevation angle and distance of horizon from an observer
# Developer Name: Nitin Kandpal
# Date Created: 28/02/2022
import pandas as pd
import logging
import math
import os