Skip to content

Commit 30bb7d5

Browse files
committed
updated JNB and README.md
1 parent 824974f commit 30bb7d5

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ $ pytest
7474
```
7575

7676
in the `xcube-cmems` repository. Note that, in order to successfully run the
77-
tests using the current repository version of `xcube-cmems`, you may also need to
78-
install the repository source version of `xcube` rather than its latest conda-forge
79-
release and have the cmems credentials set as environment variables `CMEMS_USERNAME`
80-
and `CMEMS_PASSWORD`.
77+
tests using the current repository version of `xcube-cmems`, you may also need to have
78+
the cmems credentials set as environment variables
79+
`COPERNICUSMARINE_SERVICE_USERNAME` and `COPERNICUSMARINE_SERVICE_PASSWORD`.
8180

8281
To create a test coverage report, you can use
8382

@@ -95,4 +94,4 @@ in the `examples/notebooks/` subdirectory of the repository.
9594
## Releasing
9695

9796
To release `xcube-cmems`, please follow the steps outlined in the
98-
[xcube Developer Guide](https://github.com/dcs4cop/xcube/blob/master/docs/source/devguide.md#release-process).
97+
[xcube Developer Guide](https://github.com/dcs4cop/xcube/blob/master/docs/source/devguide.md#release-process).

examples/notebooks/cmems_example_JNB.ipynb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"name": "stderr",
2929
"output_type": "stream",
3030
"text": [
31-
"WARNING - 2025-09-16T13:18:58Z - COPERNICUS_MARINE_SERVICE_USERNAME is deprecated. Please use COPERNICUSMARINE_SERVICE_USERNAME instead.\n",
32-
"WARNING - 2025-09-16T13:18:58Z - COPERNICUS_MARINE_SERVICE_PASSWORD is deprecated. Please use COPERNICUSMARINE_SERVICE_PASSWORD instead.\n"
31+
"WARNING - 2025-09-16T13:54:58Z - COPERNICUS_MARINE_SERVICE_USERNAME is deprecated. Please use COPERNICUSMARINE_SERVICE_USERNAME instead.\n",
32+
"WARNING - 2025-09-16T13:54:58Z - COPERNICUS_MARINE_SERVICE_PASSWORD is deprecated. Please use COPERNICUSMARINE_SERVICE_PASSWORD instead.\n"
3333
]
3434
}
3535
],
@@ -1104,7 +1104,7 @@
11041104
}
11051105
],
11061106
"source": [
1107-
"list(cmems_store.get_data_ids())"
1107+
"cmems_store.list_data_ids()"
11081108
]
11091109
},
11101110
{
@@ -1310,7 +1310,7 @@
13101310
"type": "surface",
13111311
"units": "sr^-1",
13121312
"valid_max": 1,
1313-
"valid_min": 1.0E-6
1313+
"valid_min": 1e-06
13141314
},
13151315
"dims": [
13161316
"time",
@@ -1330,7 +1330,7 @@
13301330
"type": "surface",
13311331
"units": "sr^-1",
13321332
"valid_max": 1,
1333-
"valid_min": 1.0E-6
1333+
"valid_min": 1e-06
13341334
},
13351335
"dims": [
13361336
"time",
@@ -1350,7 +1350,7 @@
13501350
"type": "surface",
13511351
"units": "sr^-1",
13521352
"valid_max": 1,
1353-
"valid_min": 1.0E-6
1353+
"valid_min": 1e-06
13541354
},
13551355
"dims": [
13561356
"time",
@@ -1370,7 +1370,7 @@
13701370
"type": "surface",
13711371
"units": "sr^-1",
13721372
"valid_max": 1,
1373-
"valid_min": 1.0E-6
1373+
"valid_min": 1e-06
13741374
},
13751375
"dims": [
13761376
"time",
@@ -1390,7 +1390,7 @@
13901390
"type": "surface",
13911391
"units": "sr^-1",
13921392
"valid_max": 1,
1393-
"valid_min": 1.0E-6
1393+
"valid_min": 1e-06
13941394
},
13951395
"dims": [
13961396
"time",
@@ -1410,7 +1410,7 @@
14101410
"type": "surface",
14111411
"units": "sr^-1",
14121412
"valid_max": 1,
1413-
"valid_min": 1.0E-6
1413+
"valid_min": 1e-06
14141414
},
14151415
"dims": [
14161416
"time",
@@ -1430,7 +1430,7 @@
14301430
"type": "surface",
14311431
"units": "sr^-1",
14321432
"valid_max": 1,
1433-
"valid_min": 1.0E-6
1433+
"valid_min": 1e-06
14341434
},
14351435
"dims": [
14361436
"time",
@@ -1450,7 +1450,7 @@
14501450
"type": "surface",
14511451
"units": "sr^-1",
14521452
"valid_max": 1,
1453-
"valid_min": 1.0E-6
1453+
"valid_min": 1e-06
14541454
},
14551455
"dims": [
14561456
"time",
@@ -1470,7 +1470,7 @@
14701470
"type": "surface",
14711471
"units": "sr^-1",
14721472
"valid_max": 1,
1473-
"valid_min": 1.0E-6
1473+
"valid_min": 1e-06
14741474
},
14751475
"dims": [
14761476
"time",
@@ -1490,7 +1490,7 @@
14901490
"type": "surface",
14911491
"units": "sr^-1",
14921492
"valid_max": 1,
1493-
"valid_min": 1.0E-6
1493+
"valid_min": 1e-06
14941494
},
14951495
"dims": [
14961496
"time",
@@ -1510,7 +1510,7 @@
15101510
"type": "surface",
15111511
"units": "sr^-1",
15121512
"valid_max": 1,
1513-
"valid_min": 1.0E-6
1513+
"valid_min": 1e-06
15141514
},
15151515
"dims": [
15161516
"time",
@@ -1530,7 +1530,7 @@
15301530
"type": "surface",
15311531
"units": "sr^-1",
15321532
"valid_max": 1,
1533-
"valid_min": 1.0E-6
1533+
"valid_min": 1e-06
15341534
},
15351535
"dims": [
15361536
"time",
@@ -1550,7 +1550,7 @@
15501550
"type": "surface",
15511551
"units": "sr^-1",
15521552
"valid_max": 1,
1553-
"valid_min": 1.0E-6
1553+
"valid_min": 1e-06
15541554
},
15551555
"dims": [
15561556
"time",

0 commit comments

Comments
 (0)