PyStormTracker 0.2.1.1__tar.gz → 0.2.2__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.
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/CITATION.cff +18 -12
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/PKG-INFO +1 -1
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/pyproject.toml +1 -1
- pystormtracker-0.2.1.1/.zenodo.json +0 -34
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/.gitattributes +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/.github/workflows/python-publish.yml +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/.gitignore +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/.pre-commit-config.yaml +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/LICENSE +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/README.md +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/notebooks/detect_center_latlon.ipynb +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/notebooks/detect_center_latlon_img_0.png +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/notebooks/detect_center_latlon_img_1.png +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/notebooks/plot_tracks.ipynb +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/notebooks/plot_tracks_img_0.png +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/scripts/run_cesm.sh +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/scripts/run_cesm_yellowstone.sh +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/scripts/run_erai_msl.sh +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/scripts/run_erai_vo.sh +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/scripts/run_ncep.sh +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/__init__.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/models/__init__.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/models/center.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/models/grid.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/models/tracks.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/simple/__init__.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/simple/detector.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/simple/linker.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/src/pystormtracker/stormtracker.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/__init__.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/test_center.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/test_integration.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/test_simple_detector.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/test_simple_linker.py +0 -0
- {pystormtracker-0.2.1.1 → pystormtracker-0.2.2}/tests/test_tracks.py +0 -0
|
@@ -1,22 +1,26 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
|
+
title: PyStormTracker
|
|
2
3
|
message: "If you use this software, please cite it as below."
|
|
4
|
+
type: software
|
|
3
5
|
authors:
|
|
4
6
|
- family-names: Yau
|
|
5
7
|
given-names: Albert M. W.
|
|
6
8
|
email: albert@mwyau.com
|
|
7
|
-
orcid:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
url:
|
|
13
|
-
|
|
14
|
-
license: BSD-3-Clause
|
|
9
|
+
orcid: 'https://orcid.org/0009-0000-7825-9627'
|
|
10
|
+
identifiers:
|
|
11
|
+
- type: doi
|
|
12
|
+
value: 10.5281/zenodo.18764813
|
|
13
|
+
repository-code: 'https://github.com/mwyau/PyStormTracker'
|
|
14
|
+
url: 'https://github.com/mwyau/PyStormTracker'
|
|
15
|
+
abstract: A Parallel Object-Oriented Cyclone Tracker in Python
|
|
15
16
|
keywords:
|
|
16
17
|
- cyclone tracking
|
|
17
18
|
- climate variability
|
|
18
19
|
- dask
|
|
19
20
|
- mpi
|
|
21
|
+
license: BSD-3-Clause
|
|
22
|
+
version: 0.2.2
|
|
23
|
+
date-released: '2026-03-04'
|
|
20
24
|
preferred-citation:
|
|
21
25
|
type: article
|
|
22
26
|
authors:
|
|
@@ -24,8 +28,10 @@ preferred-citation:
|
|
|
24
28
|
given-names: Albert M. W.
|
|
25
29
|
- family-names: Chang
|
|
26
30
|
given-names: Edmund K. M.
|
|
27
|
-
title:
|
|
28
|
-
|
|
31
|
+
title: >-
|
|
32
|
+
Finding Storm Track Activity Metrics That Are Highly Correlated with Weather
|
|
33
|
+
Impacts. Part I: Frameworks for Evaluation and Accumulated Track Activity
|
|
34
|
+
journal: Journal of Climate
|
|
29
35
|
volume: 33
|
|
30
36
|
issue: 23
|
|
31
37
|
start: 10169
|
|
@@ -41,7 +47,7 @@ references:
|
|
|
41
47
|
given-names: Kevin
|
|
42
48
|
- family-names: Dennis
|
|
43
49
|
given-names: John
|
|
44
|
-
title:
|
|
45
|
-
collection-title:
|
|
50
|
+
title: 'PyStormTracker: A Parallel Object-Oriented Cyclone Tracker in Python'
|
|
51
|
+
collection-title: 96th American Meteorological Society Annual Meeting
|
|
46
52
|
year: 2016
|
|
47
53
|
doi: 10.5281/zenodo.18868625
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyStormTracker
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A Parallel Object-Oriented Cyclone Tracker in Python
|
|
5
5
|
Project-URL: Homepage, https://github.com/mwyau/PyStormTracker
|
|
6
6
|
Project-URL: Repository, https://github.com/mwyau/PyStormTracker.git
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "PyStormTracker",
|
|
3
|
-
"creators": [
|
|
4
|
-
{
|
|
5
|
-
"name": "Yau, Albert M. W.",
|
|
6
|
-
"orcid": "00009-0000-7825-9627"
|
|
7
|
-
}
|
|
8
|
-
],
|
|
9
|
-
"keywords": [
|
|
10
|
-
"cyclone tracking",
|
|
11
|
-
"climate variability",
|
|
12
|
-
"dask",
|
|
13
|
-
"mpi"
|
|
14
|
-
],
|
|
15
|
-
"license": "BSD-3-Clause",
|
|
16
|
-
"upload_type": "software",
|
|
17
|
-
"version": "0.2.1.1",
|
|
18
|
-
"language": "python",
|
|
19
|
-
"related_identifiers": [
|
|
20
|
-
{
|
|
21
|
-
"identifier": "10.1175/JCLI-D-20-0393.1",
|
|
22
|
-
"relation": "isSupplementTo",
|
|
23
|
-
"scheme": "doi"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"identifier": "10.5281/zenodo.18868625",
|
|
27
|
-
"relation": "isDerivedFrom",
|
|
28
|
-
"scheme": "doi"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"communities": [
|
|
32
|
-
{"identifier": "PyStormTracker"}
|
|
33
|
-
]
|
|
34
|
-
}
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|