arm-test-data 0.0.12__tar.gz → 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- arm_test_data-0.1.0/.github/dependabot.yml +10 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/.github/workflows/ci.yaml +9 -6
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/.github/workflows/pypi-release.yml +7 -7
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/PKG-INFO +3 -2
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data/registry.txt +5 -2
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data/version.py +9 -4
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data.egg-info/PKG-INFO +3 -2
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data.egg-info/SOURCES.txt +1 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/.gitignore +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/LICENSE +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/MANIFEST.in +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/README.md +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data/__init__.py +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data/dataset.py +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data.egg-info/dependency_links.txt +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data.egg-info/requires.txt +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/arm_test_data.egg-info/top_level.txt +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/make_registry.py +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/pyproject.toml +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/requirements.txt +0 -0
- {arm_test_data-0.0.12 → arm_test_data-0.1.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: CI
|
|
2
2
|
env:
|
|
3
|
-
micromamba_version:
|
|
3
|
+
micromamba_version: 2.0.0
|
|
4
4
|
|
|
5
5
|
on:
|
|
6
6
|
push:
|
|
@@ -32,19 +32,22 @@ jobs:
|
|
|
32
32
|
strategy:
|
|
33
33
|
fail-fast: false
|
|
34
34
|
matrix:
|
|
35
|
-
python-version: ['3.9', '3.10', '3.11']
|
|
35
|
+
python-version: ['3.9', '3.10', '3.11', '3.12']
|
|
36
36
|
steps:
|
|
37
37
|
- name: Cancel Previous Runs
|
|
38
|
-
uses: styfle/cancel-workflow-action@0.12.
|
|
38
|
+
uses: styfle/cancel-workflow-action@0.12.1
|
|
39
39
|
with:
|
|
40
40
|
access_token: ${{ github.token }}
|
|
41
|
-
- uses: actions/checkout@
|
|
42
|
-
- uses: mamba-org/
|
|
41
|
+
- uses: actions/checkout@v4
|
|
42
|
+
- uses: mamba-org/setup-micromamba@v2
|
|
43
43
|
with:
|
|
44
44
|
environment-name: act-test-data-dev
|
|
45
45
|
environment-file: ci/environment.yml
|
|
46
46
|
extra-specs: |
|
|
47
47
|
python=${{ matrix.python-version }}
|
|
48
|
+
init-shell: >-
|
|
49
|
+
bash
|
|
50
|
+
post-cleanup: "all"
|
|
48
51
|
- name: Fetch all history for all tags and branches
|
|
49
52
|
run: |
|
|
50
53
|
git fetch --prune --unshallow
|
|
@@ -56,7 +59,7 @@ jobs:
|
|
|
56
59
|
run: |
|
|
57
60
|
python -m pytest --cov=./ --cov-report=xml --verbose
|
|
58
61
|
- name: Upload code coverage to Codecov
|
|
59
|
-
uses: codecov/codecov-action@
|
|
62
|
+
uses: codecov/codecov-action@v5.4.0
|
|
60
63
|
with:
|
|
61
64
|
file: ./coverage.xml
|
|
62
65
|
flags: unittests
|
|
@@ -9,10 +9,10 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
if: github.repository == 'ARM-DOE/arm-test-data'
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
with:
|
|
14
14
|
fetch-depth: 0
|
|
15
|
-
- uses: actions/setup-python@
|
|
15
|
+
- uses: actions/setup-python@v5
|
|
16
16
|
name: Install Python
|
|
17
17
|
with:
|
|
18
18
|
python-version: 3.11
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
else
|
|
37
37
|
echo "✅ Looks good"
|
|
38
38
|
fi
|
|
39
|
-
- uses: actions/upload-artifact@
|
|
39
|
+
- uses: actions/upload-artifact@v4
|
|
40
40
|
with:
|
|
41
41
|
name: releases
|
|
42
42
|
path: dist
|
|
@@ -45,11 +45,11 @@ jobs:
|
|
|
45
45
|
needs: build-artifacts
|
|
46
46
|
runs-on: ubuntu-latest
|
|
47
47
|
steps:
|
|
48
|
-
- uses: actions/setup-python@
|
|
48
|
+
- uses: actions/setup-python@v5
|
|
49
49
|
name: Install Python
|
|
50
50
|
with:
|
|
51
51
|
python-version: 3.11
|
|
52
|
-
- uses: actions/download-artifact@
|
|
52
|
+
- uses: actions/download-artifact@v4
|
|
53
53
|
with:
|
|
54
54
|
name: releases
|
|
55
55
|
path: dist
|
|
@@ -62,12 +62,12 @@ jobs:
|
|
|
62
62
|
if: github.event_name == 'release'
|
|
63
63
|
runs-on: ubuntu-latest
|
|
64
64
|
steps:
|
|
65
|
-
- uses: actions/download-artifact@
|
|
65
|
+
- uses: actions/download-artifact@v4
|
|
66
66
|
with:
|
|
67
67
|
name: releases
|
|
68
68
|
path: dist
|
|
69
69
|
- name: Publish package to PyPI
|
|
70
|
-
uses: pypa/gh-action-pypi-publish@v1.
|
|
70
|
+
uses: pypa/gh-action-pypi-publish@v1.12.4
|
|
71
71
|
with:
|
|
72
72
|
user: __token__
|
|
73
73
|
password: ${{ secrets.PYPI_TOKEN }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: arm-test-data
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Provides utility functions for accessing data repository for ARM data examples/notebooks
|
|
5
5
|
Author: Atmospheric Data Community Toolkit Dev Team
|
|
6
6
|
License: MIT License
|
|
@@ -44,6 +44,7 @@ Requires-Python: >=3.8
|
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Requires-Dist: pooch
|
|
47
|
+
Dynamic: license-file
|
|
47
48
|
|
|
48
49
|
# arm-test-data
|
|
49
50
|
[](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
201509021500.bi 27f1065949fbe89b1c74b885d4de64c8e7af138556037fe7f9d340ac6d5db3eb
|
|
2
2
|
AAFNAV_COR_20181104_R0.ict 27f2a9f2cb4c6b4c46dcd23f55ec7a698c183fc6330fb1c76d7749bcf5b47889
|
|
3
|
+
ESRL-GMD-AEROSOL_v1.0_HOUR_MLO_s20200101T000000Z_e20210101T000000Z_c20210214T053835Z.nc d79db4831fe3a169ea324ff28f5ee2e0312081efd4ae17bf8eb64fae50e0ef41
|
|
3
4
|
NEON.D18.BARR.DP1.00002.001.000.010.001.SAAT_1min.2022-10.expanded.20221107T205629Z.csv 613bc7f56592667ff333161d81fe71e6f05569413007465b72cb21bd072317fc
|
|
4
5
|
NEON.D18.BARR.DP1.00002.001.sensor_positions.20221107T205629Z.csv 8d482e02ef0254b845e193c37875cc9048ea9f197b3ad451fb78fcfeec42629c
|
|
5
6
|
NEON.D18.BARR.DP1.00002.001.variables.20221201T110553Z.csv 0b5d1ea07a6156085ebadbd78f3154171caf07406414d19ef227148aef6e641a
|
|
@@ -13,6 +14,8 @@ co2_brw_surface-insitu_1_ccgg_MonthlyData.txt 60b48b28d2bbc970659d12ce63353525cc
|
|
|
13
14
|
ctd21125.15w 35c271163967fe249a0122e77f592d59754f463e0ddd834bd1804b4ce285be12
|
|
14
15
|
ctd22187.00t.txt 414559c37cf336e5609914bbd5e6ceecd8ed9d9f16ca606ca2d37244b4422544
|
|
15
16
|
enametC1.b1.20221109.000000.cdf 0f6e1580e1cd0b93f53b9ada2bfea2df40c18fbd574c7f292cbfb65398f2cfa3
|
|
17
|
+
enatsiskycoverC1.b1.20230307.082100.cdf 938889208c236f5d53435d1d421e9b8ce7a408c0ca9625d43b477e50b03ffb99
|
|
18
|
+
enavisstgridm11minnisX1.c1.20230307.000000.cdf ab3f4814dafd50f3b89d257ccc4cc95e8f20b565803fedea6aa9239273929def
|
|
16
19
|
gucmetM1.b1.20230301.000000.cdf 507690c5823ad88e5047e70c1a88a46cd873a02380172743fe1d1ccf7eed957d
|
|
17
20
|
houstonaug300.0summer2010080100 aa3499b3c331e5477b4cd319ec1df80519539dc555fdc1ec1c7e105311542251
|
|
18
21
|
maraosmetM1.a1.20180201.000000.nc b0f09897712422405857878eb411555bde37519d18de575b221f3e5bb52dcd07
|
|
@@ -73,8 +76,8 @@ sgpmmcrC1.b1.2.cdf 5b281de250aeaad9c9f5b1b8f1189197cc7b560b5456c3cb60930ad9beb92
|
|
|
73
76
|
sgpmplpolfsC1.b1.20190502.000000.cdf 4aac939de00224a78da3c807e75a74e8eee982bc6a146e6c9bd7407b93118dcd
|
|
74
77
|
sgprlC1.a0.20160131.000000.nc 268100c8f613e2c6461350b3c7ad5400ac62c1f59028b5bb066887d2d86d85e3
|
|
75
78
|
sgpsebsE14.b1.20190601.000000.cdf aa303a669592505ceae4f0f5f5faeb1af141c604507153963de0fd1d7709a742
|
|
76
|
-
sgpsirsC1.b1.20040101.000000.cdf 696ad1e3ae79de6828ab7dadb0b2101d3ed686728703d0a97918da13da8c5f74
|
|
77
79
|
sgpsebsE39.b1.20230601.000000.cdf 028933e6e222cf4d61b61069b2da946e7ae09d3917e750d2f7356bafc946aef7
|
|
80
|
+
sgpsirsC1.b1.20040101.000000.cdf 696ad1e3ae79de6828ab7dadb0b2101d3ed686728703d0a97918da13da8c5f74
|
|
78
81
|
sgpsirsE13.b1.20190101.000000.cdf 5319dce8baee58e68d184ebe0db3d2e78d9848449c3bba7e7b54e9061ea24b0c
|
|
79
82
|
sgpsondewnpnC1.b1.20190101.053200.cdf fda7734596114373665cf34e3f89ef07f915933763b5c6e949694eeeca0fe24d
|
|
80
83
|
sgpstampE13.b1.20200101.000000.nc 1e4294796668aae5a1966a13bbb620d835b2da2ce789d10ad91afcfbed70c265
|
|
@@ -84,8 +87,8 @@ sgpstampE33.b1.20200101.000000.nc bceee025bf3dd81cfcd8c2e89cfcbc465e7ce942e3ea38
|
|
|
84
87
|
sgpstampE34.b1.20200101.000000.nc fb6677d675ee8a25570cbdb518a8b39093690baa7309a776ce2125f680802b70
|
|
85
88
|
sgpstampE39.b1.20230601.000000.nc ad83b164dfdd4db4370f301be57367ffaed712727198b67075cf20459879fef5
|
|
86
89
|
sgpstampE9.b1.20200101.000000.nc c9cad1cad5a5818a259cdcecc3c1379704dca82e2ace0a0b25b0da19f231b03c
|
|
87
|
-
sgpswatsE8.b1.20071229.000700.cdf 8ffd41198362e71f8d49a5d759491926963b65495838f0ab9f751cd11d5d2875
|
|
88
90
|
sgpstamppcpE39.b1.20230601.000000.nc 4a305146c995bd6529304750dce643a2a0f1082b6f416b58494b27816bb4b72b
|
|
91
|
+
sgpswatsE8.b1.20071229.000700.cdf 8ffd41198362e71f8d49a5d759491926963b65495838f0ab9f751cd11d5d2875
|
|
89
92
|
sodar.20230404.mnd dd03abaedb0646e55c47345a9f5639deb0c6c50a8f22f3cfc28218cf7a223165
|
|
90
93
|
twpsondewnpnC3.b1.20060119.050300.custom.cdf 6db6f555e7e7a4c5a30da88d5949317674fe23720c71d7f3b5cd2f7354b5a128
|
|
91
94
|
twpsondewnpnC3.b1.20060119.112000.custom.cdf bd69dfa3eccd533b372df14c7a206130fab054cddbf493005e9ac204ce875f4e
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '0.0
|
|
16
|
-
__version_tuple__ = version_tuple = (0,
|
|
20
|
+
__version__ = version = '0.1.0'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 1, 0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: arm-test-data
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Provides utility functions for accessing data repository for ARM data examples/notebooks
|
|
5
5
|
Author: Atmospheric Data Community Toolkit Dev Team
|
|
6
6
|
License: MIT License
|
|
@@ -44,6 +44,7 @@ Requires-Python: >=3.8
|
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Requires-Dist: pooch
|
|
47
|
+
Dynamic: license-file
|
|
47
48
|
|
|
48
49
|
# arm-test-data
|
|
49
50
|
[](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|