Registry / other / calceph

calceph

JSON →
library4.0.5vcpkgunverified

C library to access the binary planetary ephemeris files.

vcpkg install calceph
INSTALL
IMPORT
SIG · CALCEPH
C
calceph
othercppv4.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

calceph.h
#include <calceph.h>

Open a binary ephemeris file and check success

#include <calceph.h> #include <stdio.h> int main() { calcephbin *eph = calceph_open("de430.bsp"); if (eph) { printf("Ephemeris opened successfully\n"); calceph_close(eph); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

calceph — pip install calceph · libregistry