HLS API First Tasks

Tasks for Mikah

  1. Create AWS subscription

  2. Add Milad, Mikah to subscription

  3. Create an EC2 instance using TF

Tasks for Milad

  1. Follow the steps in this doc to fetch an HLS tile https://nasa-openscapes.github.io/2021-Cloud-Workshop-AGU/how-tos/Earthdata_Cloud__Single_File__HTTPS_Access_COG_Example.html

  2. Create logic to find the pixels that intersect a polygon (start with dummy polygon)

  3. Build an API (node.js or python) to handle routing

  4. Create an endpoint that takes a polygon (geojson?) as an input

  5. Create logic to look up and fetch the tiles contained within the polygon

  6. Create logic to find all pixels (may be contained within multiple tiles) that are contained within the polygon

  7. Return the list of pixels