mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +02:00
Change scheme format; support pathlib.
Change name documentation as well.
This commit is contained in:
parent
c5bb1529f5
commit
bb70935c19
27 changed files with 885 additions and 850 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue