Skip to content

Commit 4217d8f

Browse files
authored
Merge pull request #103 from xcube-dev/pont-101-update-cds-url
Update CDS URLs in readme and docstrings
2 parents 5a8e6b7 + a4f2d2e commit 4217d8f

File tree

13 files changed

+28
-27
lines changed

13 files changed

+28
-27
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
Copyright (c) 2020–2025 Brockmann Consult GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An [xcube plugin](https://xcube.readthedocs.io/en/latest/plugins.html)
66
which can generate data cubes from the
7-
[Copernicus Climate Data Store (CDS) API](https://cds-beta.climate.copernicus.eu/how-to-api).
7+
[Copernicus Climate Data Store (CDS) API](https://cds.climate.copernicus.eu/how-to-api).
88

99
## Description
1010

@@ -14,12 +14,12 @@ CDS.
1414

1515
Currently supported datasets:
1616

17-
- [ERA5 hourly data on single levels from 1940 to present](https://cds-beta.climate.copernicus.eu/datasets/reanalysis-era5-single-levels?tab=overview)
18-
- [ERA5-Land hourly data from 1950 to present](https://cds-beta.climate.copernicus.eu/datasets/reanalysis-era5-land?tab=overview)
19-
- [ERA5 monthly averaged data on single levels from 1940 to present](https://cds-beta.climate.copernicus.eu/datasets/reanalysis-era5-single-levels-monthly-means?tab=overview)
20-
- [ERA5-Land monthly averaged data from 1950 to present](https://cds-beta.climate.copernicus.eu/datasets/reanalysis-era5-land-monthly-means?tab=overview)
21-
- [Soil moisture gridded data from 1978 to present](https://cds-beta.climate.copernicus.eu/datasets/satellite-soil-moisture?tab=overview)
22-
- [Sea ice thickness gridded data from 2002 to present](https://cds-beta.climate.copernicus.eu/datasets/satellite-sea-ice-thickness?tab=overview)
17+
- [ERA5 hourly data on single levels from 1940 to present](https://cds.climate.copernicus.eu/datasets/reanalysis-era5-single-levels?tab=overview)
18+
- [ERA5-Land hourly data from 1950 to present](https://cds.climate.copernicus.eu/datasets/reanalysis-era5-land?tab=overview)
19+
- [ERA5 monthly averaged data on single levels from 1940 to present](https://cds.climate.copernicus.eu/datasets/reanalysis-era5-single-levels-monthly-means?tab=overview)
20+
- [ERA5-Land monthly averaged data from 1950 to present](https://cds.climate.copernicus.eu/datasets/reanalysis-era5-land-monthly-means?tab=overview)
21+
- [Soil moisture gridded data from 1978 to present](https://cds.climate.copernicus.eu/datasets/satellite-soil-moisture?tab=overview)
22+
- [Sea ice thickness gridded data from 2002 to present](https://cds.climate.copernicus.eu/datasets/satellite-sea-ice-thickness?tab=overview)
2323

2424
## Setup
2525

@@ -37,8 +37,9 @@ You can obtain a CDS Personal Access Token as follows:
3737
1. Create a user account on the
3838
[CDS Website](https://cds.climate.copernicus.eu/).
3939
2. Log in to the website with your username and password.
40-
3. Navigate to your [user page](https://cds.climate.copernicus.eu/profile),
41-
where you can find your Personal Access Token.
40+
3. Navigate to the [CDSAPI setup
41+
page](https://cds.climate.copernicus.eu/profile), where you can find your
42+
Personal Access Token.
4243

4344
#### Configure CDS API access
4445

@@ -47,7 +48,7 @@ You can do this by creating a file named `.cdsapirc` in your home directory,
4748
with the following format:
4849

4950
```
50-
url: https://cds-beta.climate.copernicus.eu/api
51+
url: https://cds.climate.copernicus.eu/api
5152
key: <PERSONAL-ACCESS-TOKEN>
5253
```
5354

test/test_era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

test/test_soil_moisture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

test/test_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/reanalysis_era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/satellite_sea_ice_thickness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/satellite_soil_moisture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020–2024 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2025 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)