Change scheme format; support pathlib.

Change name documentation as well.
This commit is contained in:
Sergey Vartanov 2021-05-22 01:37:58 +03:00
parent c5bb1529f5
commit bb70935c19
27 changed files with 885 additions and 850 deletions

View file

@ -1,6 +1,4 @@
"""
Author: Sergey Vartanov (me@enzet.ru)
Geo projection.
"""
from typing import Optional
@ -9,6 +7,9 @@ import numpy as np
from roentgen.util import MinMax
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
EQUATOR_LENGTH: float = 40_075_017 # (in meters)