cdasws 1.8.8__py3-none-any.whl → 1.8.9__py3-none-any.whl
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.
- cdasws/__init__.py +1 -1
- {cdasws-1.8.8.dist-info → cdasws-1.8.9.dist-info}/METADATA +3 -2
- {cdasws-1.8.8.dist-info → cdasws-1.8.9.dist-info}/RECORD +6 -6
- {cdasws-1.8.8.dist-info → cdasws-1.8.9.dist-info}/LICENSE +0 -0
- {cdasws-1.8.8.dist-info → cdasws-1.8.9.dist-info}/WHEEL +0 -0
- {cdasws-1.8.8.dist-info → cdasws-1.8.9.dist-info}/top_level.txt +0 -0
cdasws/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.9
|
|
4
4
|
Summary: NASA's Coordinated Data Analysis System Web Service Client Library
|
|
5
5
|
Home-page: https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
6
6
|
Author: Bernie Harris
|
|
@@ -36,7 +36,8 @@ and services of
|
|
|
36
36
|
NASA's [Coordinated Data Analysis System](https://cdaweb.gsfc.nasa.gov/)
|
|
37
37
|
(CDAS). This library implements the client side of the
|
|
38
38
|
[CDAS RESTful web services](https://cdaweb.gsfc.nasa.gov/WebServices/REST/)
|
|
39
|
-
and can return data
|
|
39
|
+
and can return data from any of
|
|
40
|
+
[these datasets](https://cdaweb.gsfc.nasa.gov/misc/Notes.html) in a
|
|
40
41
|
[SpacePy datamodel](https://spacepy.github.io/datamodel.html),
|
|
41
42
|
[xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html), or
|
|
42
43
|
[pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cdasws/__init__.py,sha256=
|
|
1
|
+
cdasws/__init__.py,sha256=zugl_smMeupjG7Kvb9GrUsg2lyv4HkT4a8_PAE3DQOk,91733
|
|
2
2
|
cdasws/__main__.py,sha256=9-S-Zh4sRMtcJRg-YELX_HjN8Q74cZiekZ1MLF51bls,12553
|
|
3
3
|
cdasws/cdasws.py,sha256=755mLWlMFXknNP3f8g_W9An6niAmksqcb1NdgiAybj0,29552
|
|
4
4
|
cdasws/datarepresentation.py,sha256=kKgAKCA4uzGoBQ8r8jbXstBg8SCg_EQtsoGhO8kIpco,2164
|
|
@@ -6,8 +6,8 @@ cdasws/datarequest.py,sha256=fQVroT8RXYhJLG7_y-HO3ABnJUQJjWGFPeLNrtwbWtk,29080
|
|
|
6
6
|
cdasws/timeinterval.py,sha256=ajWPkjBnUppFRXMLQiF5L1L3RYYjRqbUGThXIi9YKg8,7815
|
|
7
7
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
tests/test_cdasws.py,sha256=DsKesU19_9zUIO1a7oyWWtywBGN7gjdQHFLMGUZ4X8c,24395
|
|
9
|
-
cdasws-1.8.
|
|
10
|
-
cdasws-1.8.
|
|
11
|
-
cdasws-1.8.
|
|
12
|
-
cdasws-1.8.
|
|
13
|
-
cdasws-1.8.
|
|
9
|
+
cdasws-1.8.9.dist-info/LICENSE,sha256=og42scUY42lPLGBg0wHt6JtrbeInVEr5xojyrguPqrQ,12583
|
|
10
|
+
cdasws-1.8.9.dist-info/METADATA,sha256=_vRqNZDerIUktDt3UhorZdwfdmbdBpIa7XVnPjCtUSo,6287
|
|
11
|
+
cdasws-1.8.9.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12
|
+
cdasws-1.8.9.dist-info/top_level.txt,sha256=GyIvHk5F6ysnTdDfnQsjZbTBt_EYrKyC0oeiIt9l-AE,7
|
|
13
|
+
cdasws-1.8.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|