Antonio Valentino pushed to branch upstream at Debian GIS Project /
xarray-safe-s1
Commits:
85b0d30e by Antonio Valentino at 2025-09-27T09:01:32+00:00
New upstream version 2025.09.25
- - - - -
4 changed files:
- .github/workflows/ci.yaml
- .github/workflows/publish.yml
- .github/workflows/upstream-dev.yaml
- safe_s1/reader.py
Changes:
=====================================
.github/workflows/ci.yaml
=====================================
@@ -23,7 +23,7 @@ jobs:
outputs:
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
fetch-depth: 2
- uses: xarray-contrib/ci-trigger@v1
@@ -50,7 +50,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
# need to fetch all tags to get a correct version
fetch-depth: 0 # fetch all branches and tags
=====================================
.github/workflows/publish.yml
=====================================
@@ -12,9 +12,9 @@ jobs:
contents: "read"
id-token: "write"
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
twine check dist/*
pip install dist/*.whl
- name: Publish to PyPI
- uses:
pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
+ uses:
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
with:
password: ${{ secrets.pypi_token }}
repository_url: https://upload.pypi.org/legacy/
=====================================
.github/workflows/upstream-dev.yaml
=====================================
@@ -21,7 +21,7 @@ jobs:
outputs:
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
fetch-depth: 2
- uses: xarray-contrib/[email protected]
@@ -55,7 +55,7 @@ jobs:
steps:
- name: checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
# need to fetch all tags to get a correct version
fetch-depth: 0 # fetch all branches and tags
=====================================
safe_s1/reader.py
=====================================
@@ -668,7 +668,7 @@ class Sentinel1Reader:
pol = os.path.basename(xml_file).split("-")[4].upper()
pols.append(pol)
tmp.append(luts_ds)
- ds = xr.concat(tmp, pd.Index(pols, name="pol"))
+ ds = xr.concat(tmp, pd.Index(pols, name="pol").astype(np.str_))
# ds.attrs = {'description':
# 'original (ie not interpolation)
xr.Dataset sigma0 and gamma0 Look Up Tables'}
return ds
View it on GitLab:
https://salsa.debian.org/debian-gis-team/xarray-safe-s1/-/commit/85b0d30e21d3e485623d2dc33a7b451b2585406e
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/xarray-safe-s1/-/commit/85b0d30e21d3e485623d2dc33a7b451b2585406e
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel