kartoza / SAEOSS-Portal

The SAEOSS Portal has been proposed as a system of software components functioning together as the national central earth observation geospatial repository, with a view to metadata and open geospatial API standards compliance as well as user impact maximization
https://kartoza.github.io/SAEOSS-Portal/
GNU Affero General Public License v3.0
4 stars 9 forks source link

STAC Resource detail map #146

Closed zamuzakki closed 5 months ago

zamuzakki commented 9 months ago

When showing STAC resource detail, user has to manually select the layer on the map in order to show the geometry. Please update the map, so the geometry is shown automatically. Update: The map does not show anything because it cannot find tiff image. Or in the case where the tiff size is humongous, it will "Loading tiff image", but user may perceive it as the map does not load anything. Peek 2023-09-26 22-01

Maybe we need to discuss whether we should discuss updating this behavior e.g automatically show the geometry(?)

voogt commented 9 months ago

Image

displayed bounding box by default

Indiphile commented 9 months ago

Interesting. All the tiff files (STAC feature assets) for this product are stored in a public s3 bucket. I will have a look at it and also consider the tile size.

Indiphile commented 9 months ago

Image Image

Usually these STAC items(assets) are displayed as bbox.

EliVolsch commented 9 months ago

call the exact .tiff file from s3 and not just the bounding box. @voogt

zamuzakki commented 9 months ago

@EliVolsch @voogt In this specific case, the Tiff file size 1.1GB. So we might want to set file size limit that we could show.

voogt commented 6 months ago