Skip to content

Commit 79e457b

Browse files
authored
Update repo location and bump version (#19)
* pin urllib3 in tests
1 parent 4ee9c2a commit 79e457b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ref: https://planetarycomputer.microsoft.com/docs/quickstarts/reading-zarr-data/
6565
## Install
6666

6767
```bash
68-
pip install git+https://github.com/jsignell/xpystac
68+
pip install git+https://github.com/stac-utils/xpystac
6969
```
7070

7171
## How it works

environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies:
1616
- requests
1717
- rioxarray
1818
- stackstac
19+
- urllib3<2 # temporary pin https://github.com/stac-utils/pystac-client/issues/509
1920
- zarr
2021
# testing
2122
- pytest

xpystac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"

xpystac/xarray_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def guess_can_open(self, obj):
2323

2424
description = "Open pystac objects in Xarray"
2525

26-
url = "https://github.com/jsignell/xpystac"
26+
url = "https://github.com/stac-utils/xpystac"

0 commit comments

Comments
 (0)