PyStormTracker 0.2.1__tar.gz → 0.2.1.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 → pystormtracker-0.2.1.2}/CITATION.cff +3 -2
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/PKG-INFO +1 -1
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/pyproject.toml +1 -1
- pystormtracker-0.2.1/.zenodo.json +0 -34
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/.gitattributes +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/.github/workflows/python-publish.yml +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/.gitignore +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/.pre-commit-config.yaml +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/LICENSE +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/README.md +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/notebooks/detect_center_latlon.ipynb +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/notebooks/detect_center_latlon_img_0.png +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/notebooks/detect_center_latlon_img_1.png +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/notebooks/plot_tracks.ipynb +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/notebooks/plot_tracks_img_0.png +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/scripts/run_cesm.sh +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/scripts/run_cesm_yellowstone.sh +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/scripts/run_erai_msl.sh +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/scripts/run_erai_vo.sh +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/scripts/run_ncep.sh +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/__init__.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/models/__init__.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/models/center.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/models/grid.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/models/tracks.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/simple/__init__.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/simple/detector.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/simple/linker.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/src/pystormtracker/stormtracker.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/__init__.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/test_center.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/test_integration.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/test_simple_detector.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/test_simple_linker.py +0 -0
- {pystormtracker-0.2.1 → pystormtracker-0.2.1.2}/tests/test_tracks.py +0 -0
|
@@ -4,8 +4,9 @@ authors:
|
|
|
4
4
|
- family-names: Yau
|
|
5
5
|
given-names: Albert M. W.
|
|
6
6
|
email: albert@mwyau.com
|
|
7
|
+
orcid: "00009-0000-7825-9627"
|
|
7
8
|
title: "PyStormTracker"
|
|
8
|
-
version: 0.2.1
|
|
9
|
+
version: 0.2.1.2
|
|
9
10
|
doi: 10.5281/zenodo.18764813
|
|
10
11
|
date-released: 2026-03-04
|
|
11
12
|
url: "https://github.com/mwyau/PyStormTracker"
|
|
@@ -32,7 +33,7 @@ preferred-citation:
|
|
|
32
33
|
year: 2020
|
|
33
34
|
doi: 10.1175/JCLI-D-20-0393.1
|
|
34
35
|
references:
|
|
35
|
-
- type:
|
|
36
|
+
- type: conference
|
|
36
37
|
authors:
|
|
37
38
|
- family-names: Yau
|
|
38
39
|
given-names: Albert M. W.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyStormTracker
|
|
3
|
-
Version: 0.2.1
|
|
3
|
+
Version: 0.2.1.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
|
-
"description": "A Parallel Object-Oriented Cyclone Tracker in Python",
|
|
4
|
-
"creators": [
|
|
5
|
-
{
|
|
6
|
-
"name": "Yau, Albert M. W.",
|
|
7
|
-
"orcid": "00009-0000-7825-9627"
|
|
8
|
-
}
|
|
9
|
-
],
|
|
10
|
-
"keywords": [
|
|
11
|
-
"cyclone tracking",
|
|
12
|
-
"climate variability",
|
|
13
|
-
"dask",
|
|
14
|
-
"mpi"
|
|
15
|
-
],
|
|
16
|
-
"license": "BSD-3-Clause",
|
|
17
|
-
"upload_type": "software",
|
|
18
|
-
"version": "0.2.1",
|
|
19
|
-
"language": "python",
|
|
20
|
-
"code_repository": "https://github.com/mwyau/PyStormTracker",
|
|
21
|
-
"development_status": "active",
|
|
22
|
-
"related_identifiers": [
|
|
23
|
-
{
|
|
24
|
-
"identifier": "10.1175/JCLI-D-20-0393.1",
|
|
25
|
-
"relation": "isSupplementTo",
|
|
26
|
-
"scheme": "doi"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"identifier": "10.5281/zenodo.18868625",
|
|
30
|
-
"relation": "isDerivedFrom",
|
|
31
|
-
"scheme": "doi"
|
|
32
|
-
}
|
|
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
|