Skip to content

Commit 82b4f8c

Browse files
authored
Merge pull request #86 from opera-adt/unknown-track-enumeration
Flexibility for enumeration of single product
2 parents 410171c + 7e5b720 commit 82b4f8c

4 files changed

Lines changed: 29 additions & 133 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

1111
### Changed
1212
* Use pixi for dependency and virtual environment management.
13+
* Provide ability to enumerate a single DIST-S1 product specifying only date and MGRS Tile ID
14+
* Error is raised if these fields are ambigious (multiple time stamps in day) or invalid (no RTC-S1 data available)
1315

1416
## [1.0.13] - 2026-01-27
1517

pixi.lock

Lines changed: 0 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ platforms = ["osx-arm64", "linux-64", "osx-64"]
66
version = "0.1.0"
77

88
[tasks]
9+
lint = "ruff check src tests"
10+
format = "ruff format src tests"
11+
fix = "ruff check --fix src tests"
912

1013
[dependencies]
1114
python = ">=3.14.6,<4"
1215
pip = ">=26.1.2,<27"
1316
asf_search = ">=12.2.2,<13"
1417
tenacity = ">=8.2.2,<9"
1518
contextily = ">=1.7.0,<2"
16-
flake8 = ">=7.3.0,<8"
17-
flake8-blind-except = ">=0.2.1,<0.3"
18-
flake8-builtins = ">=3.1.0,<4"
19-
flake8-import-order = ">=0.19.2,<0.20"
2019
geopandas = ">=1.1.3,<2"
2120
ipykernel = ">=7.3.0,<8"
22-
isort = ">=8.0.1,<9"
2321
jupyterlab = ">=4.5.8,<5"
2422
matplotlib = ">=3.10.9,<4"
2523
numpy = ">=2.4.6,<3"

0 commit comments

Comments
 (0)