Skip to content

Commit 633740b

Browse files
committed
Fixing renderization in GitHub
1 parent a322258 commit 633740b

File tree

1 file changed

+62
-26
lines changed

1 file changed

+62
-26
lines changed

exploring-surface-albedo.ipynb

Lines changed: 62 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@
9191
},
9292
{
9393
"cell_type": "markdown",
94-
"metadata": {},
94+
"metadata": {
95+
"editable": true,
96+
"slideshow": {
97+
"slide_type": ""
98+
},
99+
"tags": []
100+
},
95101
"source": [
96102
"## Prepare your environment\n",
97103
"\n",
@@ -509,7 +515,13 @@
509515
},
510516
{
511517
"cell_type": "markdown",
512-
"metadata": {},
518+
"metadata": {
519+
"editable": true,
520+
"slideshow": {
521+
"slide_type": ""
522+
},
523+
"tags": []
524+
},
513525
"source": [
514526
"### Inspect data\n",
515527
"\n",
@@ -527,9 +539,7 @@
527539
"slideshow": {
528540
"slide_type": ""
529541
},
530-
"tags": [
531-
""
532-
]
542+
"tags": []
533543
},
534544
"outputs": [
535545
{
@@ -611,7 +621,13 @@
611621
},
612622
{
613623
"cell_type": "markdown",
614-
"metadata": {},
624+
"metadata": {
625+
"editable": true,
626+
"slideshow": {
627+
"slide_type": ""
628+
},
629+
"tags": []
630+
},
615631
"source": [
616632
"## Use case 1: Plot a global map\n",
617633
"The use case 1 shows an example of how to plot a global map of the albedo product. In the example, the PROBA-V AL_DH_BB V2 on 10th July 2018 is plotted.\n",
@@ -626,9 +642,7 @@
626642
"slideshow": {
627643
"slide_type": ""
628644
},
629-
"tags": [
630-
""
631-
]
645+
"tags": []
632646
},
633647
"outputs": [
634648
{
@@ -714,7 +728,13 @@
714728
{
715729
"attachments": {},
716730
"cell_type": "markdown",
717-
"metadata": {},
731+
"metadata": {
732+
"editable": true,
733+
"slideshow": {
734+
"slide_type": ""
735+
},
736+
"tags": []
737+
},
718738
"source": [
719739
"## Use case 2: Subset, plot and save a local map\n",
720740
"Use case 2 shows an example on how to subset a local area, plot the map and save the area in a netCDF4 file. In the example, the PROBA-V AL_DH_BB V2 on 10th July 2018 is used.\n",
@@ -731,9 +751,7 @@
731751
"slideshow": {
732752
"slide_type": ""
733753
},
734-
"tags": [
735-
""
736-
]
754+
"tags": []
737755
},
738756
"outputs": [
739757
{
@@ -884,7 +902,13 @@
884902
{
885903
"attachments": {},
886904
"cell_type": "markdown",
887-
"metadata": {},
905+
"metadata": {
906+
"editable": true,
907+
"slideshow": {
908+
"slide_type": ""
909+
},
910+
"tags": []
911+
},
888912
"source": [
889913
"## Use case 3: Display time series\n",
890914
"Use case 3 is an example on how to download, unpack and display time series. In this example, the PROBA-V AL_BH_VI V2 data are displayed for six different dates (20th Jan, 20th Feb, 20th Mar, 20th Apr, 20th May and 20th Jun of 2018) to illustrate the transition from snow to snow-free season. The coordinates of the displayed time series are 55.4132N, 122.328E, corresponding to a Needle-leaf forest site."
@@ -893,7 +917,13 @@
893917
{
894918
"attachments": {},
895919
"cell_type": "markdown",
896-
"metadata": {},
920+
"metadata": {
921+
"editable": true,
922+
"slideshow": {
923+
"slide_type": ""
924+
},
925+
"tags": []
926+
},
897927
"source": [
898928
"The first step is to download the data. Please, be patient, the download progress could take a while.\n",
899929
"\n",
@@ -908,9 +938,7 @@
908938
"slideshow": {
909939
"slide_type": ""
910940
},
911-
"tags": [
912-
""
913-
]
941+
"tags": []
914942
},
915943
"outputs": [
916944
{
@@ -981,7 +1009,13 @@
9811009
{
9821010
"attachments": {},
9831011
"cell_type": "markdown",
984-
"metadata": {},
1012+
"metadata": {
1013+
"editable": true,
1014+
"slideshow": {
1015+
"slide_type": ""
1016+
},
1017+
"tags": []
1018+
},
9851019
"source": [
9861020
"When the download is finished, a zip file will be located in the main folder. After that, the next step is to unpack the files. The unzipped files will be saved in the `EXTRACTFOLDER` directory."
9871021
]
@@ -994,9 +1028,7 @@
9941028
"slideshow": {
9951029
"slide_type": ""
9961030
},
997-
"tags": [
998-
""
999-
]
1031+
"tags": []
10001032
},
10011033
"outputs": [
10021034
{
@@ -1023,7 +1055,13 @@
10231055
{
10241056
"attachments": {},
10251057
"cell_type": "markdown",
1026-
"metadata": {},
1058+
"metadata": {
1059+
"editable": true,
1060+
"slideshow": {
1061+
"slide_type": ""
1062+
},
1063+
"tags": []
1064+
},
10271065
"source": [
10281066
"After the unpacking process, the coordinates of the site to display in the time series are defined. Then, a folder called `Time_series` is created in the main folder to save the final figure. After that, two arrays are created for both, x and y axis. For each file previously downloaded and unpacked, the AL_BH_VI value is stored in the `aldhvi_values` array while the temporal information is sorted in the `temporal_values` array.\n",
10291067
"\n",
@@ -1038,9 +1076,7 @@
10381076
"slideshow": {
10391077
"slide_type": ""
10401078
},
1041-
"tags": [
1042-
""
1043-
]
1079+
"tags": []
10441080
},
10451081
"outputs": [
10461082
{

0 commit comments

Comments
 (0)