Skip to content

Commit 58936ca

Browse files
authored
Start using xmlschema for parsing (#6)
Start using xmlschema for parsing
1 parent b1f40fd commit 58936ca

File tree

9 files changed

+8615
-74
lines changed

9 files changed

+8615
-74
lines changed

environment-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ dependencies:
1010
- numpy >= 1.20.0
1111
- pytest
1212
- pytest-cov
13-
- python >= 3.8
1413
- rioxarray
14+
- xarray >= 0.17.0
15+
- xmlschema

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ xarray.backends =
3333

3434
[isort]
3535
profile = black
36+
37+
[mypy]
38+
39+
[mypy-xmlschema]
40+
ignore_missing_imports = True

tests/data/S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.SAFE/support/s1-level-1-product.xsd

Lines changed: 2628 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)