File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,20 @@ The `solar_apparent_time` Python package translates Python datetime between sola
66[ gregory.h.halverson@jpl.nasa.gov ] ( mailto:gregory.h.halverson@jpl.nasa.gov ) <br >
77NASA Jet Propulsion Laboratory 329G
88
9+ ## Installation
10+
11+ This package is available on PyPi as a [ pip package] ( https://pypi.org/project/solar-apparent-time/ ) called ` solar-apparent-time ` with dashes.
12+
913## Usage
1014
15+ ### Importing
16+
17+ Import this package as ` solar_apparent_time ` with under-scores.
18+
19+ ``` python
20+ import solar_apparent_time
21+ ```
22+
1123### ` UTC_to_solar(time_UTC: datetime, lon: float) -> datetime `
1224
1325Converts Coordinated Universal Time (UTC) to solar apparent time at given longitude for single time.
You can’t perform that action at this time.
0 commit comments