Skip to content

Commit daca14e

Browse files
committed
Updata nasa docstring url
1 parent 87b8634 commit daca14e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/solposx/solarposition/nasa_horizons.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def nasa_horizons(latitude, longitude, start, end, elevation=0.,
99
time_step='1h', url=URL):
10-
f"""
10+
"""
1111
Retrieve solar positions from NASA's Horizons web service.
1212
1313
The NASA Horizons [1]_ is an online solar system data and ephemeris
@@ -35,7 +35,8 @@ def nasa_horizons(latitude, longitude, start, end, elevation=0.,
3535
'1h' for hours, '1d' for days, '1mo' for months, and '1y' for years.
3636
The default is '1h'.
3737
url : str, optional
38-
API endpoint. The default is ``{URL}``.
38+
API endpoint. The default is
39+
``'https://ssd.jpl.nasa.gov/api/horizons.api'``.
3940
4041
Returns
4142
-------

0 commit comments

Comments
 (0)