HLS API First Tasks
Tasks for Mikah
Create AWS subscription
Add Milad, Mikah to subscription
Create an EC2 instance using TF
Tasks for Milad
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
Create logic to find the pixels that intersect a polygon (start with dummy polygon)
Build an API (node.js or python) to handle routing
Create an endpoint that takes a polygon (geojson?) as an input
Create logic to look up and fetch the tiles contained within the polygon
Create logic to find all pixels (may be contained within multiple tiles) that are contained within the polygon
Return the list of pixels