{ "cells": [ { "cell_type": "markdown", "id": "9c77bcab", "metadata": {}, "source": [ "# Load Copernicus Land Monitoring Service (CLMS) data" ] }, { "cell_type": "code", "execution_count": 1, "id": "261b3d7e", "metadata": {}, "outputs": [], "source": [ "from odc import stac as odc_stac\n", "from pystac_client import Client\n", "import xarray as xr\n", "from pyproj import Transformer\n", "import math\n", "import xarray as xr\n", "import numpy as np\n", "from rasterio.windows import from_bounds" ] }, { "cell_type": "markdown", "id": "a423b828", "metadata": {}, "source": [ "Connect to eodc stac and open the collection and the item for the Copernicus Land Monitoring data" ] }, { "cell_type": "code", "execution_count": 2, "id": "cb353148", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "