File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ## Changes in 0.9.4 (in development)
1+ ## Changes in 1.0.0
22
33 - Move project configuration from ` setup.py ` to ` pyproject.toml ` . (#89 )
44 - Remove ` defaults ` channel from environment configuration. (#86 )
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ of use for any datasets you want to acccess.
3535You can obtain a CDS Personal Access Token as follows:
3636
37371 . Create a user account on the
38- [ CDS Website] ( https://cds-beta .climate.copernicus.eu/ ) .
38+ [ CDS Website] ( https://cds.climate.copernicus.eu/ ) .
39392 . Log in to the website with your username and password.
40- 3 . Navigate to your [ user page] ( https://cds-beta .climate.copernicus.eu/profile ) ,
40+ 3 . Navigate to your [ user page] ( https://cds.climate.copernicus.eu/profile ) ,
4141 where you can find your Personal Access Token.
4242
4343#### Configure CDS API access
@@ -59,7 +59,7 @@ The datasets available through CDS have associated terms of use. Before
5959accessing a dataset via the API, you must agree to its terms of use, which
6060can only be done via the CDS website, as follows:
6161
62- 1 . [ Log in] ( https://cds-beta .climate.copernicus.eu ) to the CDS website,
62+ 1 . [ Log in] ( https://cds.climate.copernicus.eu ) to the CDS website,
6363 and go to 'Datasets' to find the dataset you require.
64642 . On the dataset's web page, select the ‘Download’ tab.
65653 . Scroll to the bottom of the page, and you will see a section titled
Original file line number Diff line number Diff line change 2020# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121# SOFTWARE.
2222
23- version = "0.9.4.dev0 "
23+ version = "1.0.0 "
You can’t perform that action at this time.
0 commit comments