Interactive maps¶
Pages can embed MapLibre maps served entirely from this site — no third-party resources. The data shown comes live from the EOCube.Ro services.
Footprints from the STAC catalog¶
The map below searches the newest sentinel-2-l2a products covering
Timișoara live and draws their footprints. Click a footprint for details.
Embedding a map¶
In any Markdown page (the md_in_html extension is enabled):
<div class="eocube-map"
data-lon="21.23" data-lat="45.75" data-zoom="7"
data-stac-collection="sentinel-2-l2a"></div>
Available attributes:
| attribute | role |
|---|---|
data-lon, data-lat, data-zoom |
initial view |
data-stac-collection |
live footprints from that collection around the center |
data-titiler-url |
XYZ raster layer rendered by titiler ({z}/{x}/{y} template) |
data-height |
map height (default 420px) |
titiler layers are internal-only for now
titiler currently resolves to a UVT-internal address. A
data-titiler-url layer loads on the campus network / VPN and is silently
skipped outside it — the map stays functional. The base map is
deliberately neutral: the site's security policy allows no third-party
tile providers.
Diagrams¶
Mermaid diagrams render locally, from the vendored library:
flowchart LR
CDSE[Copernicus\nData Space] -->|CloudEvents| F[fetch]
F --> C[COG]
C --> FM[Fmask]
C --> S[(STAC +\nobject storage)]
FM --> S
S --> N[notebooks / QGIS / API]