You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@ A small no-dependency Python package for [STAC](https://stacspec.org/), using Ru
11
11
12
12
## Why?
13
13
14
-
Why make a new STAC Python library, when we already have [PySTAC](https://github.com/stac-utils/pystac)?
15
-
Well, we've built some things in [stac-rs](https://github.com/stac-utils/stac-rs) (a collection of STAC Rust libraries) that we want to provide to the Python ecosystem, such as:
14
+
Q: We already have [PySTAC](https://github.com/stac-utils/pystac), so why did we make a new STAC Python library?
15
+
16
+
A: We want to provide a couple of things in [stac-rs](https://github.com/stac-utils/stac-rs) (a collection of STAC Rust libraries) to the Python ecosystem:
16
17
17
18
- Read, write, and search [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet)
18
19
-`async` functions
@@ -24,7 +25,11 @@ If you don't need those things, **stacrs** probably isn't for you — use **pyst
0 commit comments