cdasws 1.8.13__tar.gz → 1.8.14__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.
- {cdasws-1.8.13 → cdasws-1.8.14}/PKG-INFO +5 -4
- {cdasws-1.8.13 → cdasws-1.8.14}/README.md +3 -2
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/__init__.py +1 -1
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws.egg-info/PKG-INFO +5 -4
- {cdasws-1.8.13 → cdasws-1.8.14}/setup.py +2 -2
- {cdasws-1.8.13 → cdasws-1.8.14}/LICENSE +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/__main__.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/cdasws.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/datarepresentation.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/datarequest.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/doi.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws/timeinterval.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws.egg-info/SOURCES.txt +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws.egg-info/dependency_links.txt +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws.egg-info/requires.txt +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/cdasws.egg-info/top_level.txt +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/setup.cfg +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/tests/test_cdasws.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/tests/test_datarequest.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/tests/test_doi.py +0 -0
- {cdasws-1.8.13 → cdasws-1.8.14}/tests/test_timeinterval.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.14
|
|
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
|
|
7
7
|
Author-email: NASA-SPDF-Support@nasa.onmicrosoft.com
|
|
8
8
|
License: NOSA
|
|
9
|
-
Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,
|
|
9
|
+
Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,SPDF,CDAweb,HDRL,HelioCloud
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
12
12
|
Classifier: Environment :: Web Environment
|
|
@@ -58,12 +58,13 @@ and can return data from any of
|
|
|
58
58
|
[pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
|
|
59
59
|
with all source and
|
|
60
60
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
61
|
-
Note that this package is included in the
|
|
61
|
+
Note that this package is included in the
|
|
62
|
+
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
62
63
|
base image, so there is no need to install it there.
|
|
63
64
|
Frequently asked questions concerning this library are at
|
|
64
65
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
65
66
|
For more general details about the CDAS web services, see
|
|
66
|
-
https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
67
|
+
[https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
|
|
67
68
|
|
|
68
69
|
## Code Example
|
|
69
70
|
|
|
@@ -13,12 +13,13 @@ and can return data from any of
|
|
|
13
13
|
[pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
|
|
14
14
|
with all source and
|
|
15
15
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
16
|
-
Note that this package is included in the
|
|
16
|
+
Note that this package is included in the
|
|
17
|
+
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
17
18
|
base image, so there is no need to install it there.
|
|
18
19
|
Frequently asked questions concerning this library are at
|
|
19
20
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
20
21
|
For more general details about the CDAS web services, see
|
|
21
|
-
https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
22
|
+
[https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
|
|
22
23
|
|
|
23
24
|
## Code Example
|
|
24
25
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.14
|
|
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
|
|
7
7
|
Author-email: NASA-SPDF-Support@nasa.onmicrosoft.com
|
|
8
8
|
License: NOSA
|
|
9
|
-
Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,
|
|
9
|
+
Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,SPDF,CDAweb,HDRL,HelioCloud
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
12
12
|
Classifier: Environment :: Web Environment
|
|
@@ -58,12 +58,13 @@ and can return data from any of
|
|
|
58
58
|
[pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
|
|
59
59
|
with all source and
|
|
60
60
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
61
|
-
Note that this package is included in the
|
|
61
|
+
Note that this package is included in the
|
|
62
|
+
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
62
63
|
base image, so there is no need to install it there.
|
|
63
64
|
Frequently asked questions concerning this library are at
|
|
64
65
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
65
66
|
For more general details about the CDAS web services, see
|
|
66
|
-
https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
67
|
+
[https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
|
|
67
68
|
|
|
68
69
|
## Code Example
|
|
69
70
|
|
|
@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
|
|
10
10
|
# This call to setup() does all the work
|
|
11
11
|
setup(
|
|
12
12
|
name="cdasws",
|
|
13
|
-
version="1.8.
|
|
13
|
+
version="1.8.14",
|
|
14
14
|
description="NASA's Coordinated Data Analysis System Web Service Client Library",
|
|
15
15
|
long_description=README,
|
|
16
16
|
long_description_content_type="text/markdown",
|
|
@@ -29,7 +29,7 @@ setup(
|
|
|
29
29
|
'xarray': ["cdflib>=0.4.4"],
|
|
30
30
|
'cache': ["requests-cache>=1.2.1"],
|
|
31
31
|
},
|
|
32
|
-
keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "
|
|
32
|
+
keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "SPDF", "CDAweb", "HDRL", "HelioCloud"],
|
|
33
33
|
classifiers=[
|
|
34
34
|
"Development Status :: 5 - Production/Stable",
|
|
35
35
|
"Environment :: Console",
|
|
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
|