view globalneighbors/constants.py @ 11:d1b99c695511

remove obselete data
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 12:54:05 -0700
parents 5dba84370182
children
line wrap: on
line source

"""
physical constants
"""

# The Earth isn't a sphere, but let's pretend it is
# https://en.wikipedia.org/wiki/Earth_radius
Rearth = 6371.  # km
diameter = 2.*Rearth