Introducing Search API, a simple API to search for Landsat and Sentinel data on AWS.
While I tried to work on sat-api, I realised that project like Satellite Search or Viewer didn't need to do spatial requests. Those projects are based on Vector tiles + Mapbox-gl-js to help the user selects the Landsat or Sentinel `grid` they want images from, then I'm calling sat-api giving the grid information.
On AWS, Landsat and Sentinel images are stored by their grid information, so it's `easy` to get the list of files for each grid selected!
...
Read More