{ "cells": [ { "cell_type": "markdown", "id": "7d6b4cbe", "metadata": {}, "source": [ "# Catalog Example" ] }, { "cell_type": "code", "execution_count": 1, "id": "transparent-marketing", "metadata": {}, "outputs": [], "source": [ "from gee_zonal import Catalog" ] }, { "cell_type": "code", "execution_count": 2, "id": "documentary-reason", "metadata": {}, "outputs": [], "source": [ "cat = Catalog()" ] }, { "cell_type": "markdown", "id": "incredible-massachusetts", "metadata": {}, "source": [ "Access the Earth Engine data catalog through Catalog.datasets" ] }, { "cell_type": "code", "execution_count": 3, "id": "incomplete-bunch", "metadata": { "tags": [ "scroll-output" ] }, "outputs": [ { "data": { "text/html": [ "
\n", " | id | \n", "provider | \n", "title | \n", "start_date | \n", "end_date | \n", "startyear | \n", "endyear | \n", "type | \n", "tags | \n", "asset_url | \n", "thumbnail_url | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "AAFC/ACI | \n", "Agriculture and Agri-Food Canada | \n", "Canada AAFC Annual Crop Inventory | \n", "2009-01-01 | \n", "2020-01-01 | \n", "2009 | \n", "2020 | \n", "image_collection | \n", "[aafc, canada, crop, landcover] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
1 | \n", "ACA/reef_habitat/v1_0 | \n", "Allen Coral Atlas Partnership (ACA) | \n", "Allen Coral Atlas (ACA) - Geomorphic Zonation ... | \n", "2018-01-01 | \n", "2021-01-01 | \n", "2018 | \n", "2021 | \n", "image | \n", "[coral, ocean, planet_derived, reef, seagrass,... | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
2 | \n", "ACA/reef_habitat/v2_0 | \n", "Allen Coral Atlas Partnership (ACA) | \n", "Allen Coral Atlas (ACA) - Geomorphic Zonation ... | \n", "2018-01-01 | \n", "2021-01-01 | \n", "2018 | \n", "2021 | \n", "image | \n", "[coral, ocean, planet_derived, reef, seagrass,... | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
3 | \n", "AHN/AHN2_05M_INT | \n", "AHN | \n", "AHN Netherlands 0.5m DEM, Interpolated | \n", "2012-01-01 | \n", "2012-01-01 | \n", "2012 | \n", "2012 | \n", "image | \n", "[ahn, dem, elevation, geophysical, lidar, neth... | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
4 | \n", "AHN/AHN2_05M_NON | \n", "AHN | \n", "AHN Netherlands 0.5m DEM, Non-Interpolated | \n", "2012-01-01 | \n", "2012-01-01 | \n", "2012 | \n", "2012 | \n", "image | \n", "[ahn, dem, elevation, geophysical, lidar, neth... | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
\n", " | id | \n", "provider | \n", "title | \n", "start_date | \n", "end_date | \n", "startyear | \n", "endyear | \n", "type | \n", "tags | \n", "asset_url | \n", "thumbnail_url | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|
496 | \n", "LANDSAT/LT05/C01/T1_8DAY_NDVI | \n", "Landsat 5 TM Collection 1 Tier 1 8-Day NDVI Co... | \n", "1984-01-01 | \n", "2012-04-30 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "|
504 | \n", "LANDSAT/LT05/C01/T1_32DAY_NDVI | \n", "Landsat 5 TM Collection 1 Tier 1 32-Day NDVI C... | \n", "1984-01-01 | \n", "2012-04-06 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "|
513 | \n", "LANDSAT/LT05/C01/T1_ANNUAL_NDVI | \n", "Landsat 5 TM Collection 1 Tier 1 Annual NDVI C... | \n", "1984-01-01 | \n", "2012-01-01 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "|
533 | \n", "LANDSAT/LT5_L1T_8DAY_NDVI | \n", "USGS | \n", "Landsat 5 TM 8-Day NDVI Composite [deprecated] | \n", "1984-01-01 | \n", "2012-04-30 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
541 | \n", "LANDSAT/LT5_L1T_32DAY_NDVI | \n", "USGS | \n", "Landsat 5 TM 32-Day NDVI Composite [deprecated] | \n", "1984-01-01 | \n", "2012-04-06 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "
550 | \n", "LANDSAT/LT5_L1T_ANNUAL_NDVI | \n", "USGS | \n", "Landsat 5 TM Annual NDVI Composite [deprecated] | \n", "1984-01-01 | \n", "2012-01-01 | \n", "1984 | \n", "2012 | \n", "image_collection | \n", "[landsat, ndvi, usgs] | \n", "https://developers.google.com/earth-engine/dat... | \n", "https://developers.google.com/earth-engine/dat... | \n", "