|
1 | 1 | {
|
2 | 2 | "title": "tobac - Tracking and Object-based Analysis of Clouds",
|
3 |
| - "description": "tobac is a Python package to identify, track and analyze clouds in different types of gridded datasets, such as 3D model output from cloud-resolving model simulations or 2D data from satellite retrievals.", |
| 3 | + "description": "tobac is a Python package to identify, track and analyze clouds and other atmospheric phenomena in different types of gridded datasets, such as 3D model output from cloud-resolving model simulations or 2D data from satellite retrievals.", |
4 | 4 | "creators": [
|
5 | 5 | {
|
6 | 6 | "name": "tobac Community"
|
7 | 7 | },
|
8 | 8 | {
|
9 |
| - "name": "Heikenfeld, Max", |
10 |
| - "affiliation": "University of Oxford", |
11 |
| - "orcid": "0000-0001-8124-8048" |
12 |
| - }, |
13 |
| - { |
14 |
| - "name": "Marinescu, Peter J.", |
15 |
| - "affiliation": "Colorado State University", |
16 |
| - "orcid": "0000-0002-5842-969X" |
| 9 | + "name": "Brunner, Kelcy", |
| 10 | + "affiliation": "Texas Tech University", |
| 11 | + "orcid": "0000-0003-3938-0963" |
17 | 12 | },
|
18 | 13 | {
|
19 | 14 | "name": "Freeman, Sean W.",
|
20 |
| - "affiliation": "Colorado State University", |
| 15 | + "affiliation": "The University of Alabama in Huntsville", |
21 | 16 | "orcid": "0000-0002-7398-1597"
|
22 | 17 | },
|
23 |
| - { |
24 |
| - "name": "Kukulies, Julia", |
25 |
| - "affiliation": "University of Gothenburg (Sweden)", |
26 |
| - "orcid": "0000-0001-6084-0069" |
27 |
| - }, |
28 | 18 | {
|
29 | 19 | "name": "Jones, William K.",
|
30 | 20 | "affiliation": "University of Oxford",
|
31 | 21 | "orcid": "0000-0001-9786-3723"
|
32 | 22 | },
|
| 23 | + |
| 24 | + { |
| 25 | + "name": "Kukulies, Julia", |
| 26 | + "affiliation": "University of Gothenburg (Sweden)", |
| 27 | + "orcid": "0000-0001-6084-0069" |
| 28 | + }, |
33 | 29 | {
|
34 | 30 | "name": "Senf, Fabian",
|
35 | 31 | "affiliation": "Leibniz Institute for Tropospheric Research, Leipzig (Germany)",
|
|
41 | 37 | "orcid": "0000-0003-1959-442X"
|
42 | 38 | },
|
43 | 39 | {
|
44 |
| - "name": "Brunner, Kelcy", |
45 |
| - "affiliation": "Texas Tech University", |
46 |
| - "orcid": "0000-0003-3938-0963" |
| 40 | + "name": "Stier, Philip", |
| 41 | + "affiliation": "University of Oxford", |
| 42 | + "orcid": "0000-0002-1191-0128" |
| 43 | + }, |
| 44 | + { |
| 45 | + "name": "van den Heever, Sue C.", |
| 46 | + "affiliation": "Colorado State University", |
| 47 | + "orcid": "0000-0001-9843-3864" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "Heikenfeld, Max", |
| 51 | + "affiliation": "University of Oxford", |
| 52 | + "orcid": "0000-0001-8124-8048" |
| 53 | + }, |
| 54 | + { |
| 55 | + "name": "Marinescu, Peter J.", |
| 56 | + "affiliation": "Colorado State University", |
| 57 | + "orcid": "0000-0002-5842-969X" |
47 | 58 | },
|
48 | 59 | {
|
49 | 60 | "name": "Collis, Scott M.",
|
50 | 61 | "affiliation": "Argonne National Laboratory",
|
51 | 62 | "orcid": "0000-0002-2303-687X"
|
52 | 63 | },
|
53 | 64 | {
|
54 |
| - "name": "Pfeifer, Nils", |
| 65 | + "name": "Lettl, Kolya", |
55 | 66 | "affiliation": "Leibniz Institute for Tropospheric Research, Leipzig (Germany)",
|
56 |
| - "orcid": "0000-0002-5350-1445" |
| 67 | + "orcid": "0000-0002-4524-8152" |
57 | 68 | },
|
| 69 | + |
58 | 70 | {
|
59 |
| - "name": "Lettl, Kolya", |
| 71 | + "name": "Pfeifer, Nils", |
60 | 72 | "affiliation": "Leibniz Institute for Tropospheric Research, Leipzig (Germany)",
|
61 |
| - "orcid": "0000-0002-4524-8152" |
| 73 | + "orcid": "0000-0002-5350-1445" |
62 | 74 | },
|
63 | 75 | {
|
64 | 76 | "name": "Raut, Bhupendra A.",
|
65 | 77 | "affiliation": "Northwestern-Argonne Institute of Science and Engineering, Argonne National Laboratory",
|
66 | 78 | "orcid": "0000-0001-5598-1393"
|
67 | 79 | },
|
68 |
| - { |
69 |
| - "name": "Stier, Philip", |
70 |
| - "affiliation": "University of Oxford", |
71 |
| - "orcid": "0000-0002-1191-0128" |
72 |
| - }, |
73 |
| - { |
74 |
| - "name": "van den Heever, Sue C.", |
75 |
| - "affiliation": "Colorado State University", |
76 |
| - "orcid": "0000-0001-9843-3864" |
77 |
| - }, |
78 | 80 | {
|
79 | 81 | "name": "Zhang, Xin",
|
80 | 82 | "affiliation": "Nanjing University of Information Science & Technology (China)",
|
|
0 commit comments