diff --git a/examples/data/landsat_era5_sample.tif b/examples/data/landsat_era5_sample.tif index b06db88..85babbc 100644 Binary files a/examples/data/landsat_era5_sample.tif and b/examples/data/landsat_era5_sample.tif differ diff --git a/examples/notebooks/05_xarray_landsat_era5.ipynb b/examples/notebooks/05_xarray_landsat_era5.ipynb index dd7cbbc..dcce5e2 100644 --- a/examples/notebooks/05_xarray_landsat_era5.ipynb +++ b/examples/notebooks/05_xarray_landsat_era5.ipynb @@ -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" ] }, @@ -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", @@ -219,7 +219,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.13" + "version": "3.12.2" } }, "nbformat": 4,