Merged
Conversation
831cafd to
f576734
Compare
Hgherzog
approved these changes
Oct 23, 2025
Collaborator
Hgherzog
left a comment
There was a problem hiding this comment.
LGTM! Thanks for adding this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This covers how to initialize the model, get a satellite image, and compute embeddings on it.
This is intended to be lightweight but we can have a more detailed one in rslearn that uses rslearn to get an image time series to apply OlmoEarth on.
Note
Adds a concise quickstart guide showing how to initialize OlmoEarth, fetch a Sentinel-2 image, and compute embeddings with example code.
docs/inference_quickstart.mdquickstart guide for running inference with OlmoEarth.uv) and model initialization viaload_model(ModelID.OLMOEARTH_V1_BASE).wgetlink; unzip instructions.rasterio/WarpedVRTto read bands at 10m, stack, and reshape; normalization withNormalizer(Strategy.COMPUTED).MaskedOlmoEarthSample, runningmodel.encoder(...), and pooling features to obtain embeddings.Written by Cursor Bugbot for commit 237b8b5. This will update automatically on new commits. Configure here.