From d91f904ec8e74ccb10e444f350fbdc9f5ce6102f Mon Sep 17 00:00:00 2001 From: "Jay L. Gao" Date: Fri, 16 Aug 2024 17:34:58 -0700 Subject: [PATCH] add reference to PYION --- gh-pages/docs/BP-Service-API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gh-pages/docs/BP-Service-API.md b/gh-pages/docs/BP-Service-API.md index dc3a3b510..95e2d45dc 100644 --- a/gh-pages/docs/BP-Service-API.md +++ b/gh-pages/docs/BP-Service-API.md @@ -759,3 +759,7 @@ In general there are two types of ZCO that is relevant to a user. * Can be used if you wish not to make a copy of the data in the ION SDR (possibly to save SDR space) * You allow ION to access the original data (file) in the host computer's file system. Need to check if this restriction applies. * See example in `bpdriver.c` + +## Python API + +ION provides a Python API that is a wrapper around the C API, called [PYION](https://github.com/nasa-jpl/pyion), which is available on GitHub. \ No newline at end of file