Known Limitations¶
This page lists the main user-facing constraints in the current 0.1.x implementation.
API Boundary¶
BBoxandPointBuffercurrently requirecrs="EPSG:4326".- Other CRS inputs are not accepted at the public API boundary.
Temporal Semantics¶
- Most on-the-fly adapters interpret
TemporalSpec.range(start, end)as a filter window plus one composite image. - This is usually not an automatic single-scene selection by acquisition date.
- Temporal support is model-specific: for example,
gserequiresTemporalSpec.year(...), andcopernicusis currently limited to year2021.
Output Semantics¶
- For many ViT-like models,
OutputSpec.grid()is a token or patch grid, not guaranteed georeferenced raster space. - Treat
gridas model-internal spatial structure unless the model page says otherwise.
Dependencies¶
- Different providers and models require different optional packages such as
earthengine-api,torch,rshf, andtifffile. - Missing optional dependencies fail only when you use the corresponding backend or model path.
Known Edge Case¶
- Near some Tessera UTM-zone boundaries, fetched tiles may have different CRS or resolution and strict mosaic can fail.
- If this happens, try shifting the ROI slightly or using a smaller ROI or window.