Iconem / search-satellite-imagery

Search satellite Imagery Archive on aggregators like UP42, skywatch, EOS via their respective APIs
http://search-eo-imagery.iconem.com/
MIT License
43 stars 2 forks source link

Search any STAC catalog #4

Open jo-chemla opened 1 year ago

jo-chemla commented 1 year ago

Search any new STAC catalog (UP42 is one):

Could use existing STAC js tooling like m-mohr/stac-js , but there does not seem to be any JS search client library - only full-fledged apps like stac-server or leaflet layer and stac-search (to deploy a stac, these are the go-to resource: stac-fastapi and pystac)

jo-chemla commented 1 year ago

Search STAC working on

const STAC_SEARCH_URL = 'https://planetarycomputer.microsoft.com/api/stac/v1/search'
const STAC_COLLECTIONS = ['landsat-8-c2-l2', 'sentinel-2-l2a', 'landsat-c2-l1', 'landsat-c2-l2']

Only thing left is UI elements to edit STAC catalogs being searched + make sure footprint retrieval works correctly