From 3e85aa4fb88f04ef49c03d5816eef9a378b0db71 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 25 Jun 2024 09:05:26 -0400 Subject: [PATCH] Update docs/usage.md Co-authored-by: Tom Augspurger --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 746b9be..bce37c0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,6 +1,6 @@ # Usage -Except for the [legacy API](api/legacy.md), [Apache Arrow](https://arrow.apache.org/) is used as the in-memory interchange format between all formats. While some end-to-end helper functions are provided, the user can go through Arrow objects for maximal flexibility in the conversion process. +[Apache Arrow](https://arrow.apache.org/) is used as the in-memory interchange format between all formats. While some end-to-end helper functions are provided, the user can go through Arrow objects for maximal flexibility in the conversion process. All functionality that goes through Arrow is currently exported via the `stac_geoparquet.arrow` namespace.