{"id":61381,"library":"calceph","title":"CALCEPH","description":"C library to access the binary planetary ephemeris files.","status":"active","version":"4.0.5","language":"cpp","source_language":null,"source_url":null,"tags":["ephemeris","astronomy","planetary","spice","c-library"],"install":[{"cmd":"vcpkg install calceph","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(calceph CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE calceph::calceph)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"calceph.h","correct":"#include <calceph.h>"}],"quickstart":{"code":"#include <calceph.h>\n#include <stdio.h>\nint main() {\n    calcephbin *eph = calceph_open(\"de430.bsp\");\n    if (eph) {\n        printf(\"Ephemeris opened successfully\\n\");\n        calceph_close(eph);\n    }\n    return 0;\n}","lang":"cpp","description":"Open a binary ephemeris file and check success"},"warnings":[],"env_vars":null,"search_vec":"'access':5 'astronomi':12 'binari':7 'c':2,16 'c-librari':15 'calceph':1 'ephemeri':9,11 'file':10 'librari':3,17 'planetari':8,13 'spice':14","created_at":"2026-06-17T04:48:21.054876+00:00","updated_at":"2026-06-17T04:48:21.054876+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}