Skip to content

Commit 49cd38e

Browse files
author
Tom Augspurger
authored
1 parent 70947ad commit 49cd38e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

datasets/cil-gdpcir/cil-gdpcir-example.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@
3232
"source": [
3333
"### STAC Metadata\n",
3434
"\n",
35-
"The [CIL-GDPR datasets](https://planetarycomputer.microsoft.com/dataset/group/cil-gdpcir) are grouped into several collections, depending on the license the data are provided under.\n",
35+
"The [CIL-GDPR datasets](https://planetarycomputer.microsoft.com/dataset/group/cil-gdpcir) are grouped into two collections, depending on the license the data are provided under.\n",
3636
"\n",
3737
"- [CIL-GDPCIR-CC0](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc0)\n",
3838
"- [CIL-GDPCIR-CC-BY](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc-by)\n",
39-
"- [CIL-GDPCIR-CC-BY-SA](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc-by-sa)\n",
4039
"\n",
4140
"The data assets in this collection are a set of [Zarr](https://zarr.readthedocs.io/) groups which can be opend by tools like [xarray](https://xarray.pydata.org/). Each Zarr group contains a single data variable (either `pr`, `tasmax`, or `tasmin`). The Planetary Computer provides a single STAC item per experiment, and each STAC item has one asset per data variable.\n",
4241
"\n",
@@ -1662,7 +1661,7 @@
16621661
"name": "python",
16631662
"nbconvert_exporter": "python",
16641663
"pygments_lexer": "ipython3",
1665-
"version": "3.9.10"
1664+
"version": "3.10.8"
16661665
},
16671666
"widgets": {
16681667
"application/vnd.jupyter.widget-state+json": {

datasets/cil-gdpcir/ensemble.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@
4343
"source": [
4444
"### Understanding the GDPCIR collections\n",
4545
"\n",
46-
"The [CIL-GDPCIR datasets](https://planetarycomputer.microsoft.com/dataset/group/cil-gdpcir) are grouped into several collections, depending on the license the data are provided under.\n",
46+
"The [CIL-GDPCIR datasets](https://planetarycomputer.microsoft.com/dataset/group/cil-gdpcir) are grouped into two collections, depending on the license the data are provided under.\n",
4747
"\n",
4848
"- [CIL-GDPCIR-CC0](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc0) - provided in public domain using a [CC 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)\n",
4949
"- [CIL-GDPCIR-CC-BY](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc-by) - provided under a [CC Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/)\n",
50-
"- [CIL-GDPCIR-CC-BY-SA](https://planetarycomputer.microsoft.com/dataset/cil-gdpcir-cc-by-sa) - provided under a [CC Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/)\n",
5150
"\n",
52-
"Note that the first group, CC0, places no restrictions on the data. The second two (CC-BY and CC-BY-SA) require citations of the climate models these datasets are derived from, and the third group, shared under a CC-BY-SA 4.0 license, requires that derived works (that means your work!) be shared under the same license. See the [ClimateImpactLab/downscaleCMIP6 README](github.com/ClimateImpactLab/downscaleCMIP6) for the citation information for each GCM.\n",
51+
"Note that the first group, CC0, places no restrictions on the data. CC-BY 4.0 requires citations of the climate models these datasets are derived from. See the [ClimateImpactLab/downscaleCMIP6 README](github.com/ClimateImpactLab/downscaleCMIP6) for the citation information for each GCM.\n",
5352
"\n",
5453
"Also, note that none of the descriptions of these licenses on this page, in this repository, and associated with this repository constitute legal advice. We are highlighting some of the key terms of these licenses, but this information should not be considered a replacement for the actual license terms, which are provided on the Creative Commons website at the links above.\n",
5554
"\n",
@@ -1514,7 +1513,7 @@
15141513
"name": "python",
15151514
"nbconvert_exporter": "python",
15161515
"pygments_lexer": "ipython3",
1517-
"version": "3.9.10"
1516+
"version": "3.10.8"
15181517
},
15191518
"widgets": {
15201519
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)