|
23 | 23 | "[](http://sciqlop.lpp.polytechnique.fr/cache)\n",
|
24 | 24 | "\n",
|
25 | 25 | "Speasy is a free and open-source Python package that makes it easy to find and load space physics data from a variety of\n",
|
26 |
| - "online data sources, such as [CDAWEB](https://cdaweb.gsfc.nasa.gov/index.html/) and [AMDA](http://amda.irap.omp.eu/). This can be difficult, especially for students and newcomers, who may not\n", |
27 |
| - "be familiar with all of the different data sources or how to access them. Speasy solves this problem by providing a single,\n", |
28 |
| - "easy-to-use interface to over 70 space missions and 65,000 products, including data from the Magnetospheric Multiscale Mission (MMS),\n", |
29 |
| - "the Advanced Composition Explorer (ACE), and the Van Allen Probes.\n", |
| 26 | + "data sources, whether it is online and public such as [CDAWEB](https://cdaweb.gsfc.nasa.gov/index.html/) and [AMDA](http://amda.irap.omp.eu/),\n", |
| 27 | + "or any described archive, local or remote.\n", |
| 28 | + "This task, where any science project starts, would seem easy a priori but, considering the very\n", |
| 29 | + "diverse array of missions and instrument nowaday available, proves to be one of the major bottleneck,\n", |
| 30 | + "especially for students and newcomers.\n", |
| 31 | + "Speasy solves this problem by providing a **single, easy-to-use interface to over 70 space missions and 65,000 products**.\n", |
30 | 32 | "\n",
|
31 | 33 | "## Main features\n",
|
32 | 34 | "\n",
|
33 |
| - "- Simple and intuitive API (spz.get_data to get them all)\n", |
34 |
| - "- Pandas DataFrame like interface for variables\n", |
35 |
| - "- Quick functions to convert a variable to a Pandas DataFrame\n", |
36 |
| - "- Local cache to avoid repeating twice the same request\n", |
37 |
| - "- Takes advantage of SciQLop dedicated proxy as a community backed ultra fast cache\n", |
| 35 | + "- Simple and intuitive API (`spz.get_data(...)` to get them all)\n", |
| 36 | + "- Speasy variables are like Pandas DataFrame with seemless conversion to/from it.\n", |
| 37 | + "- Local cache to avoid redundant downloads\n", |
| 38 | + "- Uses the SciQLOP ultra fast community cache server\n", |
38 | 39 | "- Full support of [AMDA](http://amda.irap.omp.eu/) API\n",
|
39 | 40 | "- Can retrieve time-series from [AMDA](http://amda.irap.omp.eu/),\n",
|
40 | 41 | " [CDAWeb](https://cdaweb.gsfc.nasa.gov/),\n",
|
41 | 42 | " [CSA](https://csa.esac.esa.int/csa-web/),\n",
|
42 | 43 | " [SSCWeb](https://sscweb.gsfc.nasa.gov/)\n",
|
43 |
| - "- Archive module for accessing data from a local or remote archive without any webservice, using a simple YAML file to describe the archive file tree\n", |
44 |
| - "\n", |
| 44 | + "- Support data access from any local or remote archives described by YAML file.\n", |
| 45 | + " \n", |
45 | 46 | "## Help us improve Speasy!\n",
|
46 | 47 | "\n",
|
47 | 48 | "We want Speasy to be the best possible tool for space physics research. You can help us by:\n",
|
|
242 | 243 | "\n",
|
243 | 244 | "### Caveats\n",
|
244 | 245 | "\n",
|
245 |
| - "- Speasy is not a plotting package, while it provides basic plot\n", |
246 |
| - " features, it is not meant to produce publication ready figures.\n", |
247 |
| - "\n", |
| 246 | + "- Speasy is not a plotting package.\n", |
| 247 | + " basic plotting capabilities are here for illustration purposes and making quick-and-dirty plots.\n", |
| 248 | + " It is not meant to produce publication ready figures, prefer using Matplotlib directly for example.\n", |
| 249 | + " \n", |
248 | 250 | "### Credits\n",
|
249 | 251 | "\n",
|
250 | 252 | "The development of Speasy is supported by the [CDPP](http://www.cdpp.eu/).\n",
|
|
0 commit comments