├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ └── propose-a-tutorial.md ├── PULL_REQUEST_TEMPLATE │ └── pull_request_template.md └── workflows │ └── community-tutorial-checks.yml ├── .gitignore ├── .travis └── require-changes.sh ├── AUTHORS ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── datasets ├── SMAPL4sampleplot ├── oceancolor │ ├── README.md │ ├── example.py │ └── swathutils.py └── scripts │ ├── GOES-16-17_FireDetection.js │ ├── GOES-16-17_FireReclassification.js │ ├── Hydro_Visualization.js │ ├── LCMS_Visualization.js │ ├── SMAPL3_meancomposite.js │ └── SMAPL3dailyanomaly.js ├── docs ├── cbgb_benchmark │ ├── assets │ │ ├── example_01.jpg │ │ ├── example_02.jpg │ │ ├── example_03.jpg │ │ ├── example_04.jpg │ │ ├── example_05.jpg │ │ ├── example_06.jpg │ │ ├── example_07.jpg │ │ ├── example_08.jpg │ │ ├── example_09.jpg │ │ ├── example_10.jpg │ │ ├── example_11.jpg │ │ ├── example_12.jpg │ │ ├── placeholder_grey_box_500x500.jpg │ │ └── placeholder_magenta_box_500x500.jpg │ └── index.md └── index.md ├── examples └── google-cloud-next-2025 │ └── bigquery-integrated-earth-data │ ├── 01_BigQuery+Earth_Engine.ipynb │ ├── 02_ST_RegionStats.ipynb │ ├── 03_ST_RegionStats_Advanced.ipynb │ └── esa10m.png ├── experimental ├── README.md ├── cbgb_benchmark │ ├──