Skip to content

Commit

Permalink
Updated xarray notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezvoliver committed Apr 1, 2024
1 parent 55e96a5 commit cec8da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified examples/data/landsat_era5_sample.tif
Binary file not shown.
10 changes: 5 additions & 5 deletions examples/notebooks/05_xarray_landsat_era5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"metadata": {},
"outputs": [],
"source": [
"inputs = data[[\"NDVI\", \"albedo\", \"radiometric_temperature\", \n",
"\"surface_pressure\", \"air_temperature\", \"wind_speed\", \"solar_radiation\", \"thermal_radiation\"]]\n",
"inputs = data[[\"NDVI\", \"albedo\", \"radiometric_temperature\", \n",
"\"surface_pressure\", \"air_temperature\", \"dewpoint_temperature\", \"wind_speed\", \"solar_radiation\", \"thermal_radiation\"]]\n",
"inputs"
]
},
Expand Down Expand Up @@ -178,8 +178,8 @@
"inputsb = (datab[[\n",
" \"longitude\", \"latitude\",\n",
" \"NDVI\", \"albedo\", \"radiometric_temperature\", \n",
" \"surface_pressure\", \"air_temperature\", \"wind_speed\", \n",
" \"solar_radiation\", \"thermal_radiation\"]]\n",
" \"surface_pressure\", \"air_temperature\", \"dewpoint_temperature\",\n",
" \"wind_speed\", \"solar_radiation\", \"thermal_radiation\"]]\n",
")\n",
"\n",
"xetb = geeet.tseb.tseb_series(inputsb, **dict(\n",
Expand Down Expand Up @@ -219,7 +219,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cec8da2

Please sign in to comment.