cdasws 1.8.7__py3-none-any.whl → 1.8.8__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.7.dist-info → cdasws-1.8.8.dist-info}/METADATA +11 -10
- {cdasws-1.8.7.dist-info → cdasws-1.8.8.dist-info}/RECORD +6 -6
- {cdasws-1.8.7.dist-info → cdasws-1.8.8.dist-info}/LICENSE +0 -0
- {cdasws-1.8.7.dist-info → cdasws-1.8.8.dist-info}/WHEEL +0 -0
- {cdasws-1.8.7.dist-info → cdasws-1.8.8.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.8
|
|
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,11 +36,12 @@ 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 in
|
|
40
|
-
[SpacePy
|
|
41
|
-
[xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html)
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
and can return data in a
|
|
40
|
+
[SpacePy datamodel](https://spacepy.github.io/datamodel.html),
|
|
41
|
+
[xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html), or
|
|
42
|
+
[pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
|
|
43
|
+
with all source and
|
|
44
|
+
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
44
45
|
Frequently asked questions concerning this library are at
|
|
45
46
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
46
47
|
For more general details about the CDAS web services, see
|
|
@@ -57,9 +58,9 @@ To run the included example, do the following
|
|
|
57
58
|
Also, the following [Jupyter notebooks](https://jupyter.org/) demonstrate
|
|
58
59
|
different features of the library:
|
|
59
60
|
|
|
60
|
-
1. [
|
|
61
|
-
2. [
|
|
62
|
-
3. [Magnetic Field Line Conjunction Example](https://sscweb.gsfc.nasa.gov/WebServices/REST/jupyter/SscWsConjunctionExample.html) ([ipynb file](https://sscweb.gsfc.nasa.gov/WebServices/REST/jupyter/SscWsConjunctionExample.ipynb)) with related data retrieval/plotting using [cdasws](https://pypi.org/project/cdasws/). [Launch on Binder](https://
|
|
61
|
+
1. [Data Retrieval](https://cdaweb.gsfc.nasa.gov/WebServices/REST/jupyter/CdasWsDataRetrieval.html) ([ipynb file](https://cdaweb.gsfc.nasa.gov/WebServices/REST/jupyter/CdasWsDataRetrieval.ipynb)) demonstrating use of library with results returned in [SpacePy data model](https://spacepy.github.io/datamodel.html), [xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html), and [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html). [Launch on Binder](https://binder.opensci.2i2c.cloud/v2/gh/berniegsfc/cdasws-notebooks/main?labpath=CdasWsDataRetrieval.ipynb).
|
|
62
|
+
2. [CDAWeb Binning Example](https://cdaweb.gsfc.nasa.gov/WebServices/REST/jupyter/CdasWsBinningExample.html) ([ipynb file](https://cdaweb.gsfc.nasa.gov/WebServices/REST/jupyter/CdasWsBinningExample.ipynb)) demonstrating use [CDAWeb binning](https://cdaweb.gsfc.nasa.gov/CDAWeb_Binning_readme.html). [Launch on Binder](https://binder.opensci.2i2c.cloud/v2/gh/berniegsfc/cdasws-notebooks/main?labpath=CdasWsBinningExample.ipynb).
|
|
63
|
+
3. [Magnetic Field Line Conjunction Example](https://sscweb.gsfc.nasa.gov/WebServices/REST/jupyter/SscWsConjunctionExample.html) ([ipynb file](https://sscweb.gsfc.nasa.gov/WebServices/REST/jupyter/SscWsConjunctionExample.ipynb)) with related data retrieval/plotting using [cdasws](https://pypi.org/project/cdasws/). [Launch on Binder](https://binder.opensci.2i2c.cloud/v2/gh/berniegsfc/sscws-notebooks/main?labpath=SscWsConjunctionExample.ipynb).
|
|
63
64
|
---
|
|
64
65
|
|
|
65
66
|
And at the bottom of each
|
|
@@ -83,7 +84,7 @@ dependencies are required:
|
|
|
83
84
|
1. To have get_data return the data in the SpacePy data model.
|
|
84
85
|
* [SpacePy](https://spacepy.github.io/). Refer to the SpacePy
|
|
85
86
|
documentation for the details of SpacePy's dependencies.
|
|
86
|
-
2. To have get_data return the data in an xarray
|
|
87
|
+
2. To have get_data return the data in an [xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) or [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html).
|
|
87
88
|
* [cdflib](https://pypi.org/project/cdflib/).
|
|
88
89
|
* [xarray](https://pypi.org/project/xarray/).
|
|
89
90
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cdasws/__init__.py,sha256=
|
|
1
|
+
cdasws/__init__.py,sha256=hO4bmIccX4j4TTLRAkSFZMozOvOYNzfBb2KS5ZtGRu0,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.8.dist-info/LICENSE,sha256=og42scUY42lPLGBg0wHt6JtrbeInVEr5xojyrguPqrQ,12583
|
|
10
|
+
cdasws-1.8.8.dist-info/METADATA,sha256=8MJn1Mx7wm-7HHT6EWjzbY8n1J32rPdelpJzPQYe1uw,6211
|
|
11
|
+
cdasws-1.8.8.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12
|
+
cdasws-1.8.8.dist-info/top_level.txt,sha256=GyIvHk5F6ysnTdDfnQsjZbTBt_EYrKyC0oeiIt9l-AE,7
|
|
13
|
+
cdasws-1.8.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|