stac-layer
stac-layer copied to clipboard
Visualize a STAC Item or Collection on a Leaflet Map
This Pull Request adds the bands option to stacLayer. You can use it to re-map the bands to [R, G, B] or [R,G,B,A] bands of the rendered image for assets...
see https://github.com/radiantearth/stac-browser/issues/222
I am attempting to integrate stac-layer into a custom leaflet web map that displays planetary data. I have deployed a Titiler tiler server to AWS. I am using the following...
Originates from https://github.com/radiantearth/stac-browser/pull/151#issuecomment-1166643330
It would be nice if I could provide a STAC entity (e.g. Item) and an asset for visualization. Right now providing a different asset removes the more detailed geometry from...
It seems stac-layers has issues with showing bboxes that wrap the antimeridian, e.g. http://localhost:8080/external/planetarycomputer.microsoft.com/api/stac/v1/collections/gap http://localhost:8080/external/planetarycomputer.microsoft.com/api/stac/v1/collections/gnatsgo-rasters It could be solved by using https://github.com/briannaAndCo/Leaflet.Antimeridian
http://localhost:8080/test/stac-item/band-info.html test passes, but when I click on the lyr, the callback data doesn't appear to include bands.
I created this issue to track issues with integrating with Microsoft's "planetary computer". @JustinGOSSES is leading the way on this effort: https://observablehq.com/@justingosses/exploring-microsoft-planetary-computer-stac-catalog
Right now it doesn't seem possible to either pass min/max and nodata values directly or read them via the raster extension. This should be made possible to give a more...
Originates from https://github.com/radiantearth/stac-browser/issues/101 and was written originally by @AsgerPetersen: > The Items in this demo catalog https://skraafotodistribution-stacfastapi.k8s-test-121.septima.dk/ have footprints, but their COGs are not georeferenced as they are not rectified....