You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pin an upper version for python
* Update content and fix broken links
* Bump up version to 1.6.0
* Test python 3.8, too
* Final minor changes to text and links
* Fix link
* Improve text
@@ -93,71 +93,57 @@ The aim of pysteps is to serve two different needs. The first is to provide a mo
93
93
The pysteps library supports standard input/output file formats and implements several optical flow methods as well as advanced stochastic generators to produce ensemble nowcasts. In addition, it includes tools for visualizing and post-processing the nowcasts and methods for deterministic, probabilistic, and neighbourhood forecast verification.
94
94
95
95
96
-
Run your first nowcast
97
-
----------------------
96
+
Quick start
97
+
-----------
98
98
99
-
Use pysteps to compute and plot an extrapolation nowcast in Google Colab with `this interactive notebook`__.
You can get in touch with the pysteps community on our `pysteps slack`__. To get access to it, you need to ask for an invitation or you can use the automatic invitation page `here`__. This invite page can sometimes take a while to load so please be patient.
107
-
108
-
__https://pysteps.slack.com/
109
-
__https://pysteps-slackin.herokuapp.com/
99
+
Use pysteps to compute and plot a radar extrapolation nowcast in Google Colab with `this interactive notebook <https://colab.research.google.com/github/pySTEPS/pysteps/blob/master/examples/my_first_nowcast.ipynb>`_.
110
100
111
101
Installation
112
102
============
113
103
114
-
To install pysteps please have a look at the `pysteps user guide`__.
104
+
The recommended way to install pysteps is with `conda <https://docs.conda.io/>`_ from the conda-forge channel::
Have a look at the `gallery of examples <https://pysteps.readthedocs.io/en/stable/auto_examples/index.html>`__ to get a good overview of what pysteps can do.
124
114
125
-
For a more detailed description of the implemented functions, check the `pysteps reference page`__.
For a more detailed description of all the available methods, check the `API reference <https://pysteps.readthedocs.io/en/stable/pysteps_reference/index.html>`_ page.
128
116
129
117
Example data
130
118
============
131
119
132
-
A set of example radar data is available in a separate repository: `pysteps-data`__. More information on how to download and install them are available here__.
A set of example radar data is available in a separate repository: `pysteps-data <https://github.com/pySTEPS/pysteps-data>`_.
121
+
More information on how to download and install them is available `here <https://pysteps.readthedocs.io/en/stable/user_guide/example_data.html>`_.
136
122
137
123
Contributions
138
124
=============
139
125
140
-
We welcome contributions, feedback, suggestions for developments and bug reports.
126
+
*We welcome contributions!*
141
127
142
-
Feedback, suggestions for developments and bug reports can use the dedicated `Issues page`__.
128
+
For feedback, suggestions for developments, and bug reports please use the dedicated `issues page<https://github.com/pySTEPS/pysteps/issues>`_.
143
129
144
-
__https://github.com/pySTEPS/pysteps/issues
130
+
For more information, please read our `contributors guidelines <https://pysteps.readthedocs.io/en/stable/developer_guide/contributors_guidelines.html>`_.
145
131
146
-
More information dedicated to developers is available in the `developer guide`__.
Pulkkinen, S., D. Nerini, A. Perez Hortal, C. Velasco-Forero, U. Germann, A. Seed, and
161
-
L. Foresti, 2019: pysteps - a Community-Driven Open-Source Library for Precipitation Nowcasting. *Poster presented at the 3rd European Nowcasting Conference, Madrid, ES*, doi: 10.13140/RG.2.2.31368.67840. [source__]
0 commit comments