diff --git a/examples/notebooks/05_xarray_landsat_era5.ipynb b/examples/notebooks/05_xarray_landsat_era5.ipynb index fa4b9e8..dd7cbbc 100644 --- a/examples/notebooks/05_xarray_landsat_era5.ipynb +++ b/examples/notebooks/05_xarray_landsat_era5.ipynb @@ -10,7 +10,7 @@ "\n", "---\n", "\n", - "Here we show how to run an ET model using input data from a GeoTiff image. The image was prepared as a Cloud-Optimized Geotiff (COG), so you can read it directly from the [url](https://raw.githubusercontent.com/opengeos/data/blob/main/raster/landsat7.tif), or you can download it. \n", + "Here we show how to run an ET model using input data from a GeoTiff image. The image was prepared as a Cloud-Optimized Geotiff (COG), so you can read it directly from the [url](https://raw.githubusercontent.com/kaust-halo/geeet/main/examples/data/landsat_era5_sample.tif), or you can download it. \n", "\n", "The data contains Landsat-derived data (`NDVI`, `albedo`, `radiometric_temperature`), as well as climate reanalysis (ERA5) data (`surface_pressure`, `air_temperature`, `wind_speed`, `solar_radiation`, and `thermal_radiation`). The data was exported for the same image (`LC09_172039_20230421`) and region shown at the end of notebook `03_eepredefined_landsat_era5.ipynb` (or you can use [this code editor script](https://code.earthengine.google.com/628832ffbd371d828a048e9de2f0903d)). The energy balance output variables (`Hc`, `Hs`, `LEc`, `LEs`, `G`, `Rns`, and `Rnc`) obtained using GEE were also exported for comparison. \n", "\n",