{"library":"skyfield-data","title":"Skyfield Data","description":"A data package for the Skyfield astronomy library, providing essential ephemeris files (e.g., de421.bsp) and Earth orientation data (finals2000A.all) that automatically expire and can be refreshed. Current version 7.0.0 requires Python >=2.6, !=3.0-3.7; supports Python 3.11, 3.12. Releases are irregular, driven by data file updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install skyfield-data"],"cli":null},"imports":["from skyfield_data import get_skyfield_data_path"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from skyfield.api import load\nfrom skyfield_data import get_skyfield_data_path\n\n# Use the data path provided by skyfield-data\nload_data = load(get_skyfield_data_path())\n# Load an ephemeris (de421.bsp is included)\nplanets = load_data('de421.bsp')\nprint('Ephemeris loaded successfully')","lang":"python","description":"This snippet imports Skyfield's loader and the data path from skyfield-data, then loads the included de421.bsp file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}