Skip to content

Commit

Permalink
t.stac: Updated dependency versions, adding lazy loading (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhite911 authored Sep 23, 2024
1 parent ba12cae commit 96a6bd1
Show file tree
Hide file tree
Showing 8 changed files with 620 additions and 505 deletions.
8 changes: 5 additions & 3 deletions src/temporal/t.stac/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# (In-Development) t.stac
# t.stac

## Description

The **t.stac** toolset utilizes the
[pystac-client (v0.5.1)](https://github.com/stac-utils/pystac-client) to search
[pystac-client (v0.8.3)](https://github.com/stac-utils/pystac-client) to search
STAC APIs and import items into GRASS GIS.

### Item Search Parameters
Expand Down Expand Up @@ -83,7 +83,9 @@ required. Use items_as_dicts to avoid object unmarshalling errors.

### Dependencies

* [pystac-client (v0.5.1)](https://github.com/stac-utils/pystac-client)
* [pystac-client (v0.8.3)](https://github.com/stac-utils/pystac-client)
* [pystac (v1.10.1)](https://pystac.readthedocs.io/en/stable/)
* [tqdm (4.66.3)](https://github.com/tqdm/tqdm)

#### Optional Query

Expand Down
1 change: 1 addition & 0 deletions src/temporal/t.stac/libstac/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import staclib as libstac # noqa
Loading

0 comments on commit 96a6bd1

Please sign in to comment.