Welcome to the EarthSense 2025 EOFM tutorial π₯³! This Jupyter book π contains notebooks on how to apply π§± Foundation Models to π°οΈ Earth Observation data.
π Overview of tutorialsΒΆ
Introduction to Cloud Native Data Formats
Introduction to EO Foundation Models
Applying Foundation Models to Segmentation downstream task
Each tutorial is rendered on this website for easy viewing π, but some of them are Jupyter notebooks designed to be ran interactively π«. See the instructions below on how you can start running the tutorials in no time! π
π Setting up your environmentΒΆ
To run these notebooks in an interactive Jupyter session online, π±οΈ click on the button below to launch on Google Colaboratory.
Notebooks
Exploring Cloud Native Geospatial Data Formats with ERA5 Reanalysis Data
Fine-tuning Clay Foundation Model for Land Cover Segmentation
π» Creating a local environment for running tutorialsΒΆ
If you prefer to run the tutorials locally, follow these simple steps:
Ensure you have
uvinstalled.Clone the repository and set up the environment:
git clone https://github.com/developmentseed/earthsense25tutorial.git cd earthsense25tutorial uv syncLaunch Jupyter Lab:
uv run jupyter lab
Youβre now ready to run the tutorials! π